@charset "utf-8";
/* CSS Document */
#nav {
	height: 42px;
	width: 960px;
	z-index:9999;

}
#nav ul{	
		margin:0;
		padding:0;
		float:right;
 padding-top:45px;	
		}

#nav li
{
display:inline;
float:left;
text-align:right;
margin-right:10px;


}


#nav a.last
{
 border-right: none !important;



}

#nav a{
	color: #fff ;
 display:block;
	height:42px;
 text-decoration: none; 
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bold;
	padding-right:15px;
	padding-left:15px;
 border-right:#FFF solid 1px;


	
 }
#nav a:hover{
	color: #CCFF66;
	text-decoration: none;
	background-image:url(images/hover.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	
	}

#nav a.active{
	color: #CCFF66;
	text-decoration: none;
	background-image:url(images/hover.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	
	}
	
	


body#home a#home_link,
body#profile a#profile_link,
body#projects a#projects_link,
body#portfolio a#portfolio_link,
body#contact a#contact_link {

	color: #a09d9d;
	text-decoration: none;
	background-image:url(images/hover.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:42px;
}
