/*
Image Cache (preloads mouseover graphics to avoid delay)
--------------------------------------------------------
*/

.menuCache {
	display:none;
}


/*
Tab elements
-------------------------
*/

#tabArea {
	display: block;
	position: absolute;
	top: 34px;
	left: 150px;
	width: 600px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}

#tab1 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#tab2 {
	display: block;
	position: absolute;
	top: 0px;
	left: 70px;
	width: 150px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#tab3 {
	display: block;
	position: absolute;
	top: 0px;
	left: 230px;
	width: 176px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#tab1 a.tabOff {
	display: block;
	width: 60px;
	height: 26px;
	color: #ffffff;
	background-color: #ff6600;
	background-image: url("/images/common/tabs/tab1_off_tile.gif");
	background-repeat: repeat-x;
	text-decoration: none;
}

#tab1 a.tabOff:visited {
	color: #ffffff;
	background-color: #ff6600;
	background-image: url("/images/common/tabs/tab1_off_tile.gif");
	text-decoration: none;
}

#tab1 a.tabOff:hover {
	color: #ff6600;
	background-color: #ffffff;
	background-image: none;
	text-decoration: none;
}

#tab1 a.tabOn {
	display: block;
	width: 60px;
	height: 26px;
	color: #ffffff;
	background-color: #ff6600;
	text-decoration: none;
}

#tab1 a.tabOn:visited {
	color: #ffffff;
	background-color: #ff6600;
	text-decoration: none;
}

#tab1 a.tabOn:hover {
	color: #ffffff;
	background-color: #ff6600;
	text-decoration: underline;
}

#tab2 a.tabOff {
	display: block;
	width: 150px;
	height: 26px;
	color: #ffffff;
	background-color: #1195d1;
	background-image: url("/images/common/tabs/tab2_off_tile.gif");
	background-repeat: repeat-x;
	text-decoration: none;
}

#tab2 a.tabOff:visited {
	color: #ffffff;
	background-color: #1195d1;
	background-image: url("/images/common/tabs/tab2_off_tile.gif");
	background-repeat: repeat-x;
	text-decoration: none;
}

#tab2 a.tabOff:hover {
	background-color: #ffffff;
	color: #1195d1;
	text-decoration: none;
	background-image: none;
}

#tab2 a.tabOn {
	display: block;
	width: 150px;
	height: 26px;
	color: #ffffff;
	background-color: #1195d1;
	text-decoration: none;
}

#tab2 a.tabOn:visited {
	color: #ffffff;
	background-color: #1195d1;
	text-decoration: none;
}

#tab2 a.tabOn:hover {
	color: #ffffff;
	background-color: #1195d1;
	text-decoration: underline;
}

#tab3 a.tabOff {
	display: block;
	width: 176px;
	height: 26px;
	color: #ffffff;
	background-color: #bb3b86;
	background-image: url("/images/common/tabs/tab3_off_tile.gif");
	background-repeat: repeat-x;
	text-decoration: none;
}

#tab3 a.tabOff:visited {
	color: #ffffff;
	background-color: #bb3b86;
	background-image: url("/images/common/tabs/tab3_off_tile.gif");
	background-repeat: repeat-x;
	text-decoration: none;
}

#tab3 a.tabOff:hover {
	background-color: #ffffff;
	color: #bb3b86;
	text-decoration: none;
	background-image: none;
}

#tab3 a.tabOn {
	display: block;
	width: 176px;
	height: 26px;
	color: #ffffff;
	background-color: #bb3b86;
	text-decoration: none;
}

#tab3 a.tabOn:visited {
	color: #ffffff;
	background-color: #bb3b86;
	text-decoration: none;
}

#tab3 a.tabOn:hover {
	color: #ffffff;
	background-color: #bb3b86;
	text-decoration: underline;
}

/*
Menu Button elements
-------------------------
*/

#menuArea {
	display: block;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 800px;
	height: 21px;
}

#menuArea a {
	display: block;
	position: relative;
	float: left;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
}

#menuArea dl {
	display: none;
}

#menuArea a.MenuOn {
	color: #ffffff;
	height: 21px;
}

#menuArea a.MenuOff {
	color: #ffffff;
	height: 21px;
}

#menuArea a.MenuOver {
	color: #ffffff;
	height: 21px;
	background-color: #fcab26;
}

/*
Drop-down menu elements
-----------------------
*/

#DropDownMenu {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 180px;
	left: 0px;
	top: 89px;
	z-index: 1000;
	visibility: hidden;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	border: 1px solid #ffffff;
}
#DropDownMenu dl {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}
#DropDownMenu dd {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#DropDownMenu .DropDownSpacer {
	display: block;
	margin: 2px 8px 2px 8px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#DropDownMenu dd a {
	display: block;
	position: relative;
	color: #ffffff;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
}
#DropDownMenu dd a:visited {
	color: #ffffff;
	background-color: transparent;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
}
#DropDownMenu dd a:hover {
	padding: 3px 8px 3px 8px;
	color: #ffffff !important;
	background-color: #ffaa2a;
	text-decoration: none;
}









