/* ================================================================ 
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.
=================================================================== */


.prodrop4 {
	padding:0 0 0 0; 
	margin:0; 
	list-style:none; 
	height:35px; 
        width:0px;
       	position:relative; 
	z-index:500;
        display:inline; 
	font-family:arial, verdana, sans-serif;
}


.prodrop4 .top ul 
{
    background: transparent none;
}

.prodrop4 .top ul li
{
    background: #101010;
    border-width: 1px;
    border-color: #343434 #030303 #030303 #343434;
    border-style: solid;
    opacity: 0.9;
    padding: 3px;      
}

.prodrop4 .top ul li:hover
{
    background: #000000;
}

.prodrop4 .top {
	display:block; 
	float:left;
}

.prodrop4 li a.top_link {
	display:block; 
	float:left; 
	height:37px; 
	line-height:17px; 
	color:#d5aa5d; 
	text-decoration:none; 
	font-size:14px; 
	font-weight:normal; 
	padding:0 0 0 0; 
	cursor:pointer;
	background-color:#000;
	text-align:center;
        vertical-align:middle;
}

.prodrop4 li a.top_link span {
	float:left; 
	display:block; 
	padding:0 0 0 0; 
        width: 105px;
	height:37px;
}

.prodrop4 li a.top_link:hover {
	color:#fff; 
	line-height:17px;
}

.prodrop4 li a.top_link:hover span {
	color:#f9d490;
        background-color:#ad7e26;
}

.prodrop4 li:hover > a.top_link {
	color:#f9d490; 
	line-height:17px;
}

.prodrop4 li:hover > a.top_link span {
}

.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;
}

.prodrop4 ul.sub0 {width:190px;}
.prodrop4 ul.sub1 {width:220px;}
.prodrop4 ul.sub2 {width:240px;}
.prodrop4 ul.sub3 {width:200px;}
.prodrop4 ul.sub4 {width:210px;}

.prodrop4 .top:hover ul {
	left:0; 
	top:37px; 
	background: #000; 
/*	padding:3px; */
/*	border:1px solid #ad7e26; */
/*	border-width:0 1px 1px; */
	white-space:nowrap; 
	height:auto; 
	z-index:300;
}

.prodrop4 .top:hover li.indent {
	padding-left:20px;
}

/*.prodrop4 .top:hover ul li { 
	display:block; 
	height:20px; 
	position:relative; 
	font-weight:normal; 
	width:auto;
}   */

.prodrop4 .top:hover ul li a {
	display:block; 
	font-size:11px; 
	height:20px; 
	line-height:20px; 
	width:auto; 
	padding:0 10px; 
	color:#f9d490; 
	text-decoration:none;
}

.prodrop4 .top:hover ul li a:hover 
{
}