.navbar
{
	margin-left:19px;
	margin-bottom:0px;
	margin-top:0px;
	
}  

.mainDiv
{
  width:150px;
  margin-bottom:0px;
  margin-top:0px;
  
}

.topItem
{
  font: bold 10px;
  letter-spacing: 0;
  background: url("arrow-up-title.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 155px;
  height: 22px;
  color: #fff;
  cursor:pointer;
  text-indent:10px;
  line-height:22px;
  margin-bottom:0px;
  margin-top:0px;
}

.topItemOver
{
  text-indent:10px;
  font: 10px;
  letter-spacing: 0;
  background: url("arrow-up-title-on.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 22px;
  width: 155px;
  color: #fff;
  cursor:pointer;
  line-height:22px;
}

.topItemClose
{
  text-indent:10px;
  font: 10px;
  letter-spacing: 0;
  background: url("arrow-down-title.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 22px;
  width: 155px;
  color: #fff;
  cursor:pointer;
  line-height:22px;
}


.topItemCloseOver
{
  text-indent:10px;
  font: 10px;
  letter-spacing: 0;
  background: url("arrow-down-title-on.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 22px;
  width: 155px;
  color: #fff;
  cursor:pointer;
  line-height:22px;
}



.dropMenu
{
  font: 10px;
	color: #9999ff;
  filter:alpha(opacity=100);
  width:155px;
  padding-top:0px;
  padding-bottom:0px;
  line-height:25px;
}

.subMenu
{
   display:block;
	color: #9999ff;
}

.subItem
{
   margin-left:10px;
   margin-top:0px;
   height:18px;
   font: 10px tahoma,verdana,sans-serif;	
   text-decoration:none;
	color: #9999ff;
   
}

.subItem a
{
   margin-left:10px;
   font: 10px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
	color: #9999ff;
}

.subItemOver
{
   margin-left:10px;
   margin-top:0px;
   font: 10px tahoma,verdana,sans-serif;	  
   height:18px;
	color: #9999ff;
}

.subItemOver  a
{
   margin-left:10px;
   margin-top:0px;
   font: 10px tahoma,verdana,sans-serif;
   cursor:pointer;	
	color: #9999ff;
   text-decoration:underline;
   cursor:pointer;
}
.subItemOver  a:hover{
	color: #9999ff;
}

.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
	
}




