@charset "utf-8";
/*
Design by http://www.templateaccess.com
Released for free under a Creative Commons Attribution 3.0 License
*/

.menu_nav {
	float:left;
	width:630px;
	height:40px;
	background:url(../included/html/images/menu_bg.gif) top no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.menu_nav ul { list-style:none; padding:0; margin:0; }
.menu_nav li { float:left; padding:0 5px; }
.menu_nav li a {
	color:#000000;
	display:block;
	float:left;
	padding:10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.menu_nav li a span { background:none; padding:20px 25px; }
.menu_nav li a:hover { text-decoration:none; color:#f8f8f8; background:url(../included/html/images/r_menu.gif) no-repeat right; }
.menu_nav li a:hover span { text-decoration:none; color:#f8f8f8;background:url(../included/html/images/l_menu.gif) no-repeat left; }
.menu_nav li.active a { text-decoration:none; color:#f8f8f8; background:url(../included/html/images/r_menu.gif) no-repeat right; }
.menu_nav li.active a span {text-decoration:none; color:#f8f8f8; background:url(../included/html/images/l_menu.gif) no-repeat left; }
/* search */
