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

#nav li{
	float:right;
	margin-left:1px;
}

#nav-top li{
	float:right;
	margin-left:1px;
}



#nav a{
	/*text-indent:-999999px;*/
	display:block;
	overflow:hidden;
	
	padding:8px 20px;
	marin-left:5px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: -0.3px;
	color:#000000;
	text-decoration:none;
	
	background-color:#ffffff;
	filter: alpha(opacity=40);
    -moz-opacity: 0.4;
	-khtml-opacity: 0.4;
    opacity: 0.4;

}


#nav-top a{
	display:block;
	overflow:hidden;
	
	padding:2px 10px;
	color:#8d7d70;
	background-color:#ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	text-decoration:none;
	font-size:10px;
}

#nav-top a.cart{
	padding-left:25px;
	background: #ffffff url(../gfx/cart.gif) no-repeat 5px center;	
}


/*
#nav a.home{
	width:69px;
	background: url(../gfx/nav/home.gif) no-repeat 0px 0px;	
}

#nav a.tshirts{
	width:94px;
	background: url(../gfx/nav/tshirts.gif) no-repeat 0px 0px;	
}

#nav a.about{
	width:75px;
	background: url(../gfx/nav/about.gif) no-repeat 0px 0px;	
}

#nav a.meetdt{
	width:91px;
	background: url(../gfx/nav/meetdt.gif) no-repeat 0px 0px;	
}

#nav a.blog{
	width:104px;
	background: url(../gfx/nav/blog.gif) no-repeat 0px 0px;	
}

#nav a.policy{
	width:77px;
	background: url(../gfx/nav/policy.gif) no-repeat 0px 0px;	
}

#nav a.contact{
	width:90px;
	background: url(../gfx/nav/contact.gif) no-repeat 0px 0px;	
}
*/


#nav a:hover, #nav a.active{
	background-position:0px -30px;
	
	filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
	
	border-bottom:2px solid #ffffff;
}

#nav-top a:hover{
	color:#ffffff;
	background-color:transparent;
}

#nav-top a.cart:hover{
	padding-left:25px;
	background: url(../gfx/cart_on.gif) no-repeat 5px center;	
	background-color:transparent;
}