/* R.W. WILLS - HORIZONTAL NAVBAR - CSS Document */

/*START OF MAIN SITE NAVIGATION*/
#navcontainer {
	width: 196px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	border-right:0px solid #ffffff;
	border-left:0px solid #ffffff;}

#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 196px;
	padding-left: 0px;
	font-size: 1.2em;}

#navcontainer li{
	margin: 0px;
	width: 196px;
	padding: 0px;
	line-height: 35px;
	height:32px;
	border-bottom:2px solid #ffffff;
	background-image:url(../img/menu_normal.jpg);
}

#navcontainer ul li a{
	display: block;
	width: 173px;
	padding-left: 23px;
	border-bottom: 0px solid #ffffff;}
	
#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: 173px;
	padding-left: 23px;}
	
#navcontainer ul li a:hover{
	color:#000000;
	background-color:#cccccc;
	display: block;
	width: 173px;
	padding-left: 23px;
	height:32px;
	background-image:url(../img/menu_rollover.jpg);
}

/* 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: 173px;
	padding-left: 23px;
	height:32px;
	border-bottom:2px solid #ffffff;
	background-image: url(../img/menu_main.jpg);
}
