#menuwrapper {
	background-repeat: repeat-x;
	width: 700px;
	border-top-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
}
.cleared {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#menubar {
	width: 700px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #111111;

}
#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#menubar a {
	display: block;
	text-decoration: none;
	font-size: 9px;
	color: #666666;
	margin: 0px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888888;
}
#menubar a.label {
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#menubar li {
	float: left;
	width: 15em;
}
#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: 14em;
}
#menubar ul li a  {
	color: #666666;
	border-right: 0;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#menubar li ul {
	position: absolute;
	display: none;
	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: #464646;
}
#menubar li:hover ul, #menubar li.menulist ul {
	display: block;
	background-image: url(../images/nav/main-buttonOver-tile.gif);
	background-repeat: no-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 {
	color: #464646!important;
}

