#mainnav{
		width: 100%;
		background-color: #EFF0F0;
		border: 0px solid #000;
		height: 75px;
		/*float: none;*/
}
#mainmenu {
		list-style-type: none;
		margin: 0 10px 10px 0px;
		padding: 0;
		width: 1000px;
		height: 45px;
		background-color: #EFF0F0;
		border: 0px solid #000;
}
#mainmenu ul{
		margin: 0;
		padding: 0;
}
.menuitem {
		/*position:relative;*/
		margin: 0;
		padding: 0 5px 0 5px;
		height: 35px;
		line-height: 20px;
		color: #000;
		background-color: #ffe784;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		display: inline;
		float: left;
		z-index: 10;
}
.menuitem a{
	margin-top: 30px;
	color: #000;
}
.menuitem ul {
		display:none;
		margin: 0;
		padding: 0;
		list-style-type:none;
		border: 0px solid #000;
	}
ul.submenu li {
		border: 1px solid #EFF0F0;
		font-size: 0.9em;
		font-weight: normal;
		display: block;
		background-color:#EFF0F0;
		white-space: nowrap;
	}
ul.submenu{
		border: 1px solid #000;
		width: auto;
		position: absolute;
		background-color:#EFF0F0;
		display: none;
		z-index: 1000;
	}
#mainmenu a {
		display:block;
		margin:0;
		padding: 0.2em 0.7em;
		text-align:left;
		text-decoration:none;
		color:#000;
	}
#mainmenu a:hover { background:#ffbe10; }
.menuitem a { background:#ffe784; }
.menuitem ul a { background:#ffe784; }
.menuitem ul ul a { background:blue }
.menuitem ul ul ul a { background:violet }
.menuitem ul ul ul ul a { background:orange }

/* *************************** */

#subnav{
		height: 20px;
		background-color: #d6dbde;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;	
		line-height: 20px;
		width: 100%;
		clear: both;
}
#subnav a{
	color: #000;
}
#subnav a:hover{
	color: #6B6B73;
}
#subnav ul{
	line-height: 20px;
	height: 20px;
	float: left;
	border: 0px solid #000;
	margin: 0;
}
#subnav li{
	float: left;
	list-style: none;
	line-height: 20px;
	height: 20px;
	border-right: 1px solid #000;
	padding: 0 5px 0 5px;
}
/* ************************ */

#s_left{
	width: 159px;
	float: left;
	line-height: 20px;
	padding-left: 5px;
	border: 0px solid #000;
	color: #000;
	font-weight: bold;
}
#s_right{
/*	width: 800px;
	float: right;*/
	line-height: 20px;
	border: 0px solid #000;
}
/* ************************ */

#logo{
	margin-left: 20px;
	/*border: 1px solid #000;*/
}
