#menu a {
	color: #663d00;
	text-decoration: none;

}
#menu a:visited {

	color: #663d00;
}
#menu {
	font-size: 11px;
	color: #ff1900;
	font-weight: bold;
	width: 100px;
	position: relative;
	list-style-image: url(../Images/white_dot.gif);
	left: 15px;
	line-height: 12px;
	top: 20px;
}



#menu hr {
	border: 0;
	height: 1px;
	color: #BB7100;
	background-color: #BB7100;


}

#menu a:hover {
	color: #663d00;
	text-decoration: underline;
}
#menuNav a:hover {
	color: #ff1900;
	text-decoration: none;
}
#menuNav {

	font-size: 12px;
	color: #004080;
	font-weight: bold;
	position: relative;
	display: inline;
}
#menuNav a:visited {


	color: #336699;
}
#menuNav a {

	color: #336699;
	text-decoration: none;
}
