@charset "utf-8";

#nav {
	padding: 0;
	background-color: #DDD;
	list-style-type: none;
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	float: left; /* Contain floated list items */
}

#nav li {
	margin: 0;
	padding: 0;
	float: left; /* IE6 Correction */
	width: 100%; /* IE6 Correction */
}

#nav a {
	display: block; /* to increase clickable area as a's default to inline */
	color: #353c48;
	text-decoration: none;
	padding: 0px 15px;
	line-height: 2.5; border-bottom: 1px solid #999;
}

#nav a:hover {
	color: #FFF;
	background-color: #999;
	background-image: url(../IMAGES/FINAL/MENUS/dot.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	letter-spacing: 1px;
}


#nav li.current a {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #353c48;
}
