#submenu_container{
	width:					215px;
}

#submenu{
	
}

.menuentry, .menuentry_sel, .submenuentry, .submenuentry_sel{
	display:				block;
	width:					145px;
	height:					25px;
	margin-bottom:			5px;
	padding-left:			25px;
	
	line-height:			24px;
	text-align:				left;
	vertical-align:			bottom;
	text-decoration:		none;
}

.menuentry, .menuentry_sel, .menuentry_sel:Hover{
	color:					#CDD7E6 !important;
	background:				#00327D;
	
	font-weight:			bold;
	font-size:				12px;
}

.menuentry:Hover{
	color:					#002D6E !important;
	background:				#C0CCDF url(../gfx/arrow_hover.png) no-repeat !important;
}

.menuentry_sel, .menuentry_sel:Hover{
	background:				#00327D url(../gfx/arrow.png) no-repeat !important;
}

.submenu{
	overflow:				hidden;
}

.submenuentry, .submenuentry_sel{
	color:					#002D6E !important;
	background-color:		#C0CCDF;
	font-size:				11px;
}

.submenuentry:Hover{
	color:					#CDD7E6 !important;
	background-color:		#00327D;
}

.submenuentry_sel, .submenuentry_sel:Hover{
	color:					#001941 !important;
	background-color:		#8099BE;
}