.navbar
{
}  

.mainDiv
{
  width:225px;
}

.topItem
{
	letter-spacing: 0;
	border: none;
	width: 225px;
	height: 20px;
	color: #124071;
	cursor:pointer;
	text-indent:10px;
	font-family: tahoma;
	font-size: 12px;
	background-image: url(dow.gif);	
	background-position:right center;
	background-repeat:no-repeat;

}

.topItemOver
{
	text-indent:10px;
	letter-spacing: 0;
	height: 20px;
	width: 225px;
	color: #124071;
	cursor:pointer;
	font-family: tahoma;
	font-size: 12px;
	
}

.topItemClose
{
	text-indent:10px;
	letter-spacing: 0;
	height: 20px;
	width: 225px;
	color: #124071;
	cursor:pointer;
	font-family: tahoma;
	font-size: 12px;
	
}


.topItemCloseOver
{
	text-indent:10px;
	letter-spacing: 0;
	height: 20px;
	width: 225px;
	color: #124071;
	cursor:pointer;
	font-family: tahoma;
	font-size: 12px;
	background-image: url(arr.gif);	
	background-position:right center;
	background-repeat:no-repeat;
	
}



.dropMenu
{
	color: #000;
	border: 1px solid #FFFFFF;
	border-width: 0 1px 1px 1px;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
	font-family: tahoma;
	font-size: 11px;
	
}

.subMenu
{
   display:block;
}

.subItem
{
	margin-left:10px;
	margin-top:2px;
	height:18px;
	text-decoration:none;
	color: #124071;
	font-family: tahoma;
	font-size: 11px;   
}

.subItem a
{
	margin-left:23px;
	text-decoration:none;
	color: #124071;
	font-family: tahoma;
	font-size: 11px;
}

.subItemOver
{
	margin-left:10px;
	margin-top:2px;
	height:18px;
	color: #124071;
	font-family: tahoma;
	font-size: 11px;
}

.subItemOver  a
{
	margin-left:23px;
	cursor:pointer;
	color: #124071;
	text-decoration:underline;
	cursor:pointer;
	font-family: tahoma;
	font-size: 11px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}




