/* ================================================================
This copyright notice must be kept untouched in the stylesheet at
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#mainnav a{
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

.prodrop4 {
	padding:0;
	margin:0;
	list-style:none;
	height:25px;
	/* background:transparent url(prodrop4/pro_drop4_back.gif); */
	position:relative;
	z-index:500;
	/*font-family:arial, verdana, sans-serif;*/
}
.prodrop4 li.top {
	display:block;
	float:left;}
.prodrop4 li a.top_link {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	color:#404040;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;  /*background: url(prodrop4/pro_drop4_0a.gif) no-repeat;*/
	text-decoration: none;
	cursor:pointer;
}
.prodrop4 li a.top_link span {
	float:left;
	display:block;
	height:25px;
	/* background:url(prodrop4/pro_drop4_0b.gif) right top; */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.prodrop4 li a.top_link:hover {
	color:#000;
	/*background: url(prodrop4/pro_drop4_2a.gif) no-repeat;*/
	line-height:25px;
	background:#695d54;
}
.prodrop4 li a.top_link:hover span {
	/* background:url(prodrop4/pro_drop4_2b.gif) no-repeat right top; */
}

.prodrop4 li:hover > a.top_link {
	color:#000;
	/*background: url(prodrop4/pro_drop4_2a.gif) no-repeat; */
	line-height:25px;
}
.prodrop4 li:hover > a.top_link span {
	/*background:url(prodrop4/pro_drop4_2b.gif) no-repeat right top;*/
}


.prodrop4 table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.prodrop4 a:hover {visibility:visible; position:relative; z-index:200;}
.prodrop4 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.prodrop4 ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	border: 1px solid #695D54;
}

.prodrop4 ul.sub1 {width:110px;}
.prodrop4 ul.sub2 {width:110px;}
.prodrop4 ul.sub3 {width:155px;}
.prodrop4 ul.sub4 {width:120px;}

.nav_domestic .prodrop4 ul.sub1 {width:110px;}
.nav_domestic .prodrop4 ul.sub2 {width:100px;}
.nav_domestic .prodrop4 ul.sub3 {width:170px;}
.nav_domestic .prodrop4 ul.sub4 {width:130px;}

.nav_commercial .prodrop4 ul.sub1 {width:110px;}
.nav_commercial .prodrop4 ul.sub2 {width:160px;}
.nav_commercial .prodrop4 ul.sub3 {width:110px;}



.prodrop4 :hover ul {
	left:0;
	top:24px;
	background: #695d54;
	/*padding:3px;*/
	/*border:1px solid #3a93d2; */
	/*border-width:0 1px 1px; */
	white-space:nowrap;
	height:auto;
	z-index:300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #695D54;
}
.prodrop4 :hover ul li {
	display:block;
	height:25px;
	position:relative;
	/*font-weight:normal; */
	width:auto;
}
.prodrop4 :hover ul li a {
	display:block;
	/*font-size:11px; */
	height:25px;
	line-height:25px;
	width:auto;
	padding:0 10px;
	color:#a59e98;
	text-decoration:none;
}
#mainnav .prodrop4 :hover ul li.sale a{
	color:#d84b4b;
	text-transform:uppercase;
}
.prodrop4 :hover ul li.new a{
	text-transform:uppercase;
}
.prodrop4 :hover ul li a:hover {
	background:#a59e98;
	color:#404040
}
.prodrop4 :hover ul li.sale a:hover{
	/* background-color:#E52288; */
}
