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

html {
	font:small/1.4 "Lucida Grange", Tahoma, sans-serif;
}

body {
	font-size:120%;
}

#nav {
	position:absolute;
	margin:0;
	padding:0;
	left:20px;
	list-style-type:none;
	width:150px;
	top:100px;
	float:left; /* for IE whitespace fix-up */
}

#nav li {
	margin:0;
	padding:0;
	background-color:#CC6600;
	float:left; /* this corrects the */
	width:100%; /* IE whitespace bug */
}

#nav a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 15px;
	line-height:2.5;
	border-bottom:1px solid #fff;
}

#nav #nav_oth a {
	border:none;
}

#nav a:hover {
	background:#4f4532;
}

#nav li.current a {
	background:#beb06f;
	color:#1a1303;
	font-weight:bold;
}