/* Menu Region */
#logo { position: relative; z-index: 10; padding-top: 32px; background-position: right; padding-left: 25px; float: left; height: 25px; width: 152px; background-image: url(/media/menu_logo.png); background-repeat: no-repeat;}

               

#menu_bg {
	background-repeat: repeat-x;
	background-image: url(/media/menu_bg_lustry.png);
	width: 100%;
	height: 61px;
}

#menu {
	margin:0px auto;
	width: 900px;
	height: 61px;
}

#menu ul {
	float: right;
}
/* all lists */

#menu_shine {
	z-index: 8;
	position: relative;
	height: 61px;
	width: 1px;
	background-image: url(/media/menu_shine.png);
	background-repeat: no-repeat;
}
#nav ul {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
}


/* all list links */
#nav {
	padding-right: 25px;
	height: 61px;
	padding: 0px;
	margin: 0px;
	text-align:left;
	letter-spacing: 1.35pt;
	font-size: 8.6pt;
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
}

#nav a {
	text-decoration: none;
	color: white;
	display: block;
}

.nav_on {
	background-position: 3px;
	top: -27px;
	position: absolute;
	width: 113px;
	z-index: 6;
	height: 180px;
	background-repeat: no-repeat;
	background-image: url(/media/nav_btn_on.png);
}

.nav_root {
	min-width: 2px;
	height: 61px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/media/menu_seperator_lustry.png);
}

.nav_root:active {
	background-repeat: repeat-x;
	background-image: url(/media/menu_btn_active.png);
}
.nav_root:hover a {
	background-image: none;
}

/* top level links */
.nav_root:active a.nav_root_link {
	
	background-position: right top;
	background-image: url(/media/menu_seperator.jpg);
	background-repeat: no-repeat;
	padding-right: 22px;
	margin-right: 0px;
	
}

/* all list items */
a.nav_root_link {
	background-position: 0 56px;
	font-weight: bold;
	background-image: url(/media/menu_btn_off.jpg);
	background-repeat: repeat-x;
	z-index: 11;
	text-align: center;
	margin-right: 22px;
	margin-left: 20px;
	position: relative;
	text-transform: uppercase;
	height: 39px;
	padding-top: 22px;
}
#nav li {
	float: left;
}

/* second-level lists */
.nav_u2 {
	z-index: 5;
	background-repeat: repeat-y;
	background-image: url(/media/nav_drop_bg.png);
	position: absolute;
	width: 113px;
	left: -999em;
}
/* using left instead of display to hide menus because display: none isn't read by screen readers */


.nav_u2 li a {
	letter-spacing: normal;
	color: white;
	position: relative;
	z-index: 7;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	padding-left: 18px;
	width: 95px;
	height: 22px;
}

.nav_u2 li a:hover {
	background-image: url(/media/nav_drop_mouseover.png);
	color: white;
	background-repeat: no-repeat;
}

.nav_u2 li a:active {
	background-image: url(/media/nav_drop_mousedown.png);
	background-repeat: no-repeat;
}

/* Hide dropdowns */
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* Shown dropdowns */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* special cases */
.nav_end {
	top: 5px;
	position: relative;
	height: 5px;
	width: 113px;
	background-repeat: no-repeat;
	background-image: url(/media/nav_drop_end.png);
}
.nav_cap {
	bottom: 0px;
	position: absolute;
	background-position: 0 -1px;
	height: 1px;
	width: 113px;
	background-repeat: repeat-x;
	background-image: url(/media/nav_drop_cap.png);
}
