#menubackground
{
	background-color: #4AAEA4;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 500px;
	width: 190px;
}

div.menuitem
{
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 190px;
}

div.submenu
{
	background-color: #1B859B;
	display: none;
	left: 190px;
	position: absolute;
	width: 175px;
	z-index: 1000;
}

div.hasSelection
{
	border-bottom-color: #FFDA00;
}

a.menuitem
{
	color: #FFF !important;
	display: block;
	font-size: 1.2em;
	font-weight: normal !important;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	text-align: right;
	text-decoration: none !important;
}

a.submenuitem
{
	color: #FFF !important;
	display: block;
	font-size: 1.0em;
	font-weight: normal !important;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	text-align: right;
	text-decoration: none !important;
}

a.hovermenuitem,
a.menuitem:hover,
a.submenuitem:hover
{
	background-color: #1B859B;
	background-image: url(../images/template/arrow_menu_hover.gif) !important;
 	background-position: 7px center;
	background-repeat: no-repeat;
}

a.menuitem:hover div.submenu
{
	display: block;
}

a.activeItem
{
	background-image: url(../images/template/arrow_menu_selected.gif);
 	background-position: 7px center;
	background-repeat: no-repeat;
	color: #FFDA00 !important;
}
