.navbar
{
}  

.mainDiv
{
  width:150px;
}

.topItem
{
	text-indent:10px;
	background: url("shade1down.gif") no-repeat 0 0;
	width: 150px;
	height: 29px;
	color: #000000;
	cursor:pointer;
	line-height:29px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.topItemOver
{
  text-indent:10px;
	font: 11px Arial;
	background: url("shade1down.gif") no-repeat 0 0;
	width: 150px;
	height: 29px;
	color: #000000;
	cursor:pointer;
	line-height:29px;
	font-weight: bold;
}

.topItemClose
{
  text-indent:10px;
	font: 11px Arial;
	background: url("shade1up.gif") no-repeat 0 0;
	width: 150px;
	height: 29px;
	color: #000000;
	cursor:pointer;
	line-height:29px;
	font-weight: bold;
}



.topItemCloseOver
{
  text-indent:10px;
	font: 11px Arial;
	background: url("shade1up.gif") no-repeat 0 0;
	width: 150px;
	height: 29px;
	color: #000000;
	cursor:pointer;
	line-height:29px;
	font-weight: bold;
}

.topItem1
{
  
  text-indent:10px;
	font: 11px Arial;
	background: url("shade1down.gif") no-repeat 0 0;
	width: 150px;
	height: 29px;
	color: #000000;
	cursor:pointer;
	line-height:29px;
	font-weight: bold;
}

.topItem1Over
{
  text-indent:10px;
	font: 11px Arial;
	background: url("shade1down.gif") no-repeat 0 0;
	width: 150px;
	height: 29px;
	color: #000000;
	cursor:pointer;
	line-height:29px;
	font-weight: bold;
}

.topItem1Close
{
  text-indent:10px;
	font: 11px Arial;
	background: url("shade1up.gif") no-repeat 0 0;
	width: 150px;
	height: 29px;
	color: #000000;
	cursor:pointer;
	line-height:29px;
	font-weight: bold;
  }

.topItem1CloseOver
{
  text-indent:10px;
	font: 11px Arial;
	background: url("shade1up.gif") no-repeat 0 0;
	width: 150px;
	height: 29px;
	color: #000000;
	cursor:pointer;
	line-height:29px;
	font-weight: bold;
}
.dropMenu
{
   font: 11px Arial;	 	
  background-color: #f4ce38;
  color: #000000;
  
  
  filter:alpha(opacity=100);

}
.dropMenu1
{
  font: 11px Arial;	 	
  background-color: #f4ce38;
  color: #000000;
  
  
  filter:alpha(opacity=100);

}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   height:18px;
}

.subItemOver
{
   margin-left:10px;
   height:18px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

a.leftMenuLink:active
{
   font: 11px Arial;	 	 	
   text-decoration:none;
   color: #333333;
}
a.leftMenuLink:hover
{
	font: 11px Arial;	 	
	color: #ac0101;
	text-decoration: none;
}
a.leftMenuLink:visited {
   font: 11px Arial;	 	
	color: #333333;
	text-decoration: none;
}
a.leftMenuLink:link {
   font: 11px Arial;	 	
	color: #333333;
	text-decoration: none;
}