.navbar {

}
.mainDiv {
	width: 185px; 
	height: 17;
}
.topItem {
	vertical-align: middle; 
	letter-spacing: 0; 
	background-position: 0 0; 
	background-repeat: no-repeat; 
	width: 185px; 
	height: 17px; 
	color: #F0F5F9; 
	text-indent: 10px; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial; 
	background-image: url("images/arrow-up-title.jpg"); 
	border-left-style: none; 
	border-right-style: none; 
	border-top-style: none; 
	border-bottom-style: none; 
	cursor: hand;
}
.topItemOver {
	text-indent: 10px; 
	letter-spacing: 0; 
	background-position: 0 0; 
	background-repeat: no-repeat; 
	height: 17px; 
	width: 185px; 
	color: #F0F5F9; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial; 
	background-image: url("images/arrow-up-title-on.jpg"); 
	cursor: hand;
}
.topItemClose {
	text-indent: 10px; 
	letter-spacing: 0; 
	background-position: 0 0; 
	background-repeat: no-repeat; 
	height: 17px; 
	width: 185px; 
	color: #F0F5F9; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial; 
	background-image: url("images/arrow-down-title.jpg"); 
	cursor: hand;
}
.topItemCloseOver {
	text-indent: 10px; 
	letter-spacing: 0; 
	background-position: 0 0; 
	background-repeat: no-repeat; 
	height: 17px; 
	width: 185px; 
	color: #F0F5F9; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial; 
	background-image: url("images/arrow-down-title-on.jpg"); 
	cursor: hand;
}
.dropMenu {
	background-color: #FFFFFF; 
	color: #000000; 
	filter: alpha(opacity=100); 
	padding-top: 5px; 
	padding-bottom: 5px; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Arial; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-top-style: solid; 
	border-bottom-style: solid; 
	border-left-color: #FFFFFF; 
	border-right-color: #FFFFFF; 
	border-top-color: #FFFFFF; 
	border-bottom-color: #FFFFFF;
}
.subMenu {
	display: block;
}
.subItem {
	margin-left: 10px; 
	margin-top: 2px; 
	height: 18px; 
	text-decoration: none; 
	color: #215dc6; 
	font-size: 11px; 
	font-family: Arial;
}
.subItem a {
	margin-left: 23px; 
	text-decoration: none; 
	color: #006C97; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Arial;
}
.subItemOver {
	margin-left: 10px; 
	margin-top: 2px; 
	height: 18px; 
	color: #006C97; 
	font-size: 11px; 
	font-family: Arial;
}
.subItemOver a {
	margin-left: 23px; 
	color: #0087BD; 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Arial;
}
.drop {
	border-left: 1px solid black; 
	border-right: 1px solid black;
}
