body{
	background-color: #442d28;
	margin-top: 0px;
	margin-left: 0px;
}

#vdividermenu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	float: left;
	width: 100%;
	border: 1px solid #442d28;
	background-color: #442d28;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
	float: left;
	color: #CCCCCC;
	padding: 10px 12px;
	text-decoration: none;
	background: transparent url(../images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
	color: #fe9d03;
	background-color: #442d28;
}
