@charset "UTF-8";


#nav{
	background-image: url(../images/nav-bg2.png);
	background-repeat: no-repeat;
	margin: 85px 0 0 165px;
	padding: 0px;
	float: left;
	height: 42px;
	width: 390px;   
}

#nav ul{
   margin: 0px; 
   padding: 0px;

}

#nav li{
   margin: 0px 0 0 1px ;
   padding: 0px;
   list-style: none;
   float: left;

}

#nav a{
	height: 42x;
	margin: 0px 0 0 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	line-height: 40px;
}

#nav a#home{
	margin: 0px;
	padding: 0px;
	width: 120px;
	display: block;
	background-image: url(../images/nav-bg-O.png);
	background-repeat: no-repeat;
	background-position: left;
}

#nav a#home:hover{
    background-image: none;
	margin: 0px;
	padding: 0px;
	
}


#nav a#home.active{
    color: #270000;
    background:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav-bg-O.png);
	background-repeat: no-repeat;
	background-position: left;
	
}

#nav a#about{
	margin: 0px;
	padding: 0px;
	width: 180px;
	display: block;
	background-image: url(../images/nav-bg-O.png);
	background-repeat: no-repeat;
	background-position: -125px;	
}

#nav a#about:hover{
    background:none;
	margin: 0px;
	padding: 0px;
	
}

#nav a#about.active{
    color: #270000;
    background:none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav-bg-O.png);
	background-repeat: no-repeat;
	background-position: center;
	
}


#nav a#photos{
	margin: 0px;
	padding: 0px;
	width: 170px;
	display: block;
	background-image: url(../images/nav-bg-O.png);
	background-repeat: no-repeat;
	background-position: center;
	
}

#nav a#photos:hover{
    background: none;
	background-repeat: no-repeat;
    margin: 0px;
	padding: 0px;
	
}

#nav a#photos.active{
    color: #270000;
    margin: 0px;
	padding: 0px;
    background-image: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	
}

#nav a#bridgers{
	margin: 0px;
	padding: 0px;
	width: 133px;
	display: block;
	background-image: url(../images/nav-bg-O.png);
	background-repeat: no-repeat;
	background-position: center;
	
}

#nav a#bridgers:hover{
    background:none;
	margin: 0px;
	padding: 0px;
	
}

#nav a#bridgers.active{
    color: #270000;
    background:none;
	margin: 0px;
	padding: 0px;
    background-image: url(../images/nav-bg-O.png);
	background-repeat: no-repeat;
	background-position: center;
	
}

#nav a#media{
	margin: 0px;
	padding: 0px;
	width: 70px;
	display: block;
	background-image: url(../images/nav-bg-O.png);
	background-repeat: no-repeat;
	background-position: center;
	
}

#nav a#media:hover{
    background:none;
	margin: 0px;
	padding: 0px;
	
}

#nav a#media.active{
    color: #270000;
    background:none;
	margin: 0px;
	padding: 0px;
    background-image: url(../images/nav-bg-O.png);
	background-repeat: no-repeat;
	background-position: center;
	
}

#nav a#contact{
	margin: 0px;
	padding: 0px;
	width: 133px;
	display: block;
	background-image: url(../images/nav-bg-O.png);
	background-repeat: no-repeat;
	background-position: right;
	
}

#nav a#contact:hover{
    background:none;
	margin: 0px;
	padding: 0px;
	
}

#nav a#contact.active{
    color: #270000;
    background:none;
	margin: 0px;
	padding: 0px;
    background-image: url(../images/nav-bg-O.png);
	background-repeat: no-repeat;
	background-position: right;
	
}

