.navbar
{
}  

.mainDiv
{
}

.topItem, .topItemOver,  .topItemClose, .topItemCloseOver
{
  	color: #FFF;
	font-weight:bold;
	text-indent:16px;
	padding:3px;
	cursor:pointer;
}


.dropMenu
{
	color: #000;
  	background-color: #D0D0D0;
	filter:alpha(opacity=100);
	padding-top:2px; /*  5ph; */
  	padding-bottom:2px;
}

.subMenu
{
   display:block;
}

.subItemActive, .subItemActive a, .subItemActiveOver,.subItemActiveOver a, .subItem, .subItem a, .subItemOver, .subItemOver a 
{
	line-height: 14px;
   	height:18px;
}
.subItemActive, .subItemActiveOver, .subItem,  .subItemOver
{
	text-indent:26px;
   	margin-top:2px;
}


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


