@charset "UTF-8";

/* Navigation
------------------------------------------------------------------*/
#mainNavContainer {
	height: 28px;
	position: absolute;
	top: 102px;
	right: 0px;
	z-index: 3000;
}

/* ================================================================ 
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.
=================================================================== */

.preload1 {
	background: url(images/pro_drop4_1a.png);
	background: url(images/pro_drop4_1b.png);
	background: url(images/display_images/display_1a.png);
	background: url(images/display_images/display_1b.png);
}


.prodrop4 {
	padding:0;
	margin:0;
	list-style:none;
	height:28px;
	position:relative;
	z-index:4000;
}

.prodrop4 li.top {
	display:block;
	float:right;
}

.prodrop4 li a.top_link {
	display:block;
	float:left;
	height:28px;
	line-height:32px;
	color:#faf0e0;
	text-decoration:none;
	font-size:14px;
	padding:0 0 0 10px;
	cursor:pointer;
	background: url(images/pro_drop4_0a.png) no-repeat;
}

.prodrop4 li a.top_link span {
	float:left;
	display:block;
	padding:0 15px 0 5px;
	height:28px;
	background:url(images/pro_drop4_0b.png) no-repeat right top;
}

.prodrop4 li a.top_link:hover {
	color:#fefaf3;
	background: url(images/pro_drop4_1a.png) no-repeat;
}

.prodrop4 li a.top_link:hover span {
	background:url(images/pro_drop4_1b.png) no-repeat right top;
}


.prodrop4 li:hover > a.top_link {
	color:#fefaf3;
	background: url(images/pro_drop4_1a.png) no-repeat;
}

.prodrop4 li:hover > a.top_link span {
	background:url(images/pro_drop4_1b.png) 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:4000;
}

.prodrop4 li:hover {
	position:relative;
	z-index:4000;
}

/* keep the 'next' level invisible by placing it off screen. */

.prodrop4 ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	margin:0;
	padding:0;
	list-style:none;
}

.prodrop4 :hover ul {
	left:1px;
	top:28px;
	background: url(images/pro_drop4_bot.png) no-repeat left bottom;
	padding:5px 5px 20px;
	z-index:4000;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	width: 194px;
}

.prodrop4 :hover ul li {
	display:block;
	position:relative;
	font-weight:normal;
}

.prodrop4 :hover ul li a {
	display:block;
	font-size:13px;
	width:174px;
	color:#faf0e0;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #807163;
	line-height: 15px;
	padding: 10px;
}

.prodrop4 :hover ul li a:hover {
	color:#fefaf3;
	background-color: #66594c;
}
