
	
	#navcontainer {
	background : transparent;
	font-size : 10px;
	font-family : Verdana;
	font-weight : bold;
	text-align : left;
	background-color : #fff;
	

}

	#navcontainer ul {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000;
	list-style-type : none;
	margin: 0;
	padding: 0;
	background-color : #d9d9d9;
}
	#navcontainer a {
	display : block;
	margin: 0;
	padding: 0;
	width : auto;
	border-bottom : 1px solid #aaa;
	border-top : 1px solid #eef;	
	background : transparent;
	height: 18px
		
}
	#navcontainer a:link, #navlist a:visited {
	color : #000;
	font-size : 10px;
	font-family : Verdana;
	font-weight : bold;
	text-decoration : none;
	margin: 0;
	padding: 0;
	text-indent : 56px;
	

}

	
	#navcontainer a:hover {
	background-color : #eee;
	background-position : 1px 2px;
	text-decoration : underline;
	color : red;

}
	
	#navcontainer li {
    background-image: url(http://www.sitecity.co.uk/media.gif);
	background-repeat : no-repeat;
	margin: 0;
	padding: 0;
	}
	
	#navcontainer li.red {
    background-image: url(http://www.sitecity.co.uk/politics.gif);
	background-repeat : no-repeat;
	margin: 0;
	padding: 0;
	}
	
	#navcontainer li.purple {
    background-image: url(http://www.sitecity.co.uk/conference.gif);
	background-repeat : no-repeat;
	margin: 0;
	padding: 0;
	}
	
	#navcontainer li.green {
    background-image: url(http://www.sitecity.co.uk/pa.gif);
	background-repeat : no-repeat;
	margin: 0;
	padding: 0;
	}
	
	#navcontainer li.listname {
	background-image: none;
    background-repeat : no-repeat;
    background-color : #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-indent: 50px;
    color : #555;
	margin: 0;
	padding: 14px 6px 4px 6px;
	border-top: 1px solid #fff;
	}

