/* ================================================================ 
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.cssplay.co.uk/hmenus/final_drop.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.
=================================================================== */

.menu {width:780px; height:35px; font-size:0.95em;font-family:Verdana, Arial, sans-serif;font-weight:600; position:relative; z-index:100;border-right:1px solid #FFF;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:775px; w\idth:780px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown hnav positon */
.menu li {float:left;width:100px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-family:Verdana, Arial, sans-serif; text-align:center; font-weight:600; font-size:12px;text-decoration:none; color:#EEE; width:100px; height:33px; border:1px solid #FFF; border-width:1px 0 1px 1px;background-image: url(../Images/MenuBackgroundRed.gif); padding-left:5px; line-height:16px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:95px;  text-align:center; padding-left:5px; width:160px; height:33px; border:1px solid #FFF; border-width:1px 0 1px 1px;}

/* style the second level background */
.menu ul ul a, .menu ul ul a:visited {background-image: url(../Images/MenuBackgroundRed.gif); }

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background-image: url(../Images/MenuBackgroundRed.gif);}
/* style the third level hover */
.menu ul ul ul a:hover {background-image: url(../Images/MenuBackgroundLightRed.gif);}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0; width:108px;border-top:1px solid #FFF;}
/* another hack for IE5.5 */
* html .menu ul ul {top:34px;t\op:34px;}

/* position the third level flyout hnav */
.menu ul ul ul{left:108px; top:-1px; width:108px;}

/* position the third level flyout hnav for a left flyout */
.menu ul ul ul.left {left:-108px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-image: url(../Images/MenuBackgroundRed.gif); 
	color:#EEE; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:87px; 
	border-width:0 1px 1px 1px;
	}
	
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:100px;w\idth:87px;}

/* style the top level hover */
.menu a:hover{color:#EEE; background:url(../Images/MenuBackgroundLightRed.gif);}
.menu :hover > a{background-image: url(../Images/MenuBackgroundLightRed.gif); color:#EEE;}

/* style the second level hover */
.menu ul ul li a:hover{background-image: url(../Images/MenuBackgroundLightRed.gif);}
.menu ul ul li :hover > a {background-image: url(../Images/MenuBackgroundLightRed.gif);}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


.menu .small {width:111px;}
.menu .small a {width:111px;}
* html .menu .small {width:111px;}
* html .menu .small a {width:111px;}

* html .small, * html .small a, * html .small a:visited {padding-left:0px; width:111px;}

.menu .medium {width:134px;}
.menu .medium a {width:134px;}
* html .medium {width:134px;}
* html .medium a {width:134px;}

* html .medium, * html .medium a, * html .medium a:visited {padding-left:0px; width:134px;}

.menu .lrg {width:153px;}
.menu .lrg a {width:153px;}
* html .lrg {width:153px;}
* html .lrg a {width:153px;}

* html .lrg, * html .lrg a, * html .lrg a:visited {padding-left:0px; width:153px;}

.menu .xlrg {width:165px;}
.menu .xlrg a {width:165px;}
* html .xlrg {width:160px;}
* html .xlrg a {width:160px;}

* html .xlrg, * html .xlrg a, * html .xlrg a:visited {padding-left:0px; width:165px;}

.menu .xxlrg {width:175px;}
.menu .xxlrg a {width:175px;}
* html .xxlrg {width:170px;}
* html .xxlrg a {width:170px;}

* html .xxlrg, * html .xxlrg a, * html .xxlrg a:visited {padding-left:0px; width:175px;}

.menu .zomg {width:550px; background-image:url(../Images/MenuBackgroundRed.gif); border:1px solid #FFF; padding:0px; border-right:none;}
.menu .zomg a {width:550px;}
* html .zomg {width:550px;}
* html .zomg a {width:550px;}

* html .zomg, * html .zomg a, * html .zomg a:visited {padding-left:0px; padding-right:0px; width:550px;}


.menu ul li ul li a.big_sub, .menu ul li ul li a.big_sub:visited {width:165px;}
* html .menu ul ul a.big_sub, .menu ul ul a.big_sub:visited {width:165px;}

.menu ul ul a.medium_sub, .menu ul ul a.medium_sub:visited {width:155px;}
* html .menu ul ul a.medium_sub, .menu ul ul a.medium_sub:visited {width:155px;}

.menu ul ul a.small_sub, .menu ul ul a.small_sub:visited {width:96px;}
* html .menu ul ul a.small_sub, .menu ul ul a.small_sub:visited {width:96px;}


.menu li	{
	list-style-type:none;
}
