#menuwrapper {
	border-top: 1px none #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
	background:  url(../images/nav/main-buttonOver-tile.gif) repeat;
	background-repeat: repeat-x;
	width: 745px;
}
.cleared {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#menubar {
	width: 745px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;


}
#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#menubar a {
	display: block;
	text-decoration: none;
	padding: 2px 5px 2px 6px;
	border-right: 1px solid #CCCCCC;
	font-size: 9px;
	color: #666666;
	margin: 0px;



}
#menubar a.label {
	padding: 2px 8px;
	background:  url(../images/nav/main-buttonOver-tile.gif) repeat;
	background-repeat: no-repeat;
}
#menubar li {
	float: left;
	width: 9em;
}
#menubar li {position: relative;}

/* hide from IE mac \*/
#menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#menubar li ul, #menubar ul li  {
	width: 12em;
}
#menubar ul li a  {
	color: #666666;
	border-right: 0;
	padding: 3px 5px 3px 8px;
}
#menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background:  url(../images/nav/main-buttonOver-tile.gif) repeat;
	background-repeat: repeat-x;
}
#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.menulist a {
	color: #000000;
}
#menubar li:hover ul, #menubar li.menulist ul {
	display: block;
	background:  url(../images/nav/main-buttonOver-tile.gif) repeat;
}
#menubar li:hover ul a, #menubar li.menulist ul a {
	color: #666666;
	background-color: transparent;
	background:  url(../images/nav/main-buttonOver-tile.gif) repeat;
}
#menubar ul a:hover {
	background-color: #ffffff!important;
	color: #000000!important;
}
