@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
	position: relative;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	clip: rect(auto,auto,auto,10em);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 7%;
	padding-left: 5%;
}
#vdividermenu ul li{
	display: inline;
}
#vdividermenu ul li a{
	float: left;
	color: #2C221D;
	text-decoration: none;
	border-right-color: #660000;
	background-color: transparent;
	/*	background-image: url(../images/vertical2.gif); */
	background-repeat: no-repeat;
	background-position: center center;
	text-transform: uppercase;
	font-weight: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}

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

#vdividermenu ul li a:hover{
	color: #DBD8C1;
	background-color: #660000;
}
