/* ================================================================ 
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 {
	position:absolute;
	left:0;
	top:137px;
	width:900px;
	height:30px;
	z-index:100;
}
.menu a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
line-height:1.4em;
font-weight:bold;
}

.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;
}

.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;
	padding-left:25px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
color:#fff; 
/*width:100px; */
height:16px; 
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.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* 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:#0078c3;
}
/* style the third level hover */
.menu ul ul ul a:hover {
/*background:#b2ab9b;*/
/*background:#fff;*/
/*background:#4cc6f3;*/
/*background:#0078c3;*/
background:#fc652d;
}


/* 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:16px;
/*
left:-15px; 
*/width:180px;
font-size:.9em;
margin:0;
padding:0;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:16px;
t\op:16px;
}

.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:1.0em;
}
/* 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:#0078c3;

/*
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
/* 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;
background-image:url(../gfx/topNav-hover-bkgd.gif);
}
.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{
/*background:#fff; */
background:#4cc6f3;
color:#00AEEF;

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

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