#navcontainer ul
{
	color: White;
	float: left;
	width: 715px;
	font-family: arial, helvetica, sans-serif;
	position: absolute;
	left: 234px;
	top: -1px;
	font-size: 11px;
	list-style-type: disc;
	height: 5px;
	z-index: 0;
	margin-left: 0;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navcontainer ul li {
	line-height:30px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#navcontainer ul li a
{
	text-decoration: none;
	float: left;
	font-size: 11px;
	line-height: 50px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: #CCCCCC;
}

#navcontainer ul li a:hover
{
	background-color: #99262D;
	color: #fff;
	line-height: 40px;
	height: 60px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #701B20;
	border-right-color: #99262D;
	border-bottom-color: #99262D;
	border-left-color: #99262D;
	margin: 0px;
}

