.navbar
{
}  

.mainDiv
{
  width:155px;
}

.topItem
{
	font: 12px Arial,Helvetica,sans-serif;
	letter-spacing: 0;
	background: url("arrow-up-title1.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 155px;
	height: 14px;
	color: #000000;
	cursor:pointer;
	text-indent:10px;
}

.topItemOver
{
  text-indent:10px;
  font: 12px Arial,Helvetica,sans-serif;
  letter-spacing: 0;
  background: url("arrow-up-title-on1.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 14px;
  width: 155px;
  color: #666666;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  font: 12px Arial,Helvetica,sans-serif;
  letter-spacing: 0;
  background: url("arrow-down-title1.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 14px;;
  width: 155px;
  color: #000000;
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  font: 12px Arial,Helvetica,sans-serif;
  letter-spacing: 0;
  background: url("arrow-down-title-on1.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 14px;
  width: 155px;
  color: #666666;
  cursor:pointer;
}



.dropMenu
{
  font: bold 11px Arial,Helvetica,sans-serif;	
  background-color: #D1DEDD;
  color: #FF0000;
  border: 1px solid #D1DEDD;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-bottom:10px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-top:2px;
   height:12px;
   font: 11px Arial,Helvetica,sans-serif;	
   text-decoration:none;
   color: #FF0000;
   
}

.subItem a
{
   margin-left:23px;
   font: 11px Arial,Helvetica,sans-serif;	 	
   text-decoration:none;
   color: ##FF0000;
}

.subItemOver
{
	margin-top:2px;
	font: 11px Arial,Helvetica,sans-serif;
	color: #FF0000;
	line-height: 8pt;
}

.subItemOver  a
{
   margin-left:23px;
   font: 11px Arial,Helvetica,sans-serif;
   cursor:pointer;	
   color: ##FF0000;
   text-decoration:underline;
   cursor:pointer;
}


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

