#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 656px;
	float: right;
	margin-top: 30px;
	height: 38px;
}
#menu img {
	float: left;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.menu_selected_text {
	margin-right: 6px;
	margin-left: 6px;
	color: #000000;
	margin-top: 6px;
	display: block;
}
.menu_seleted_middle {
	float: left;
	width: auto;
	background-image: url(../images/menu-white_03.gif);
	background-repeat: repeat-x;
	height: 38px;
}


.menu_item {
	height: 38px;
	float: left;
	overflow: hidden;
	display: inline;
	margin-right: 2px;
}
#menu a:hover {
	color: #AAD2EA;
	text-decoration: none;
}
.menu_nonseleted_middle {

	float: left;
	width: auto;
	background-image: url(../images/menu-blue_03.gif);
	background-repeat: repeat-x;
	height: 38px;
}
.menu_nonselected_text {
	margin-right: 6px;
	margin-left: 6px;
	color: #FFFFFF;
	margin-top: 6px;
	display: block;
}
#bottommenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bottommenu li {
	list-style-type: none;
	display: inline;
}
#bottommenu li a {
	float: left;
	display: block;
	margin-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#bottommenu li a:hover {
	text-decoration: underline;
}
