.navbar
{
}  

.mainDiv
{
  width:221px;
}

.topItem
{
  	color:#fe761b;
	font-size:100%;
	height:29px;
	clear:both;
	/*background:url(/home/images/blu.png) left no-repeat;*/
	background-color:#e6ecfe;
	border-top:#b0c5eb 1px solid;
	border-left:#b0c5eb 1px solid;
	border-right:#b0c5eb 1px solid;
	border-bottom:#b0c5eb 1px solid;	
	padding-left:32px;	
	vertical-align:middle;
	text-align:left;
	cursor:pointer;
}

.topItemOver
{
 color:#fe761b;
	font-size:100%;
	height:29px;
	clear:both;
	/*background:url(/home/images/blu.png) left no-repeat;*/
	background-color:#e6ecfe;
	border-top:#b0c5eb 1px solid;
	border-left:#b0c5eb 1px solid;
	border-right:#b0c5eb 1px solid;
	border-bottom:#b0c5eb 1px solid;	
	padding-left:32px;
	text-align:left;
	cursor:pointer;
}

.topItemClose
{
  	color:#0052e9;
	font-size:100%;
	height:29px;
	clear:both;
	/*background:url(/home/images/blu-v.png) left no-repeat;*/
	background-color:#e6ecfe;
	border-top:#b0c5eb 1px solid;
	border-left:#b0c5eb 1px solid;
	border-right:#b0c5eb 1px solid;
	border-bottom:#b0c5eb 1px solid;	
	padding-left:32px;
	text-align:left;
	cursor:pointer;
}


.topItemCloseOver
{
  	color:#fe761b;
	font-size:100%;
	height:29px;
	clear:both;
	/*background:url(/home/images/blu.png) left no-repeat;*/
	background-color:#e6ecfe;
	border-top:#b0c5eb 1px solid;
	border-left:#b0c5eb 1px solid;
	border-right:#b0c5eb 1px solid;
	border-bottom:#b0c5eb 1px solid;	
	padding-left:32px;	
	text-align:left;
	cursor:pointer;
}

.dropMenu
{
  font-size:100%;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:1px; 
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #215dc6;
   
}

.subItem a
{
   margin-left:23px;
   font-size:100%;
   text-decoration:none;
   color: #215dc6;
}

.subItemOver
{
   margin-left:10px;
   margin-top:1px;
   font: 11px tahoma,verdana,sans-serif;	  
   height:18px;
   color: #428eff;
}

.subItemOver  a
{
   margin-left:23px;
   font-size:100%;
   cursor:pointer;	
   color: #428eff;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
