@charset "UTF-8";
/* CSS Document */

#nav {
	/*display:block; 
height:25px; margin:0;*/
float:right;
	width:250px;
	margin:50px 0 0 0;
	background: url(../images/interface/nav_bg.gif) no-repeat center 5px;
}
#nav ul {margin:0; padding:0; list-style-type:none;}
#nav li {float:left; margin-right:1px; display:block; width:96px;}
#nav li.list1 {background:transparent url(../images/interface/nav_home.gif) no-repeat 38px 13px;}
#nav li.list2 {background:transparent url(../images/interface/nav_portfolio.gif) no-repeat -5px 13px;float:right;}


#nav a {display:block; width:96px; padding-top:50px; height:1px; text-decoration:none; overflow:hidden;}
* html #menu a:link, * html #menu a:visited {height:50px; he\ight:0;}

#nav a#item1 {background:transparent url(../images/interface/nav_home_hover.gif) -115px -86px no-repeat;}
#nav a#item2 {background:transparent url(../images/interface/nav_portfolio_hover.gif) -115px -86px no-repeat;}

/*
#nav a#item1:active {background:transparent url(../images/interface/nav_home_active.gif) -115px -86px no-repeat;}
#nav a#item2:active {background:transparent url(../images/interface/nav_portfolio_active.gif) -115px -86px no-repeat;}
*/

#nav a#item1:hover {background-position:38px 13px;; z-index:50;}
#nav a#item2:hover {background-position:-5px 13px; z-index:50;}

