
/* ================================================================ 
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; top:77px; margin-bottom: -40px; }

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

#menu, 
#menu ul {padding:0; margin:0; list-style:none; font: 12px arial, verdana, sans-serif; background: url(images/trans.gif); position:relative; z-index:100;}
#menu {height:46px; float:left; padding:0; 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; /*-moz-opacity: .90; opacity: .90; filter: alpha (opacity=90, finishopacity=0, style=0);*/ }
#menu li {float:left; /*-moz-opacity: .90; opacity: .90; filter: alpha (opacity=90, finishopacity=0, style=0);*/ }
#menu li a {display:block; float:left; color:#fff; height:42px; padding:0 15px 0 0; line-height:38px; text-decoration:none /*right top img*/;}
#homemenu #menu li a { height: 38px; }
#menu li a.sub {background:url(images/button3a.gif) no-repeat right top*;}
#menu li a b {display:block; float:left; height:40px /*left top img*/; padding:0 0 0 20px; cursor:pointer;}
#menu #red { background-color: #400000; }

#menu li:hover {position:relative; z-index:100;}
#menu a:hover {position:relative; z-index:100; color:#fc0;}
#menu a.sub:hover {/*background:url(images/button3.gif)*/ no-repeat right top;}

#menu li:hover > a {color: #fff; background: #000;} /* 1st level hover */
#homemenu #menu li:hover > a { background: #111;}
#menu li:hover > a.sub {background: #000; /*background: url(images/button3.gif) no-repeat right top;*/}
#homemenu #menu li:hover > a.sub {background: #111; }
#menu :hover ul {left:0; top:42px; z-index:300; width:130px; padding-top:4px; background:url(images/trans.gif);}
#homemenu #menu :hover ul { top: 38px;}
#homemenu #menu :hover ul li a, #menu :hover ul li a {height:25px; width:120px; padding:0 0 0 10px; line-height:25px; color:#fff; border-bottom:0px solid #400000; font-size:11px;}
#menu :hover ul li a.fly {background:#400000 url(images/fly.gif) no-repeat right center;}

#menu :hover ul li a:hover {color: #fff;}
#menu :hover ul li a:hover.fly {color: #fff; background:#400000 url(images/fly-over.gif) no-repeat right center;}
#menu :hover ul li:hover > a {color: #fff; background: #000; } /* 2nd level hover */
#menu :hover ul li:hover > a.fly {background:#000 url(images/fly-over.gif) no-repeat right center;}
#homemenu #menu :hover ul li:hover > a.fly {background:#000 url(images/fly-over.gif) no-repeat right center;}

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

#homemenu #menu :hover ul :hover ul, #menu :hover ul :hover ul {left:130px; top:0; padding:0;} /* 3rd level position */
#menu :hover ul :hover ul li a {background:#000; color:#fff; border-bottom:0px solid #000; font-size:11px; border-left: 1px solid #333;} /* 3rd level */
#homemenu #menu :hover ul :hover ul li a {background:#111;}
#menu :hover ul :hover ul li a:hover {background-color: #202020; color:#BDB99F;} /* 3rd level hover */
#homemenu #menu :hover ul :hover ul li a:hover {background-color: #262626;}

#menu #leftdiv {
	display: none;
	position: relative;
	bottom: 0px;
	width: 10px;
	height: 40px;
	background: url(images/leftdiv.gif) bottom left no-repeat;
}
#menu #rightdiv {
	display: none;
	position: relative;
	bottom: 0px;
	width: 10px;
	height: 40px;
	background: url(images/rightdiv.gif) bottom right no-repeat;
}
#homemenu #menuPositioner {width:100%; position:relative; float:left; top:114px; padding-top: 6px; margin-bottom: -40px; }
#homemenu #menuHolder {position:relative; float:left; left: 71%;}
