/*MENUS*/


 #navlist
{
/*	width: auto;*/
	padding: 0;
	margin: 3px 10px 0 0;
	white-space: nowrap;
	float: right;
}

#navlist li
{
	float: left;
	margin: 0 0 0 2px;
	list-style-type: none;
}

#navlist li a
{
	position: relative;
	display: block;
	color: #FFFFFF;
	font: normal 13px Lucida Sans Unicode, Arial, Helvetica, Sans-Serif;
	text-align: center;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	text-shadow: #284e06 0px 1px 1px;
	background-image: url('bg/menucenter.png');
	background-repeat: repeat-x;
}

#navlist li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('bg/menucenterHover.png');
	background-repeat: repeat-x;
}

#navlist li#active a:link
{
	color: #fff;
	border-color: #f96 #c30 #f63 #f96;
	background-image: url('bg/menucenterActive.png');
	background-repeat: repeat-x;
}

#navlist li#active a:hover {
	color: #fff;
/*	background-color: #006699; */
}

#navlist ul#subnavlist
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 1.25em;
	height: 0.75em;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #f63;
	white-space: nowrap;
}

#navlist ul#subnavlist li
{
	width: 14ex;
	margin: 0;
	border: 0;

}

#navlist ul#subnavlist li a
{
	width: auto;
	border: 0;
	background-color: #fff;
	color: #000;
	font: normal normal 12px Lucida Sans Unicode, Arial, Helvetica, Sans-Serif;

}

#navlist ul#subnavlist li a:hover
{
	/*color: #00c; */
	text-decoration: underline;
	font-weight: 400;
	/* IE5/Mac disappearing item fix */
}

#navlist ul#subnavlist li#subactive a
{
/*background-color: #fc9; */
	color: #000;
}

.box_r a {
	color: #4ab0eb;
	text-decoration: none;
	margin-top: 5px;
}

/*
.menuleft {
	width: 4px;
	height: 34px;
	background-image: url('bg/menuleft.png');
	float: left;
	clear: none;
	}*/
.menucenter {
	height: 34px;
	background-image: url('bg/menucenter.png');
	background-repeat: repeat-x;
	float: left;
	clear: none;
	}/*
.menuright {
	height: 34px;
	width: 4px;
	background-image: url('bg/menuright.png');
	float: right;
	}*/

.dymologo {
	width: 143px;
	height: 30px;
	float: left;
	clear: none;
	margin: 2px 0 0 18px;
	}
