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

#nav {

float: left;
width: 135px;
padding: 0 0 0 35px;
margin: 5px 0 0 0;

}

ul#navMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666;
	line-height: 2em;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #306;
	border-bottom-color: #306;
	padding: 5px 0 5px 0;
	margin: 0;
}

#nav li {
	color: #5A5A5A;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	list-style-position: outside;
}

#nav li#noline {
	color: #5A5A5A;
	list-style-type: none;
	border: none;
	list-style-position: outside;
	
}
	

#nav li a, #nav li a:link, #nav li a:active {
	color: #5A5A5A;
	text-decoration: none;
	}

#nav li a:visited {
	color: #707070;
	text-decoration: none;
}

#nav li a:hover {
	color: #06C;
	text-decoration:none;
}

