/* The following lines are missing from Nicholls' CSS, so if there's another
stylesheet that styles <a> the colors of non-hovered sub-links are
wrong and if <table> is styled with a margin the IE menu won't work. */
ul.prodrop4 ul li a:link, ul.prodrop4 ul li a:focus, ul.prodrop4 ul li a:visited
    { color:#000; background:#b9d3fb none; outline:none }
/* IE6 bug: outline:none is ignored */
ul.prodrop4 table   { margin:0 }
ul.prodrop4 li      { margin:0 }
/* I have also changed every .prodrop4 to ul.prodrop4 for easier reading. */
/* ================================================================
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
(Actually it's http://www.cssplay.co.uk/menus/pro_drop4.html
                                   -- Stan Brown, 2008-07-27)
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(pic/pro_drop4_2a.gif)}
.preload1 {background: url(pic/pro_drop4_2b.gif)}

ul.prodrop4 {padding:0 0 0 32px; margin:0; list-style:none; height:36px; background:transparent url(pic/pro_drop4_back.gif); position:relative; z-index:500; font-family:arial, verdana, sans-serif}
ul.prodrop4 li.top {display:block; float:left}
ul.prodrop4 li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#666; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 10px; cursor:pointer;background: url(pic/pro_drop4_0a.gif) no-repeat}
ul.prodrop4 li a.top_link span {float:left; display:block; padding:0 20px 0 10px; height:36px;background:url(pic/pro_drop4_0b.gif) right top}
ul.prodrop4 li a.top_link:hover {color:#000; background: url(pic/pro_drop4_2a.gif) no-repeat; line-height:25px}
ul.prodrop4 li a.top_link:hover span {background:url(pic/pro_drop4_2b.gif) no-repeat right top}

ul.prodrop4 li:hover > a.top_link {color:#000; background: url(pic/pro_drop4_2a.gif) no-repeat; line-height:25px}
ul.prodrop4 li:hover > a.top_link span {background:url(pic/pro_drop4_2b.gif) no-repeat right top}


ul.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 */

ul.prodrop4 a:hover {visibility:visible; position:relative; z-index:200}
ul.prodrop4 li:hover {position:relative; z-index:200}

/* keep the 'next' level invisible by placing it off screen. */
ul.prodrop4 ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none}

ul.prodrop4 :hover ul {left:0; top:35px; background: #b9d3fb; padding:3px; border:1px solid #3a93d2; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:300}
ul.prodrop4 :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto}
ul.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}
ul.prodrop4 :hover ul li a:hover {background:#3a93d2; color:#fff}

@media print { ul.prodrop4 { display:none } }

