/* General default styles for the body and all elements inside it */
body {
	font-family: Arial, Verdana, Sans-serif;
	text-align: center;
	font-size: 62.5%;
	color: #5C5C5C;
	background:#fff url(../images/templates/brownvertical.jpg) repeat-x;
}

div.menu {
	width:718px; 
	margin-bottom:26px;
	background-image:url(../images/templates/main_menu_bg_regional.jpg);
	background-repeat: no-repeat;
}

div.menu ul li ul {
	width:718px;
	background-repeat: no-repeat;
	height:14px;
	position:absolute; 
	display: none;
	top:17px;
	left:0px; 
	background-color: #CC9933;
}
div.menu ul li a:hover {
	/* color: #ff6600;  */
	color:#000000 !important;
}