/* MENU */

#header_menu{
	line-height: 50px;
	color: #66CCFF;
}

#header_menu li{
	display: inline;
	color: #333;
	font-size: 15px;
}

#header_menu li .selected{
	font-weight: bold;
}

#header_menu li a:hover{

}

#header_menu li a{
	display: inline;
	font-size: 15px;
	color: #333;
}

#header_menu li a:hover{
	color: #777;
}

#site_header_menu{
	position: relative;
	width: 100%;
	height: 54px;
	background: url('../images/menu_bg.png') top left repeat-x;
	text-align: center;
}
