@charset "utf-8";
/* CSS Document */
.navbar
{
}  

.mainDiv
{
  width:190px;
}

.topItem
{
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #525252;
  background: url("/elements/buttons/arrow-up-title.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 190px;
  height: 25px;
  cursor:pointer;
  text-indent:20px;
  line-height: 25px;
}

.topItemOver
{
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #525252;
  background: url("/elements/buttons/arrow-up-title-on.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 190px;
  cursor:pointer;
  line-height: 25px;
  text-indent:20px;
}

.topItemClose
{
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #525252;
  background: url("/elements/buttons/arrow-down-title.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 190px;
  cursor:pointer;
  line-height: 25px;
  text-indent:20px;
}


.topItemCloseOver
{
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #525252;
  background: url("/elements/buttons/arrow-down-title-on.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 25px;
  width: 190px;
  cursor:pointer;
  line-height: 25px;
  text-indent:20px;
}



.dropMenu
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;  	
  background-color: #fafafa;
  color: #000;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   line-height: 20px;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;  		
   text-decoration: none;
   color: #525252;
   height: 20px;
   
}

.subItem a
{
   margin-left: 15px;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;  	 	
   text-decoration:none;
   color: #525252;
   line-height: 20px;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;  	 	
   text-decoration:none;
   color: #525252;
   line-height: 20px;
}

.subItemOver  a
{
   margin-left: 15px;
   cursor:pointer;	
   text-decoration:underline;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;  	 	
   color: #525252;
   line-height: 20px;
}


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


