.navbar
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}  

.mainDiv
{
	width:150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.topItem
{
   font: 12px Verdana;
  
   color: #FF9900;
  letter-spacing: 0;
  background: url("arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 150px;
  height: 25px;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  letter-spacing: 0;
  background: url("arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 150px;
  font: 12px Verdana;

  color: #FF9900;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: 12px Verdana;
  color: #FF9900;

  letter-spacing: 0;
  background: url("arrow-down-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 150px;

  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: 12px Verdana;

  color: #FF9900;
  letter-spacing: 0;
  background: url("arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 150px;

  cursor:pointer;
}



.dropMenu
{
	font: 12px Verdana;
	text-align:left;
	padding-left:25px;
	color: #000;
	padding-top:5px;
	padding-bottom:5px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
   font: 12px Verdana;
   text-align:left;  
   color: #FF9900;
   text-decoration:none;
      
}

.subItem a
{
   margin-left:10px;
   font: 12px Verdana;	
   text-align:left;   	
   text-decoration:none;
   color: #FF9900;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 12px Verdana;
   text-align:left;  
   color: #FF9900;	  
   height:18px;

}

.subItemOver  a
{
   margin-left:10px;
   font: 12px Verdana;
   color: #FF9900;
  text-align:left;  
   cursor:pointer;	
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

