ul.menu {
	margin:25px;
	background:#eee;
	list-style:none;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



ul.menu * {margin:0; padding:0}



ul.menu a {
	display:block;
	color:#CCCCCC;
	text-decoration:none;
}

/*ul.menu a:hover {color:#FF0000; }*/






ul.menu li {position:relative; float:left; }
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}


ul.menu ul li {
	position:relative;
	width:112px;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#333333}
ul.menu ul li a:hover {
	background-color:#FF0000
}
ul.menu ul ul {left:148px; top:-1px}

ul.menu .menulink {
	background-color:#000000;
	width:98px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#container #Horizontal_menu {
	height: 80px;
	margin-bottom: 15px;
	margin-top: 1px;
}
#container #main_content #Content_Far_Right {
	float: right;
	width: 20%;
	margin-top: 3px;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bannerbgRHS.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
}
