/* CSS Document */

/* ================================================================ 
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(pro_drop4_2a.gif);}
.preload1 {background: url(pro_drop4_2b.gif);}

.prodrop4 {padding:0 0 0 0px; margin:0; list-style:none; height:23px; background:transparent url(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:23px; line-height:24px; color:#666; text-decoration:none; font-size:11px; font-weight:bold; padding:5px 25px 0 35px; cursor:pointer;text-align:center;}
.prodrop4 li a.top_link span {float:left; display:block; padding:0 20px 0 10px; height:23px;}
.prodrop4 li a.top_link:hover {color:#fff; background:url(pro_drop4_2ab.gif) no-repeat; line-height:23px;}
.prodrop4 li a.top_link:hover span {background:url(pro_drop4_2ba.gif) no-repeat right top;}

.prodrop4 li:hover > a.top_link {color:#fff; background: url(pro_drop4_2ab.gif) no-repeat; line-height:23px;}
.prodrop4 li:hover > a.top_link span {background:url(pro_drop4_2ba.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;}

.prodrop4 ul.sub1 {width:160px;}
.prodrop4 ul.sub2 {width:110px;}
.prodrop4 ul.sub3 {width:90px;}
.prodrop4 ul.sub4 {width:140px;}

.prodrop4 :hover ul {left:8px; top:23px; background: #b9d3fb; padding:3px; border:1px solid #3a93d2; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:300;}
.prodrop4 :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto;}
.prodrop4 :hover ul li a {display:block; font-size:11px; height:20px; line-height:20px; width:auto; padding:0 10px; color:#000; text-decoration:none;}
.prodrop4 :hover ul li a:hover {background:#3a93d2; color:#fff;}
.prodrop4 ul ul ul {left:14em;top:0;width:14em;}

/* keep the third level hidden when you hover on first level list OR link */
.propdrop4 ul li a:hover ul li{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.propdrop4 ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.propdrop4 ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.propdrop4 ul :hover ul :hover ul :hover ul {visibility:visible;}


