/* Positioning */
#panel {
	position: relative;
}
#menu {
	height: 36px;
	width: 885px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	background: url("/images/common/menu_button_bg_hover.jpg") repeat-x;
}
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#menu ul li {
	font-weight: bold;
	color: #fbe2a9;
	text-decoration: none;
	text-align: center;
	float: left;
	height: 36px;
	border-left: 1px solid #606060;
	border-right: 1px solid #141414;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu a {
	display: block;
	float: left;
	text-decoration: none;
	position: relative;
	margin: 0px 0px 0px 0px;
}
#menu ul li a {
	padding: 6px 0px 0px 0px;
	color: #f5921d;
	text-decoration: none;
	font-weight: bold;
	float: left;
	height: 100%;
	width: 100%;
	display: block;
	background: url("/images/common/menu_button_bg.jpg") repeat-x;
}
#menu ul li a:hover {
	background: none;
	color: #ececec;
}
#menu ul li.activeButton {
	float: left;
	height: 100%;
	width: 100%;
	display: block;
	border-left: 1px solid #606060;
	border-right: 1px solid #141414;
	padding: 6px 0px 8px 0px;
	color: #fbe2a9;
	background: url("/images/common/menu_button_bg_active.jpg") repeat-x;
}


/* SUB NAVIGATION MENU STYLES */
#subNavigation {
	margin: 20px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #3c3c3c;
	border: 1px solid #000000;
	height: 24px;
	width: 100%;
}
#subNavigation ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
#subNavigation ul li {
	text-align: center;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-weight: bold;
	color: #5b1ea2;
	text-decoration: none;
	float: left;
	border-right: solid 1px #000000;
}
#subNavigation ul li a{
	margin: 0px 0px 0px 0px;
	padding: 1px 3px 0px 3px;
	height: 24px;
	display: block;
	text-decoration: none;
	float: left;
	font-weight: normal;
}
.subNavigationButton {
	padding: 3px 10px 0px 10px;
	display: block;
}
.subNavigationButtonOff {
	padding: 4px 10px 0px 10px;
	display: block;
	height: 20px;
	color: #fbe2a9;
	background-color: #202020;
}
#subNavigation ul li a:hover{
	background-color: #000000;
	color: #e0e0e0;
}