#menuContainer{
	width:810px;
}

#menu A{
	color:#FF9900;
	background:#990000;
	font-size:14px;
	line-height:25px;
	font-family:Verdana;
	border-left:#990000;
	border-right:#990000;
	border-top:#990000;
	border-bottom:#990000;
}

#menu A:hover{
	color:#990000;
	background:#ff9900;
	font-family:Verdana;
	border-left:#ff9900;
	border-right:#ff9900;
	border-top:#ff9900;
	border-bottom:#ff9900;
}

