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

#vdividermenu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	float: left;
	width: 100%;
	border: 1px solid #ffffdc;
	background-color: #ffffdc;
	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: #5f1f06;
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: #ffffdc;
}
