#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;  }

#menuHolder {position:relative; float:left; left:54%;}

#menu, 
#menu ul {padding:0; margin:0; list-style:none; font-weight: normal; font: 14px Times New Roman; background:url(../Images/trans.gif); position:relative; z-index:100;}
#menu {height:40px; float:left; padding:0; background:Transparent; position:relative; right:50%;}
#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; text-align: left;}

#menu li a {display:block; float:left; color: #330000; height:40px; padding:0 40px 0 0; line-height:38px; text-decoration:none; }
#menu li a b {display:block; float:left; height:40px; background:url(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: #B98857;}
#menu a.sub:hover {}

#menu li:hover > a {color: #B98857;}
#menu li:hover > a.sub {}

#menu :hover ul {left:0; top:30px; z-index:300; width:130px; background:url(trans.gif); border: 1px solid #330000;}
#menu :hover ul li a {height:25px; width:120px; padding:0 0 0 10px; line-height:25px; background: #FDF6E6; color: #330000; font: 14px Times New Roman; }
#menu :hover ul li a.fly {background: #FDF6E6;}

#menu :hover ul li a:hover {color: #B98857;}
#menu :hover ul li a:hover.fly {background: #FDF6E6;}
#menu :hover ul li:hover > a {color: #B98857;}
#menu :hover ul li:hover > a.fly {background: #FDF6E6;}

#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px;}

#menu :hover ul :hover ul {left:117px; top:0; padding:0; border: 1px solid #330000;}
#menu :hover ul :hover ul li a {background: #FDF6E6; color: #330000; font: 14px Times New Roman; }
#menu :hover ul :hover ul li a:hover {color: #B98857;}
