.navbar
{

}  

.mainDiv
{
	width:138px;
}

.topItem
{
	letter-spacing: 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 138px;
	color: #FFFFFF;
	cursor:pointer;
	text-indent:5px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 10px;
}

.topItemOver
{
	text-indent:5px;
	letter-spacing: 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 15px;
	width: 138px;
	color: #FFFFFF;
	cursor:pointer;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.topItemClose
{
	text-indent:5px;
	letter-spacing: 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 15px;
	width: 138px;
	color: #FFFFFF;
	cursor:pointer;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.topItemCloseOver
{
	text-indent:5px;
	letter-spacing: 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 15px;
	width: 138px;
	color: #FFFFFF;
	cursor:pointer;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}



.dropMenu
{
	font: bold 11px tahoma,verdana,sans-serif;
	background-color: #423A38;
	color: #000;
	filter:alpha(opacity=100);
	padding-top:1px;
	padding-bottom:1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.subMenu
{
	display:block;
}

.subItem
{
	margin-left:4px;
	margin-top:2px;
	height:15px;
	text-decoration:none;
	color: #FFFFFF;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;   
}

.subItem a
{
	margin-left:4px;
	font: 11px tahoma,verdana,sans-serif;
	text-decoration:none;
	color: #215dc6;
	height: 15px;
}

.subItemOver
{
	margin-left:4px;
	margin-top:2px;
	height:15px;
	color: #FFFFFF;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
}

.subItemOver  a
{
	margin-left:4px;
	cursor:pointer;
	color: #FFFFFF;
	text-decoration:underline;
	cursor:pointer;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	height: 15px;
}


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

