/*City Roofing Ltd - Navigation Style Sheet*/


/*START OF MAIN SITE NAVIGATION*/

#navcontainer {
	width: 221px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-size:1.2em;}

#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;}

#navcontainer li{
	margin: 0px;
	width:200px;
	padding: 0px;
	line-height: 35px;
	
	color:#CCCCCC;}

#navcontainer ul li a{
	display: block;
	width: 161px;
	padding-left: 60px;
	border-bottom: 0px solid #ffffff;
	background-image: url(images/menu_unselected.jpg);
	border-bottom:thick;
	border-bottom-color:#FFFFFF;
	border-bottom-width:2px;height:42px;}
	
#navcontainer ul li a:link, #navcontainer ul li a:visited{
	color: #eaeaea;
	text-decoration: none;
	padding-top:8px;
	background-repeat: no-repeat;
	background-position: left;
	font-weight:bold;}
	
#navcontainer ul li a:hover{
	background-image: url(images/menu_selected.jpg);
	color:#eaeaea;
	width: 161px;}


/* selected states */
#navcontainer ul li a#current{
	color: #FFFFFF;
	background-repeat: no-repeat;
	border-bottom: 0px solid #ffffff;
	background-image: url(images/menu_selected.jpg);
	background-color: #FFFFFF;
	font-weight: bold;
	background-position: left;
	border-bottom-width:2px;}

