/* ================================================================ 
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_drop3.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.
=================================================================== */
/* style the outer div to give it width */
div.menu {
	height: 24px;
	background: #101a5f url(../images/footer-bg.gif) scroll repeat-x top left;
}

/* remove all the bullets, borders and padding from the default list styling */
div.menu ul {padding:0; margin:0; list-style-type:none;}

/* style the sub-level lists */
div.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
div.menu ul li {float:left;height:12px;line-height:12px;}
div.menu ul ul li {margin: 0px;}
div.menu ul ul a {border-top: 1px solid #fff;}

/* style the sub level list items */
div.menu ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
div.menu ul a, div.menu ul a:visited {
	line-height: 12px;
	height: 12px;
	display: block;
	float: left;
	color: #fff;
	margin: 0px;
	padding: 5px 16px;
    background: #fff url(../images/footer-link.gif) scroll repeat-x top left;
	border-top: 1px solid #101a5f;
	border-right: 1px solid #111d97;
	border-bottom: 1px solid #101a5f;
	border-left: 1px solid #7d82a8;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

/* style the sub level links */
div.menu ul ul a, div.menu ul ul a:visited {
display:block;
background:#dee7f1;
color:#101a5f;
width:12em;
height:100%;
line-height:1em;
padding:0.5em 1em;
font-size:12px;
font-weight: bold;
text-transform: none;
border:none;
border-bottom: 1px solid #fff;
letter-spacing: 0px;
}

div.menu ul table ul a, div.menu ul table ul a:visited  {width:14em; w\idth:12em;}

/* style the table so that it takes no part in the layout - required for IE to work */
div.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
div.menu ul ul table {lef\t:-1px;}
div.menu ul ul table ul.left {margin-lef\t:2px;}

div.menu li:hover {position:relative;}
* html div.menu a:hover {position:relative;}

/* style the level hovers */

/* first */
div.menu ul a:hover {
	color: #fff;
    background: #fff url(../images/footer-link.gif) scroll repeat-x top right;
	text-decoration: none;
	}

div.menu ul :hover > a {
	color: #fff;
    background: #fff url(../images/footer-link.gif) scroll repeat-x top right;
	text-decoration: none;
	}

/* second */
div.menu ul ul a:hover{color:#fff;background:#f63;}
div.menu ul ul :hover > a {color:#fff;background:#f63;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
div.menu ul ul {visibility:hidden;position:absolute;height:0;top:24px;left:0;width:14em;}

/* make the second level visible when hover on first level list OR link */
div.menu ul li:hover ul, div.menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}

/* IE link fix*/
* html div.menu a:hover {text-decoration:none;}
