/*
Image Cache (preloads mouseover graphics to avoid delay)
--------------------------------------------------------
*/

.menuCache {
	display:none;
}


/*
Menu Button elements
-------------------------
*/

#menuArea {
	display:block;
	position: absolute;
	top: 53px;
	left: 0px;
	height: 28px;
	z-index: 90;
}

#menuArea a {
	display: block;
	position: relative;
	float: left;
	height: 28px;
	
}

#menuArea a .menuTitle {
	padding: 0px 10px 0px 11px;
	text-decoration: none;
	font-size: 11px;
	line-height: 33px;
	font-weight: bold;
}

#menuArea dl {
	display: none;
}

/* Menu on */

#menuArea a.MenuOn {
	background-image: url("/images/common/menu/menu_off_bg_tile.gif");
	background-repeat: repeat-x;
	color: #000000;
	text-decoration: none;
}
#menuArea a.MenuOn .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 2px;
	height: 28px;
	background-image: url("/images/common/menu/left_edge_off.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}
#menuArea a.MenuOn .rightEdge {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 28px;
	background-image: url("/images/common/menu/right_edge_off.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}

/* Menu off */

#menuArea a.MenuOff {
	background-image: url("/images/common/menu/menu_off_bg_tile.gif");
	background-repeat: repeat-x;
	color: #666666;
	text-decoration: none;
}
#menuArea a.MenuOff .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 2px;
	height: 28px;
	background-image: url("/images/common/menu/left_edge_off.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}
#menuArea a.MenuOff .rightEdge {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 28px;
	background-image: url("/images/common/menu/right_edge_off.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}

/* Menu over */

#menuArea a.MenuOver {
	background-image: url("/images/common/menu/menu_over_bg_tile.gif");
	background-repeat: repeat-x;
	color: #000000;
	text-decoration: none;
}
#menuArea a.MenuOver .leftEdge {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 2px;
	height: 28px;
	background-image: url("/images/common/menu/left_edge_over.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}
#menuArea a.MenuOver .rightEdge {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 28px;
	background-image: url("/images/common/menu/right_edge_over.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}

/* First item */

#menuArea a.MenuOn.firstMenu .menuTitle {
	padding: 0px 10px 0px 17px;
}

#menuArea a.MenuOn.firstMenu .leftEdge {
	width: 8px;
	background-image: url("/images/common/menu/first_edge_off.gif");
}

#menuArea a.MenuOff.firstMenu .menuTitle {
	padding: 0px 10px 0px 17px;
}

#menuArea a.MenuOff.firstMenu .leftEdge {
	width: 8px;
	background-image: url("/images/common/menu/first_edge_off.gif");
}

#menuArea a.MenuOver.firstMenu .menuTitle {
	padding: 0px 10px 0px 17px;
}

#menuArea a.MenuOver.firstMenu .leftEdge {
	width: 8px;
	background-image: url("/images/common/menu/first_edge_over.gif");
}



/* Last item */

#menuArea a.MenuOn.lastMenu .menuTitle {
	padding: 0px 17px 0px 11px;
}

#menuArea a.MenuOn.lastMenu .rightEdge {
	width: 8px;
	background-image: url("/images/common/menu/last_edge_off.gif");
}

#menuArea a.MenuOff.lastMenu .menuTitle {
	padding: 0px 17px 0px 11px;
}

#menuArea a.MenuOff.lastMenu .rightEdge {
	width: 8px;
	background-image: url("/images/common/menu/last_edge_off.gif");
}

#menuArea a.MenuOver.lastMenu .menuTitle {
	padding: 0px 17px 0px 11px;
}

#menuArea a.MenuOver.lastMenu .rightEdge {
	width: 8px;
	background-image: url("/images/common/menu/last_edge_over.gif");
}





/*
Drop-down menu elements
-----------------------
*/

#dropDownMenu {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	position: absolute;
	width: 196px;
	left: 0px;
	top: 82px;
	z-index: 100;
	visibility: hidden;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #666666;
}

#dropDownMenu dl {
	display: block;
	margin: 6px 8px 0px 8px;
	padding: 0px 0px 0px 0px;
}

#dropDownMenu dd {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#dropDownMenu .dropDownSpacer {
	display: block;
	margin: 2px 9px 2px 9px;
	background-color: #E6E6E6;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

#dropDownMenu dd a {
	display: block;
	position: relative;
	background-color: #ffffff;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
}

#dropDownMenu dd a:visited {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

#dropDownMenu dd a:hover {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
}

#dropDownMenu .alignLeft dd a {
	text-align: left;
}

#dropDownMenu .alignRight dd a {
	text-align: right;
}

#dropDownMenu dd a span {
	display: block;
	padding: 3px 9px 3px 9px;
}









