/* --------------------------
AUTHOR : STYLED navigationS
URL : http://www.stylednavigations.com
Copyrights by STYLED navigationS
----------------------------*/
*{
	margin:0;
	padding:0;
}

#navigation{
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
	height: 30px;
	width: 685px;
	margin-top: 100px;
	margin-left: 20px;
	position: relative;
	left: 275px;
}
#indexphotoone {
	position: relative;
	left: -60px;
	top: -80px;
}
#indexphototwo {
	position: relative;
	left: -60px;
	top: -70px;
}
#indexphotothree {
	position: relative;
	left: -60px;
	top: -60px;
}

	#navigation ul{
		list-style:none;
	}
		#navigation li{
			list-style:none;
			display:block;
			float:left;
			margin:0 3px;
			padding:4px;
			border:1px solid #ccc;
			background:#fff;
		}
			#navigation li a{
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:#002255;
	text-decoration:none;
	width: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
			}
				#navigation li a:hover{
					display:block;
					float:left;
					background:#49740d url(images/primarynavbg.png) no-repeat center top;
					text-decoration:none;
				}
			#navigation li a.current{
				display:block;
				float:left;
				color:#fff;
				text-transform:uppercase;
				font-size:11px;
				font-weight:bold;
				padding:15px 35px;
				background:#49740d url(images/primarynavbg.png) no-repeat center top;
				text-decoration:none;
			}
