.navbar
{
}  

.mainDiv
{
  width:185px;
}

Div.titleOn{
	text-indent:5px;
	letter-spacing: 0;
	background-position:right center;
	background-repeat:no-repeat;
	height: 20px;
	color: #99CC00;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color:#F9F9F9;
}
Div.titleOff{
	text-indent:5px;
	letter-spacing: 0;
	background-position:right center;
	background-repeat:no-repeat;
	height: 20px;
	color: #3DAAB6;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color:#f2f2f2;
}
Div.titleOff:hover{
	text-indent:5px;
	letter-spacing: 0;
	background-position:right center;
	background-repeat:no-repeat;
	height: 20px;
	color: #0000CC;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color:#f2f2f2;
}
.topItem
{
	letter-spacing: 0;
	background-position:right center;
	background-repeat:no-repeat;
	border: none;
	width: 200px;
	height: 20px;
	color: #3DAAB6;
	cursor:pointer;
	text-indent:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.topItemOver
{
	text-indent:5px;
	letter-spacing: 0;
	background-position:right center;
	background-repeat:no-repeat;
	height: 20px;
	width: 200px;
	color: #99CC00;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.topItemClose
{
	text-indent:5px;
	letter-spacing: 0;
	background-position:right center;
	background-repeat:no-repeat;
	height: 20px;
	width: 200px;
	color: #3DAAB6;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


.topItemCloseOver
{
	text-indent:5px;
	letter-spacing: 0;
	background-position:right center;
	background-repeat:no-repeat;
	height: 20px;
	width: 200px;
	color: #99CC00;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}



.dropMenu
{
	font: bold 11px tahoma,verdana,sans-serif;
	color: #000;
	border: 1px solid #FFFFFF;
	border-width: 0 1px 1px 1px;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
	width: 579px;
}

.subMenu
{
   display:block;
}

.subItem
{
	margin-left:10px;
	margin-top:2px;
	height:18px;
	text-decoration:none;
	color: #737373;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
   
}

.subItem a
{
	margin-left:10px;
	text-decoration:none;
	color: #737373;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}

.subItemOver
{
	margin-left:10px;
	margin-top:2px;
	height:18px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subItemOver  a
{
	margin-left:10px;
	cursor:pointer;
	color: #333333;
	text-decoration:underline;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
