#menu_main {
width:751px;
float:left;
}


#menu {
width:751px;
float:left;
padding:0px 4px 8px 5px;
margin-top:205px;
}
#menu ul {
	display:block;
	margin:0;
	padding:0;
	list-style: none;
	z-index: 90;
}

#menu ul li {
	float: left;
	margin:0;
	padding: 0;
	font-size: 11px;
	line-height:16px;
	list-style-type: none;
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding:10px 20px 12px 20px;
	word-wrap:break;
}

#menu ul li a.selection {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding:10px 0px 0px 0px;
	width:90px;
	height:39px;
	background:url(../images/selection.gif);
	background-repeat:no-repeat;
	text-align:center;
	word-wrap:break;
}

#menu ul li a.selection:hover {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding:10px 0px 0px 0px;
	width:90px;
	height:39px;
	background:url(../images/selection-over.gif);
	background-repeat:no-repeat;
	text-align:center;
	word-wrap:break;}


#menu ul li a.working {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding:10px 0px 0px 0px;
	width:90px;
	height:39px;
	background:url(../images/working.gif);
	background-repeat:no-repeat;
	text-align:center;
	word-wrap:break;
}

#menu ul li a.working:hover {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding:10px 0px 0px 0px;
	width:90px;
	height:39px;
	background:url(../images/working-over.gif);
	background-repeat:no-repeat;
	text-align:center;
	word-wrap:break;}




#menu ul li a.mid {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding:10px 0px 0px 0px;
	width:114px;
	height:37px;
	background:url(../images/menumidbg.gif) no-repeat right;
	text-align:center;
	word-wrap:break;
	border-top:1px solid #DEDC89;
	border-bottom:1px solid #DEDC89;
}

#menu ul li a.mid:hover {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding:10px 0px 0px 0px;
	width:114px;
	height:37px;
	background:url(../images/menumidbg_ho.gif) repeat;
	text-align:center;
	word-wrap:break;}

#menu ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}

#menu ul li.sep {
	color:#ffffff;
	padding: 0.8em 0em 0.5em 0em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu ul li a {
	float: none;
}

/* End IE5-Mac hack */

#menu ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	border-top:0px;
	border-right:0px;
	background-color:#8E8C37;
	background-image:none;
	margin:0px;
	padding:5px;
}

#menu ul.level2 li, #menu ul.level3 li {
	float: none;
	margin:0;
	padding:0;
	width:140px;
	cursor:pointer;
	margin-bottom:0px;/margin-bottom:-3px;
}

#menu ul.level2 li a, #menu ul.level3 li a {
	padding:6px 9px 4px 8px;
	background:#8E8C37 none;
	border-bottom:1px solid #A19F39;
}

#menu ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	font-weight: normal;
	background-color:#656724;
	text-decoration:none;
	color:#ffffff;
}
