/*
Image Cache (preloads mouseover graphics to avoid delay)
--------------------------------------------------------
*/

#menuCache {
	display:none;
}


/*
Menu Button elements
-------------------------
*/

#menuArea {
	display:block;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 860px;
	height: 27px;
	z-index: 90;
	text-align: center;
	background-image: url("/images/menu/menu_bg.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
}

#menuArea a {
	display: block;
	position: absolute;
	top: 0px;
	height: 27px;
	text-decoration: none;
	cursor: pointer;
}

#menuArea a .leftEdge {
	display: block;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 27px;
}

#menuArea a .menuHeading {
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
}

#menuArea dl {
	display: none;
}

#menuArea a.MenuOn {
	background-image: url("/images/menu/tab_on.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

#menuArea a.MenuOn .menuHeading {
	color: #601A25;
}
#menuArea a.MenuOn .leftEdge {
	background-image: url("/images/menu/tab_on_left.jpg");
	background-repeat: no-repeat;
}

#menuArea a.MenuOff {
	background-image: url("/images/menu/tab_off.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
#menuArea a.MenuOff .menuHeading {
	color: #9D7D7C;
}
#menuArea a.MenuOff .leftEdge {
	background-image: url("/images/menu/tab_off_left.jpg");
	background-repeat: no-repeat;
}


#menuArea a.MenuOver {
	background-image: url("/images/menu/tab_over.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
#menuArea a.MenuOver .menuHeading {
	color: #ffffff;
}
#menuArea a.MenuOver .leftEdge {
	background-image: url("/images/menu/tab_over_left.jpg");
	background-repeat: no-repeat;
}

/*
Drop-down menu elements
-----------------------
*/

#DropDownMenu {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	position: absolute;
	width: 204px;
	left: 0px;
	top: 55px;
	z-index: 100;
	visibility: hidden;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #62162D;
}
#DropDownMenuTop {
	display: block;
	margin: 0px 0px 0px 0px;
	width: 204px;
	height: 3px;
	font-size: 1px;
	line-height: 1px;
}
#DropDownMenu dl {
	display: block;
	margin: 0px 3px 0px 3px;
	padding: 5px 0px 0px 0px;
}
#DropDownMenu dd {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#DropDownMenu .DropDownSpacer {
	display: block;
	margin: 4px 8px 4px 8px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-color: #CCCCCC;
	overflow: hidden;
}
#DropDownMenu dd a {
	display: block;
	position: relative;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 3px 8px 3px 8px;
	color: #62162D;
	text-decoration: none;
}
#DropDownMenu dd a:visited {
	background-color: transparent;
	color: #62162D;
	text-decoration: none;
}
#DropDownMenu dd a:hover {
	background-color: #62162D;
	color: #ffffff;
	text-decoration: none;
}










