/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 115%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
	float: left;
	color: #ACACAC;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}

#vdividermenu ul li a:visited{
color: #ACACAC;
}

#vdividermenu ul li a:hover{
	color: #909090;
	background-color: #FFFFFF;
}

