/* CSS Navigation */

#navcontainer {
	height: 40px;
	}

#nav {
	margin: 0;
	padding: 0px;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0px; 
	padding: 0px;
    list-style: none;
	display: inline;
	}

#nav a {
	float: right;
	padding: 30px 12px 0px 0px;
	overflow: hidden;
	height: 0px;
	}
	
#nav a:hover {
	background-position: 12px -30px;
	}
	
#nav a.selected {
	background-position: 12px -30px;
	}
	
#home a  {
	width: 47px;
	background:url(images/home.gif) top right no-repeat;
	}
	
#profile a  {
	width: 52px;
	background: url(images/profile.gif) top right no-repeat;
	}
	
#projectmain a  {
	width: 133px;
	background: url(images/featproj.gif) top right no-repeat;
	}
#construction a  {
	width: 157px;
	background:url(images/underconst.gif) top right no-repeat;
	}
#press a  {
	width: 43px;
	background: url(images/press.gif) top right no-repeat;
	}
	
#contact a  {
	width: 57px;
	background: url(images/contact.gif) top right no-repeat;
	}	


#adobe a {float:left;display: inline; width: 38px; height: 37px; background-image: url("images/AdobeIconro.jpg"); background-position:top; background-repeat:no repeat;}
#adobe a:hover {background-position:0 -37px;}	

