.navbar
{
	width: 100px;
}  

.mainDiv
{
  width:100px;
}

.topItem
{
	background-position:right center;
	background-repeat:no-repeat;
	border: none;
	width: 100px;
	height: 20px;
	color: #FFFFFF;
	cursor:pointer;
	text-indent:5px;
	background-color: #96B452;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.topItemOver
{
	background-position:right center;
	background-repeat:no-repeat;
	border: none;
	width: 100px;
	height: 20px;
	color: #CCCCCC;
	cursor:pointer;
	text-indent:5px;
	background-color: #96B452;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.topItemClose
{
	background-position:right center;
	background-repeat:no-repeat;
	border: none;
	width: 100px;
	height: 20px;
	color: #FFFFFF;
	cursor:pointer;
	text-indent:5px;
	background-color: #96B452;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.topItemCloseOver
{
	background-position:right center;
	background-repeat:no-repeat;
	border: none;
	width: 100px;
	height: 20px;
	color: #CCCCCC;
	cursor:pointer;
	text-indent:5px;
	background-color: #96B452;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



.dropMenu
{
  font: bold 11px Arial, Helvetica,sans-serif;	
  background-color: #E6EDD6;
  color: #000;
  filter:alpha(opacity=100);
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:5px;
   margin-top:2px;
   height:18px;
   font: 11px Arial, Helvetica, sans-serif;
   text-decoration:none;
   color: #215dc6;
   
}

.subItem a
{
   font: 11px Arial, Helvetica, sans-serif;
   text-decoration:none;
   color: #215dc6;
}

.subItemOver
{
   margin-left:5px;
   margin-top:2px;
   font: 11px Arial, Helvetica, sans-serif;
   height:18px;
   color: #428eff;
}

.subItemOver  a
{
   margin-left:5px;
   font: 11px Arial, Helvetica, sans-serif;
   cursor:pointer;	
   color: #428eff;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
.subItemTitle 
{
	margin-left:5px;
	margin-top:2px;
	height:18px;
	text-decoration:none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
}
.subItemTitle a
{
	margin-left:5px;
	margin-top:2px;
	height:18px;
	text-decoration:none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
}
.subItemTitleOver
{
	margin-left:5px;
	margin-top:2px;
	height:18px;
	text-decoration:none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
}
.subItemTitleOver a
{
	margin-left:5px;
	margin-top:2px;
	height:18px;
	text-decoration:none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
}
