#menuContent {
    width:980px;
	margin-bottom:10px;
}
/*-Main Menu Tabs--------------------------- */
.mainmenu {
	background: url(../images/menu_bg.png) top center no-repeat;
	padding:4px 0px;
	margin-top:0px;
	padding-bottom:0px;
	width:100%;
}
.mainmenu ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
.mainmenu li {
	display:inline;
	margin:0;
	padding:0;
}
.mainmenu a {
	float:left;
	margin:0;
	margin-left:2px;
	padding:0 0 0 4px;
	text-decoration:none;
	font-weight: bold;
}
.mainmenu a span {
	float:left;
	display:block;
	padding:8px 14px 6px 10px;
	color:#000;
    font-size: 12px;
}
/* End IE5-Mac hack */
.mainmenu a:hover span {
	color:#fff;
	background: url("../images/menuRighthover_bg.gif") no-repeat right top;
	font-weight:bold;
    font-size: 12px;
}
.mainmenu a:hover {
	background: url("../images/menuLefthover_bg.gif") no-repeat left top;
	text-decoration:none;
}
.mainmenu a.current  span {
	background: url("../images/menuRighthover_bg.gif") no-repeat right top;
	color:#fff;
	font-weight:bold;
    font-size: 12px;
}
.mainmenu a.current  {
	background: url("../images/menuLefthover_bg.gif") no-repeat left top;
}

.mainmenu #current a {
	background: url("../images/menuLefthover_bg.gif") no-repeat left top;
}
.mainmenu #current a span {
	background: url("../images/menuRighthover_bg.gif") no-repeat right top;
	color:#fff;
	font-weight:bold;
}
/*-Sub Menu Tabs--------------------------- */
#submenu {
	font: Arial;
    font-size:93%;
	background: url(../images/submenu_bg.gif) top left repeat-x;
	line-height:30px;
	padding-left:5px;
	padding-right:5px;
	height:30px;
	overflow:hidden;
	margin-top:-3px;
	color:#fff;
}
#submenu ul {
    margin:0;
    padding:0px;
    list-style:none;
}
#submenu .submenu{
	display:none;
}
#submenu li {
	display:inline;
	margin:0;
	padding:0;
	color:#fff;
}
#submenu li.right {
	width:235px;
	float:right;
	display:inline;
	margin:0;
	padding:0;
}
#submenu a {
	float:left;
	background: url("../images/submenu_line.gif") no-repeat right center;
	margin:0;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	color:#fff;
    font-size: 12px;
}
#submenu a.last{
	float:left;
	background: none;
	padding-right:1px;
}
#submenu a:hover {
	text-decoration:underline;
	color:#fff;
}