.navbar { width:200px; }  

.mainDiv { width:200px; }

.topItem {
	text-indent:15px;
	font: bold 12px Trebuchet MS;
	background: url("../images/arrow-up-title.gif");
	background-repeat:no-repeat;
	width: 200px;
	border-bottom: 1px solid #0099CC;
	color: #27B0CC;
	cursor:pointer;
}

.topItemOver {
	text-indent:15px;
	font: bold 12px Trebuchet MS;
	background: url("../images/arrow-up-title-on.gif");
	background-repeat:no-repeat;	
	width: 200px;
	border-bottom: 1px solid #003366;
	color: #003366;
	cursor:pointer;
}

.topItemClose {
	text-indent:15px;
	font: bold 12px Trebuchet MS;
	background: url("../images/arrow-down-title.gif");
	background-repeat:no-repeat;
	height: 14px;
	border-bottom: 1px solid #0099CC;
	width: 200px;
	color: #27B0CC;
	cursor:pointer;
}


.topItemCloseOver {
	text-indent:15px;
	font: bold 12px Trebuchet MS;
	background-repeat:no-repeat;
	height: 14px;
	border-bottom: 1px solid #003366;
	color: #003366;
	cursor:pointer;
	background-image: url("../images/arrow-down-title-on.gif");
}

.dropMenu {
	font: bold 11px Trebuchet MS;
	background-color: #E7F7FF;
	color: #27B0CC;
	width: 200px;
	border: 1px solid #FFFFFF;
	filter:alpha(opacity=100);
	padding-bottom: 10px;
	margin-bottom: 4px;
}

.subMenu { display:block; }

.subItem {
   margin-left:10px;
   margin-top:3px;
   height:16px;
   font: 11px Trebuchet MS;	
   text-decoration:none;
   color: #27B0CC;
   
}

.subItemOver {
   margin-left:20px;
   margin-top:3px;
   font: 11px Trebuchet MS;	  
   height:16px;
   color: #003366;
   text-decoration: underline;
   cursor: pointer;
}

.subItemOver a:hover {
   margin-top:2px;
   font: 11px Trebuchet MS;
   color: #003366;
   text-decoration: underline;
   cursor:pointer;	
}

.subItem a {
   margin-left:10px;
   font: 11px Trebuchet MS;	 	
   text-decoration:none;
   color: #27B0CC;
}


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

.topItemAlone {
	text-indent:15px;
	font: bold 12px Trebuchet MS;
	width: 200px;
	height: 18px;
	color: #27B0CC;
	cursor:pointer;
	border-bottom: 1px solid #0099CC;
	margin-top: 6px;
	padding-bottom: 0px;
}

.topItemAlone a {
   text-decoration:none;
   color: #27B0CC;
}

.topItemAlone a:hover {
   color: #003366;
   text-decoration:none;
}




