#menu2 ul {
	list-style-type: none;	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

#menu2 ul li {
	display: inline;
	padding: 0px;
	height: 42px;
}

#menu2 ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
	margin: 0px;
	height: 42px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 14px;
}
#menu2 ul li a:hover {
	color: #67563E;
	font-weight: none;
	margin: 0px;
	height: 42px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 14px;
	background-image: url(../img/menu/hover.gif); voice-family: "\"}\""; /*Box Model Hack*/ voice-family:inherit;
	background-repeat: repeat-x;
}

#menu2 ul li.active {
	color: #FFFFFF;
	background-image: url(../img/menu/active.gif); voice-family: "\"}\""; /*Box Model Hack*/ voice-family:inherit;
	background-repeat: repeat-x;
}