@charset "utf-8";
/* CSS Document */

/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

div.menu {
	position:relative;
	width:870px; 
	height:30px; 
	margin:0 0 0 10px;
	z-index:100;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:896px; w\idth:895px;}

/* 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:150px;}
/***.menu ul li.short ul {width:60px;}
.menu ul li.long ul {width:200px;} ***/

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:100px;position:relative;}
.menu li.short {float:left;width:60px;position:relative;}
.menu li.long {float:left;width:150px;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none; 
	color:#173162; 
	height:30px;
	line-height:29px; 
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:100px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#a9b0bd;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#173162; color:#ffffff;}
.menu ul ul :hover > a.drop {background:#173162;color:#ffffff;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#a9b0bd;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#ffffff;}


/* 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:30px;left:0; width:110px;border-top:1px solid #000;}
/***.menu ul li.short ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:60px;border-top:1px solid #000;} 
.menu ul li.long ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:200px;border-top:1px solid #000;} ***/

.menu ul ul li {width:110px;border:1px solid #000000;border-top:0;}
.menu ul ul li.long {width:160px;border:1px solid #000000;border-top:0;}
.menu ul ul ul li {width:160px;border:1px solid #000000;border-top:0;}
.menu ul ul ul li.long {width:180px;border:1px solid #000000;border-top:0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:160px;border-top:1px solid #000;}
/* position the third level flyout menu */
.menu ul ul ul{left:110px; top:-1px; width:160px;}
.menu ul ul li.long ul {left:160px; width:180px}
.menu ul ul li.long ul.norm {left:160px; width:160px;}
/***.menu ul li.short ul ul {left:60px; top:-1px; width:60px;}
.menu ul li.long ul ul {left:200px; top:-1px; width:200px;} ***/

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-150px;}
/***.menu ul li.short ul ul.left {left:-60px;}
.menu ul li.long ul ul.left {left:-200px;} ***/

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

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#a9b0bd; height:auto; line-height:1em; padding:6px 0 6px 5px; width:105px;}
.menu ul ul li.long a, .menu ul ul li.long a, .menu ul ul.long a, .menu ul ul.long a:visited {width:155px;}
/***.menu ul li.short ul a, .menu ul li.short ul a:visited{background:#a9b0bd; height:auto; line-height:1em; padding:5px 0 5px 0; width:60px;}
.menu ul li.long ul a, .menu ul li.long ul a:visited{background:#a9b0bd; height:auto; line-height:1em; padding:5px 0 5px 0; width:200px;} ***/
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:105px;w\idth:105px;}
* html .menu ul ul li.long a, * html .menu ul ul li.long a:visited {width:155px;w\idth:155px;}
/***.menu ul li.short ul a, .menu ul li.short ul a:visited{width:60px;w\idth:60px;}
.menu ul li.long ul a, .menu ul li.long ul a:visited{width:200px;w\idth:200px;}***/

/* style the third level links */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#a9b0bd; height:auto; line-height:1em; padding:6px 0 6px 5px; width:155px;}
.menu ul ul ul.long a, .menu ul ul ul.long a:visited  {width:175px}
/* yet another hack for IE5.5 */
* html .menu ul ul ul a, * html .menu ul ul ul a:visited {width:155px;w\idth:155px;}

/* style the top level hover */
.menu a:hover {text-decoration:underline;}
.menu :hover > a {text-decoration:underline;}

.menu ul ul a:hover, .menu ul li.long ul a:hover {background:#ffffff;text-decoration:none;}
.menu ul ul :hover > a, .menu ul li.long ul :hover > a {background:#ffffff;text-decoration:none;}
.menu ul ul ul :hover > a, .menu ul li.long ul ul :hover > a {background:#ffffff;text-decoration:none;}

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