/* CSS Document */

/* body */
body {
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
/* a:hover {text-decoration: underline; color: #hm_cc0000;} */
a:hover {text-decoration: underline; color: #CC0000;} 
a:active {text-decoration: none;}
/* body */
#topnavigation {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 10px;}
	
.topnavlinks {
	width: 985px;
	margin-right: auto;
	margin-left: auto;}
	
.topnavnewsbg {
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 27px;
	width: 985px;
	float: left;}

.navcategory  {
	margin-right: 30px;
	float: left;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffbb5d;
	margin-top: 4px;
	margin-left: 15px;}
	
#topnavnews {
	width: 780px;
	float: left;}
	
#topnavnews ul {
	margin: 0px;
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;}
	
#topnavnews a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;}
	
#topnavnews li {
	display: inline;
	margin-right: 22px;}

#topnavnews li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffbb5d;			/*CC0000;*/
	text-decoration: none;}

#topnavnews li#current a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;			/*#94F17C; */
	text-decoration: none;}

#topnavnews .navcategory {
	margin-right: 80px;}
	
#topnavnews .navcategory a {
	color: #ffbb5d;
	font-size: 16px;}
	
#cont a:hover{
	color: #FFFFFF;
	text-decoration: none;}
