#pad {height:100px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menuPositioner {width:100%; position:relative; float:left; background: url(../images/second_brg.gif) repeat-x; padding-top:14px; }

#menuHolder {position:relative; float:left; }

#menu, 
#menu ul {padding:0; margin:0; list-style:none; font: 14px arial, verdana, sans-serif; background:url(../images/trans.gif); position:relative; z-index:50;}
#menu {height:40px; float:left; padding:0; position:relative; }
#menu ul {position:absolute; left:-9999px; top:-9999px;}

#menu table {border-collapse:collapse; margin:-1px; padding:0; width:0; height:0;}
#menu li {float:left;}

#menu li a {display:block; float:left; color:#fff; height:40px; padding:0 11px 0 0; line-height:38px; text-decoration:none; }
#menu li a.sub {}
#menu li a b {display:block; float:left; height:40px; background:url(../images/button1.gif) left top; padding:0 0 0 20px; cursor:pointer;}

#menu li:hover {position:relative; z-index:100;}
#menu a:hover {position:relative; z-index:100; color:#fc0;}
#menu a.sub:hover {}

#menu li:hover > a {color:#fc0;}
#menu li:hover > a.sub {}

#menu :hover ul {left:0; top:25px; z-index:300; width:135px; padding-top:0px; background:url(trans.gif); border-bottom: #C2C4C2 1px solid;border-left: #C2C4C2 1px solid;border-right: #C2C4C2 1px solid;}
#menu :hover ul li a {height:28px; width:125px; padding:0 0 0 10px; line-height:28px; background:#ffffff; color:#484848; border-bottom:1px solid #a3b6c4; font-size:11px; font-weight: bold;}
#menu :hover ul li a.fly {background:#ffffff url(../images/fly.gif) no-repeat right center;}

#menu :hover ul li a:hover {color:#fc0;}
#menu :hover ul li a:hover.fly {background:#546775 url(../images/fly-over.gif) no-repeat right center;}
#menu :hover ul li:hover > a {color:#B72D2D; background-color: #F3F7F3;}
#menu :hover ul li:hover > a.fly {background:#DBDDDB url(../images/fly-over.gif) no-repeat right center;}

#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px;}

#menu :hover ul :hover ul {left:117px; top:0; padding:0;}
#menu :hover ul :hover ul li a {background:#F3F7F3; color:#000; font-size:11px;}
#menu :hover ul :hover ul li a:hover {color:#B72D2D;background:#E1EEE1;}
