#nav {
	margin-top:100px;
	margin-left: 320px;
	padding: 0;
	/*width: 100%;*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#nav ul {
	font: bold 1.0em Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}

#nav a {
	float:left;
	color: white;
	/*background: #678b3f url(../graphics/color_tabs_left.gif) no-repeat left top;*/
	/*background:#0F0100;*/
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: -0.2px;
}

#nav a span {
	float:left;
	/*display:block;*/ /* IE6 pushes content down a bunch if enabled */
	background: transparent;
	padding:4px 9px 2px 6px;
}

#nav a span {
	float:none;
}

#nav a:hover {
	/*background: url(../graphics/nav-hover.gif) repeat-x;*/
	text-decoration:none;
	border-bottom:none;
}

#nav a:hover span {
	background: url(../graphics/nav-hover.gif) repeat-x;
	text-decoration:none;
}

#nav #current a, #nav #current span { /*currently selected tab*/
	background-color: #0F0100;
}

#navline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 2px;
	line-height: 2px;
	background: #1F1010;
	/*border-top: 1px solid #000;*/ /*Remove this to remove border between bar and tabs*/
}

