/* ================================================================ 
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/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	left:0;
	width:880px;
	height:24px;
	font-family: "Trebuchet MS", "Trebuchet MS Bold";
	z-index:200;
	
}
.menu a{
	height:24px;
	text-decoration:none;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	font-weight:bold;
	z-index:200;
}

.menu ul a, .menu ul a:hover {
	padding-bottom:0px;
	text-decoration:none;
}

.menu ul ul a, .menu ul ul a:hover {
padding-bottom:5px;
color:#ffffff; 
}

.menu ul ul {
width:180px;
font-weight:normal;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
text-decoration:none; 
color:#fff; 
/*
width:100px; */

border-width:1px 1px 0 0; 
/*
padding-left:18px; 
padding-right:10px; 
*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:89px; 
w\idth:78px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#fff;
/*color:#00aeef;*/
color:#ffffff;

}
/* style the second level hover */
.menu ul ul a {
	display:block;
}
.menu ul ul a.drop:hover{
background:#585959;
}
.menu ul ul :hover > a.drop {
	background-color:#333333;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
/*background:#e2dfa8;*/
/*background:#00aeef;*/
/*background:#c5432e;*/
/*background:#ff8446;*/
/*background:#fc652d;*/
	background-color:#333333;
}
/* style the third level hover */
.menu ul ul ul a:hover {
/*background:#b2ab9b;*/
/*background:#fff;*/
/*background:#4cc6f3;*/
/*background:#0078c3;*/
background:#585959;
}

/* STYLE THE FOURTH LEVEL */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	background-color:#333333;
width:200px;
}
/* style the fourth level hover */
.menu ul ul ul ul a:hover {
background:#585959;
width:200px;
}

/* 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:24px;
left:20px; 
/*
*/width:180px;
font-size:11px;

margin:0;
padding:0;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:24px;
t\op:24px;
}

.menu ul ul li {
	padding-left: 0;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:180px; 
top:0;
width:180px;
font-size:11px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
/*background-color:#c5432e;*/
/*background-color:#ff8446;*/
/*background-color:#fc652d;*/
	background-color:#333333;

/*
background-color:#00AEEF;

background-image:url(../images/menu-dropTrans.png);
background-repeat:repeat;
border: #CCCCCC solid 1px;
*/
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:160px;
z-index:200;
/* yet another hack for IE5.5 */
}


.menu ul ul a.disabledlink, .menu ul ul a.disabledlink:visited {
/*background-color:#c5432e;*/
/*background-color:#ff8446;*/
/*background-color:#fc652d;*/
	background-color:#333333;

/*
background-color:#00AEEF;

background-image:url(../images/menu-dropTrans.png);
background-repeat:repeat;
border: #CCCCCC solid 1px;
*/
color:#999999; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:160px
/* yet another hack for IE5.5 */
}

* html .menu ul ul a{
width:160px;
w\idth:160px;
}


/* style the top level hover */
.menu a:hover, .menu ul a:hover{
color:#fff; 
 
/*background:#00AEEF;*/
}
.menu :hover > a, .menu ul :hover > a {
color:#00AEEF;

/*
background-image:url(../gfx/topNav-hover-bkgd.gif);
background-repeat:repeat-x;
background-position:0% -2px;
*/
}

.menu a:hover, .menu ul ul a:hover{
	color:#FFFFFF;
	background-color: #585959;
	height: auto;
}
.menu :hover > a, .menu ul ul :hover > a {
/*color:#00AEEF;*/
color:#ffffff;
/*background-color:#FFF;*/
/*background:#4cc6f3;*/
/*background:#0078c3;*/
	height: auto;
background:#585959;
}


.menu a:hover, .menu ul ul a.disabledlink:hover{
	color:#666666;
	/*background-color: #585959;*/
	height: auto;
}
.menu :hover > a.disabledlink, .menu ul ul :hover > a.disabledlink {
/*color:#00AEEF;*/
color:#666666;
/*background-color:#FFF;*/
/*background:#4cc6f3;*/
/*background:#0078c3;*/
	height: auto;
/*background:#585959;*/
}


/* 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;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}

