.navbar {
}  

.mainDiv {
  width:185px;
}

.topItem {
	font: bold 12px tahoma,verdana,sans-serif;
	background: url("arrow-up-title2.jpg") no-repeat 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	width: 185px;
	height: 25px;
	color: #003874;
	cursor :pointer;
	text-indent: 10px;
}

.topItemOver {
	text-indent:10px;
	font: bold 12px tahoma,verdana,sans-serif;
	letter-spacing: 0;
	background: url("arrow-up-title-on2.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #428eff;
	cursor:pointer;
}

.topItemClose {
	text-indent:10px;
	font: bold 12px tahoma,verdana,sans-serif;
	letter-spacing: 0;
	background: url("arrow-down-title2.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #215dc6;
	cursor:pointer;
}

.topItemCloseOver {
	text-indent:10px;
	font: bold 12px tahoma,verdana,sans-serif;
	letter-spacing: 0;
	background: url("arrow-down-title-on2.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #428eff;
	cursor:pointer;
}

.dropMenu {
	font: bold 11px tahoma,verdana,sans-serif;	
	background-color: #D4DAEC;
	color: #000;
	border: 1px solid #FFFFFF;
	border-width: 0 1px 1px 1px;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
}

.subMenu {
	display:block;
}

.subItem {
	margin-left:23px;
	margin-top:2px;
	height:18px;
	font: 11px Arial;
	font-weight: bold;
	text-decoration:none;
	color: #000000;   
}

.subItem a {
	text-decoration:none;
	color: #215dc6;
}

.subItemOver {
	margin-left:23px;
	margin-top:2px;
	font: 11px Arial;  
	font-weight: bold;
	height:18px;
	color: #428eff;
}

.subItemOver a {
	font: 11px Arial;
	font-weight: bold;
	cursor:pointer;	
	color: #428eff;
	text-decoration:none;
	cursor:pointer;
}

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

a.other_main_link {
	font: bold 12px/20px tahoma,verdana,sans-serif;
	text-decoration:none;
	color: #215dc6;  
	width: 185px;
	height: 25px;
	color: #003874;
	cursor :pointer;
	margin-left: 15px;
}

a.other_main_link:hover {
	font: bold 12px/20px tahoma,verdana,sans-serif;
	text-decoration:none;
	color: #215dc6;  
	width: 185px;
	height: 25px;
	cursor :pointer;
	margin-left: 15px;
	color: #428eff;   
}

.other_main_link_div {
	font: bold 12px/20px tahoma,verdana,sans-serif;
	text-decoration:none;
	width: 185px;
	height: 25px;
	cursor :normal;
	margin-left: 15px;
	color: black;
}



