.navbar
{
	margin-top:10px;
	width:180px;
}  

.mainDiv
{
  width:140px;
}

.topItem, .topItemOver, .topItemClose, .topItemCloseOver
{
  font-family:Arial, Helvetica, sans-serif;
  color: #71140;
  font-weight:bold;
  letter-spacing: 0;
  background:url(../images/product/menu_bg.jpg) repeat-x;
  border: #9fbc99 2px solid;
  width: 140px;
  height: 24px;
  cursor:pointer;
}

.dropMenu1, .dropMenu2, .dropMenu3, .dropMenu4,.dropMenu5
{
  font-family:Arial, Helvetica, sans-serif;	
  background-color: #fdf0e2;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   /**margin-left:10px;**/
   text-indent:10px;
   margin-top:2px;
   height:25px;
   font-family:Arial, Helvetica, sans-serif;
   text-decoration:none;
   color: #215dc6;
   border-bottom: #000000 1px dashed;
   font-size:14px;
}

.subItem a
{
	text-indent:10px;
   font-family:Arial, Helvetica, sans-serif; 	
   text-decoration:none;
   color: #215dc6;
   font-size:14px;
}

.subItemOver
{
   text-indent:10px;
   margin-top:2px;
   font-family:Arial, Helvetica, sans-serif;	  
   height:25px;
   color: #428eff;
   font-size:14px;
   border-bottom: #000000 1px dashed;
}

.subItemOver  a
{
   text-indent:10px;
   font-family:Arial, Helvetica, sans-serif;
   cursor:pointer;	
   color:#215dc6;;
   text-decoration:underline;
   cursor:pointer;
   font-size:14px;
}


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




