/* Menu */

div#menu {
	height: 43px;
	background: url(../images/background_menu.gif) repeat-x;
	/*width: 900px;*/
	clear: both;
}

#menu ul {
	list-style: none;
	margin-left: 0px;
}

#menu li {
	display: inline;
	text-align: center;
	float: left;
	height: 43px;
	font-weight: bold;
}

#menu span.menu_myconf {
	font-weight: normal;
}

#menu li a {
	display: block;
	/*width: auto;*/
	padding: 13px 26px 12px 26px;
	text-decoration: none;
	color: #1478BE;
	font-size: 13px;
}

#menu li a:hover, #menu li.current a {
	background: url(../images/menu_hover.gif) repeat-x;
	color: #ffffff;
}

#menu li.home a, #menu li.home_current a {
	width: 60px;
	height: 24px;
	padding: 10px 9px 12px 10px;
}

#menu li.home a {
	background: url(../images/menu_home.png) no-repeat;
}

#menu li.home_current a, #menu li.home a:hover, #menu li.home_current a:hover {
	background: url(../images/menu_home_hover.png) no-repeat;
}