/* R.W. WILLS - HORIZONTAL NAVBAR - CSS Document */

/*START OF MAIN SITE NAVIGATION*/
#navcontainer {
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	border-right:2px solid #ffffff;
	border-left:2px solid #ffffff;
	border-bottom:2px solid #ffffff;}

#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	padding-left: 0px;
	font-size: 1.2em;}

#navcontainer li{
	margin: 0px;
	width: 200px;
	padding: 0px;
	line-height: 35px;
	height:31px;
	border-top:2px solid #ffffff;}

#navcontainer ul li a{
	display: block;
	width: 177px;
	padding-left: 23px;
	border-bottom: 0px solid #ffffff;height:31px;}
	
#navcontainer ul li a:link, #navcontainer ul li a:visited{
	color: #cccccc;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
	font-weight:bold;
	display: block;
	width: 177px;
	padding-left: 23px;}
	
#navcontainer ul li a:hover{
	color:#E41740;
	display: block;
	width: 177px;
	padding-left: 23px; height:31px;}

/* selected states */
#navcontainer ul li a#current{
	color: #ffffff;
	background-repeat: no-repeat;
	border-bottom: 0px solid #ffffff;
	background-color: #666666;
	font-weight: bold;
	background-position: left;
	width: 177px;
	padding-left: 23px;
	height:33px;
	border-top:0px solid #ffffff;
}

/* selected states */
#navcontainer ul li a#current1{
	color: #ffffff;
	background-repeat: no-repeat;
	border-bottom: 0px solid #ffffff;
	background-color: #666666;
	font-weight: bold;
	background-position: left;
	width: 177px;
	padding-left: 23px;
	height:31px;
	border-top:0px solid #ffffff;
}