body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images_design/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
 li {
	list-style-image: url(images_design/bullet.gif);
}

a:link {
	font-weight: bold;
	color: #8C092D; 
	text-decoration: none;

}
a:hover {
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
	}
a:visited {
	font-weight: bold;
	color: #8C092D;
	text-decoration: none;

	}
a:active {
	font-weight: bold;
	color: #8C092D;
	text-decoration: none;

	}
	#menu {
	padding: 20px 10px 26px 4px;	
	}
	
#menu:hover {
	background-color: #660621;
	padding: 20px 10px 26px 4px;
}
