div.header div.menu { background: url(../img/header/menuback.gif) repeat-x #4f4875; width: 100%; height: 24px; clear:both; float:left; }
div.header div.menu ul { list-style: none; height: 100%; float: left; }
div.header div.menu ul li { float: left; }
div.header div.menu ul li a { color: #E4E4E4; text-decoration: none;  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size: 10pt; font-weight: bold; height: 23px; display: block; padding:0 0px 0 0px; margin: 1px 0 0 0; width: auto; float: left; }
div.header div.menu ul li a:hover { color: White; background: url(../img/header/menu_on.jpg) repeat-x #ff9f06; }

/* Normal state */
.menuItemFirst {
	color: #E4E4E4;
	cursor:pointer;
	background-color:#122f3f;
	width:220px;
	height: 20px;
	padding: 1px 4px 3px 4px;
	font-size: 11pt;
}
.menuItem {
	color: #E4E4E4;
	cursor:pointer;
	background-color:#122f3f;
	width:220px;
	height: 20px;
	padding: 1px 4px 3px 4px;
	font-size: 11pt;
}
.menuItemLast {
	color:#E4E4E4;
	cursor:pointer;
	background-color:#122f3f;
	width:220px;
	height: 20px;
	padding: 1px 4px 3px 4px;
	font-size: 11pt;
}

/* On mouse over */
.menuItemFirstOver {
	color: White;
	cursor:pointer;
	background-color:#1d4f68;
	width:220px;
	height: 20px;
	padding: 1px 4px 3px 4px;
	font-size: 11pt;
}
.menuItemOver {
	color: White;
	cursor:pointer;
	background-color:#1d4f68;
	width:220px;
	height: 20px;
	padding: 1px 4px 3px 4px;
	font-size: 11pt;
}
.menuItemLastOver {
	color:white;
	cursor:pointer;
	background-color:#1d4f68;
	width:220px;
	height: 20px;
	padding: 1px 4px 3px 4px;
	font-size: 11pt;
}

/* submenus container */
.submenu {
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	width:220px;
}
