#menu {
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0;
	height: 26px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

#menu  ul{
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90;
}

/*THE LITEPACIFIC CSS HACK:*/
#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style: none;
	z-index: 90;
	voice-family:"\"}\"";
	voice-family:inherit;
	line-height: 1em;
	
}
/*end*/
/*\*/
html*#menu  ul{
[line-height: normal;
line-height:normal;
]line-height: 1em;
}/*end*/
/*\*/
* html #menu  ul{
line-height: normal;
}
/*end*/



#menu  ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1, 5em;
	list-style-type: none;
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #666;
	margin: 0;
	padding: 0.6em 1.5em 0.5em 1.5em;
	border-right: 1px solid #ccc;
}


#menu .expand {background: url(../images/dropdown-arrow.gif) no-repeat right 9px; padding-right: 1.9em;}

#menu  ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #AE6268;
}

#menu  ul li.sep {
	color: #ccc;
	padding: 0.8em 0em 0.5em 0em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}

/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: -20px;
	visibility: hidden;
	background: #fff;
	border: 1px solid #ccc;
	margin: 1px 0;
	text-transform: capitalize;
}

/*THE LITEPACIFIC CSS HACK:*/
#menu  ul.level2 li, #menu ul.level3 li {
	float: none;
	margin: 0;
	padding: 0;
	/*margin-left:1em;*/
	line-height:1.1em;
	width: 205px;
	height: 17px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:219px;
	height: auto;
	
}
/*end*/
/*\*/
html*#menu  ul.level2 li, html*#menu ul.level3 li{
[width:205px;
width:205px;
]width:205px;
height: 19px;
}/*end*/
/*\*/
* html #menu  ul.level2 li, * html #menu ul.level3 li {
width: 205px;
height: 10px;
line-height: 11px;
}
/*end*/


#menu  ul.level2 li a, #menu ul.level3 li a {
	border-right:0px none;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	font-weight: normal;
	background-color: #AE6268;
	font-weight: bold;
	color: #fff;
	background-image: none;
}

#menu ul li a.sale {
	color: #830e17;
	font-weight: bold;
	}

#menu ul li a.sale:hover {color: #fff;}