/* SPA IN THE CITY - HORIZONTAL NAVBAR - CSS Document */

/*START OF MAIN SITE NAVIGATION*/
#navcontainer {
	width: 245px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;}

#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 240px;
	padding-left: 0px;}

#navcontainer li{
	margin: 0px;
	width: 245px;
	padding: 0px;
	line-height: 35px;
	height:auto;
	border-bottom:1px solid #ffffff;}

#navcontainer ul li a{
	display: block;
	width: 200px;
	padding-left: 45px;
	height:auto;
	border-bottom: 0px solid #ffffff;}
	
#navcontainer ul li a:link, #navcontainer ul li a:visited{
	color: #ffffff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
	font-weight:bold;
	display: block;
	width: 200px;
	padding-left: 45px;
	height:auto;
	border-bottom:0px solid #ffffff;
}
	
#navcontainer ul li a:hover{
	color:#ffffff;
	background-color:#F47320;
	display: block;
	width: 200px;
	padding-left: 45px;}

/* selected states */
#navcontainer ul li a#current{
	color: #ffffff;
	background-repeat: no-repeat;
	border-bottom: 0px solid #ffffff;
	background-color: #00adef;
	font-weight: bold;
	height:auto;
	border-bottom:0px solid #ffffff;
	width: 200px;
	padding-left: 45px;
}
