#nav {margin:0px 0 0px 0px;}

/* A modified version of A List Apart - http://alistapart.com/articles/slidingdoors2/ */
#nav {
	width:940px;
	background:url("/images/layout/tab-background.gif") repeat-x bottom;
	font: bold 12px Verdana;
	float: left;
	border-color: black;
	border: solid;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 938px;/*946*/
}
html>body #nav {
	width: 938px;
}





#nav ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#nav li {
	float:left;
	background:url("/images/layout/tab-right.gif") no-repeat right top;
	margin:0 0 0 9px;
	padding:0;
}
#nav a {
	float:left;
	display:block;
	position:relative;
	left:-9px;
	margin-right:-9px;
	width:.1em;
	background:url("/images/layout/tab-left.gif") no-repeat left top;
	padding:2px 10px;
	text-decoration:none;
	font-weight:bold;
	color:#765;/*765*/
}

#nav > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
	color:#333;
}
/*
#nav a:visited {
	color:#560000;
}
*/

#demos #nav-demos,
#menus #nav-menus,
#layouts #nav-layouts,
#boxes #nav-boxes,
#mozilla #nav-mozilla,
#explorer #nav-explorer,
#opacity #nav-opacity {
	background-position:100% -150px;
}
#demos #nav-demos a,
#menus #nav-menus a,
#layouts #nav-layouts a,
#boxes #nav-boxes a,
#mozilla #nav-mozilla a,
#explorer #nav-explorer a,
#opacity #nav-opacity a {
	background-position:0 -150px;
	padding-bottom:6px;
	color:#333;
}
/* not for IE5.x or IE6 */
#nav li.selected ,
#nav li.selected a,
#nav li:hover ,
#nav li:hover a {
	background-position:100% -150px;
	color:#333;
}
#nav li.selected a,
#nav li:hover a {
	background-position:0 -150px;
}
