@charset "utf-8";


/* rounded */

#nav {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 5px 6px;
	text-decoration: none;
	color: #666666;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #CCCCCC;
	background-image: url(graphics/Rounded.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
