.navbar {
}  

.mainDiv {
	width:130px;
}

.topItem a, .topItemOver a, .topItemClose a, .topItemCloseOver a {
	color:#2f333c;
	text-decoration:none;
}

.topItem {
	padding:9px 10px;
	margin:0;
	border-top:1px solid #ffffff;
	background-color:#dcdfe2;
	text-transform:uppercase;
	color:#2f333c;
	
	background-image:url("/images/menu/arrow-up-title.png");
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.topItemOver {
	padding:9px 10px;
	margin:0;
	border-top:1px solid #ffffff;
	background-color:#dcdfe2;
	text-transform:uppercase;
	color:#2f333c;
	background-image:url("/images/menu/arrow-up-title-on.png");
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.topItemClose {
	padding:9px 10px;
	margin:1px 0;
	background-color:#c5ccd2;
	text-transform:uppercase;
	color:#2f333c;
	
	background-image:url("/images/menu/arrow-down-title.png");
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}


.topItemCloseOver {
	padding:9px 10px;
	margin:0;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#dcdfe2;
	text-transform:uppercase;
	color:#2f333c;
	
	background-image:url("/images/menu/arrow-down-title-on.png");
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.dropMenu {
	background-color:#dcdfe2;
	color:#2f333c;
	border: 1px solid #FFFFFF;
	border-width:0 0 1px 0;
	filter:alpha(opacity=100);
	padding:5px 5px 5px 15px;
}

.subMenu {
	display:block;
}

.subItem {
	padding:0;
	margin:2px 0;
	text-decoration:none;
	font-size:11px;
	height:35px;
}

.subItem2 {
	padding:0;
	margin:2px 0;
	text-decoration:none;
	font-size:11px;
	height:24px;
}


.subItem a {
	text-decoration:none;
	color:#2f333c;
	font-size:11px;
}

.subItemOver {
	padding:0;
	margin:2px 0;
	font-size:11px;
	height:35px;
}

.subItemOver  a {
	padding:0;
	margin:0;
	cursor:pointer;	
	text-decoration:underline;
	cursor:pointer;
	font-size:11px;
}

.subItem2 a {
	text-decoration:none;
	color:#2f333c;
	font-size:11px;
}

.subItem2Over {
	padding:0;
	margin:2px 0;
	font-size:11px;
	height:24px;
}

.subItem2Over  a {
	padding:0;
	margin:0;
	cursor:pointer;	
	text-decoration:underline;
	cursor:pointer;
	font-size:11px;
}

.drop {
}