.navbar
{
}  

.mainDiv
{
	width: 185px;
  	margin-bottom: 0px;
	padding-top: 0px;
}

.topItem
{
	letter-spacing: 0;
	padding-bottom: 2px;
	padding-top: 0px;
	border: none;
	width: 185px;
	height: 15px;
	color: #1180D6;
	cursor:pointer;
	text-indent: 5px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.topItemOver
{
  text-indent: 5px;
	padding-bottom: 2px;
	padding-top: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    height: 15px;
	width: 185px;
	color: #1180D6;
  cursor:pointer;
}

.topItemClose
{
  text-indent: 5px;
	padding-bottom: 2px;
	padding-top: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
    letter-spacing: 0;
    height: 15px;
	width: 185px;
  	color: #1180D6;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent: 5px;
	padding-bottom: 2px;
	padding-top: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
  letter-spacing: 0;
  height: 15px;
	width: 185px;
  	color: #1180D6;
  cursor:pointer;
}



.dropMenu
{
	filter:alpha(opacity=0);
	padding-bottom: 2px;
	background-color: #fff;
	padding-top:2px;
	padding-left:10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.sub_Menu
{
   display:none;
}

.subItem
{
   margin-left: 11px;
   margin-top:2px;
   height:12px;
   font-family: Tahoma;
   font-size: 11px;
   font-weight: normal;	
   text-decoration:none;
   color: #333;
   
}

.subItem a
{
   margin-left: 11px;
   font: 11px Tahoma;	 	
   text-decoration:none;
   color: #333;
}

.subItemOver
{
   margin-left: 11px;
   margin-top:2px;
   font: 11px Tahoma;	  
   height:12px;
   color: #333;
}

.subItemOver  a
{
   margin-left: 11px;
   font: 11px Tahoma;
   cursor:pointer;	
   color: #333;
   text-decoration:none;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}