#menu {
	float: left;	
	font-family:Tahoma, Arial, Helvetic, sans-serif;
	font-size:10px;
	position: relative;
	margin-left: 4px;
	z-index:10000;
}

#customerbutton {
	float: right;	
	font-family:Tahoma, Arial, Helvetic, sans-serif;
	font-size:10px;
	position: relative;
	margin-right: 4px;
}

#customerbutton a {
	width: 122px;
	height: 27px;
	padding: 10px 0px 0px 0px;
	font-size: 12.5px;
	font-weight: normal;
	vertical-align: middle;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	color: white;
	border: none;
	white-space:nowrap;
	background:white url('/images/customer-login.png') top left no-repeat; 
	float: left; 
	position: relative; 
	display: block;
}

#customerbutton a:hover {
	background:white url('/images/customer-login-selected.png') top left no-repeat; 
	font-weight:bold;
	color: white;
}

html>body #menu {}

#menu ul {
	height: 37px;
	width:89px;
	list-style: none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:block;
	float: left;
}

#menu h2 {
	font-family:Tahoma, Arial, Helvetic, sans-serif;
	font-size:10px;
	font-weight:bold;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	border: none;
	height: 37px;
}

#menu li {position: relative;}

#menu h2 a.title {
	height: 27px;
	padding: 10px 0px 0px 0px;
	font-size: 12.5px;
	font-weight: normal;
	vertical-align: middle;
	text-transform: none;
	text-align: center;
	color: white;
	border: none;
	white-space:nowrap;
	background:white url('/images/menu-item.png') top left no-repeat;
}

#menu ul li a {
	font-family:Tahoma, Arial, Helvetic, sans-serif;
	font-size:11px;
	font-weight:normal;
	display: block;
	margin: 0;
	height: 10px;
	padding: 8px 0px 10px 10px;
	color: black;
	text-decoration: none;
}

#menu h2 a:hover.title {
	background: #fff url('/images/menu-item-selected.png') top left no-repeat;
	font-weight:bold;
	color: black;
}

#menu ul li h2 a.current {
	background: white url('/images/menu-item-selected.png') top left no-repeat;
	font-weight: normal;
	color:black;
}

#menu ul li h2 a:hover.current {
	color: LightGray;
}

#menu ul ul {
	position: absolute;
	top: 37px;
	left: -1px;
	width:200px;
}

#menu ul ul li  {
	border-left: solid 1px #1A4D8E;
	border-right: solid 1px #C7DDFA;
	background: white url('/images/menu-sub-item.png') bottom left repeat-x;
}

#menu ul ul ul {
	position: absolute;
	top: 0px;
	left: 199px;
}

#menu a:hover {
	background: white url('/images/menu-sub-item-selected.png') bottom left repeat-x;
	color: white;
	font-weight: bold;
}

#menu ul li ul li ul a:hover { 
	background: white url('/images/menu-sub-item-selected.png') bottom left repeat-x;
	color: white; 
	font-weight: bold; 
}

a.hassubnav {
	position:relative;
}

a.hassubnav span {
	display: none;
	text-align: right;
	position: absolute;
	right: 10px;
	width: 11px;
	height: 16px;
}

a.hassubnav span {
	display: inline;
	top: 6px;
	background: url('/images/menu-sub-arrow.png') center right no-repeat;
}

a:hover.hassubnav span {
	display: inline;
	top: 6px;
	background: url('/images/menu-sub-arrow-selected.png') center right no-repeat;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

