
#menu {
	text-align: center;
	height: 30px;
	margin: 0;
	padding: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/menu/menu.gif);
	background-color: white;
}

#menu_icons {
	float: right;
	margin: 0 25px 0 0;
}

#menu_icons img {
	border: 0;
}

#menu_items {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 50px;
	padding-top: 8px;
	text-align: center;
	height: 22px;
}
	

.menu_element {
	margin-left: 20px;
	font-size: 12px;
	margin-right: 20px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.menu_element_last {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.menu_element_last:hover {
	text-decoration: underline;
}

.menu_element:hover {
	text-decoration: underline;
}
