﻿#menu
{
	width:980px;
	padding:0px 0px 0px 0px;
	background:#fff;
	background:url(../_Images/_Design/menu_bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.innermenu {margin:0px; padding:5px 0px 0px 5px; height:26px; width:940px; font-weight:bold;}

/* remove all the bullets, borders and padding from the default list styling */
.innermenu ul {padding:0; margin:0px; list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.innermenu li {float:left;padding:0; margin:0px;}
/* style the links for the top level */
.innermenu a, .innermenu a:visited  
{
	position:relative;
	display:inline-block;
	text-decoration:none;
	color:#fff;
	height:26px;
	padding:0px 9px 0; 
	line-height:19px; 
	text-transform:uppercase;
}




/* style the top level hover */
.innermenu a:hover{color:#eb152a;}
.innermenu a.selected {color:#eb152a !important; background:#fff;height:26px;}

.innermenu a.menugold, .innermenu a.menugold:visited  
{
	color:#FCB514;
}
/* style the top level hover */
.innermenu a.menugold:hover{color:#ffffff;}

.innermenu img
{
	position:absolute;
	right:0;
	top:0;
}

.bottommenu
{
	width:980px;
	height:30px;
	padding:5px 0px 0px 0px;
	text-align:center;
	background:url(../_Images/_Design/submenu_bg.jpg) repeat-x;
}
.bottommenu a { text-decoration: none; }
.bottommenu a:hover, .bottommenu a:focus { text-decoration: underline; }