/* ================================================================ 
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 {
	width:174px; 
	position:relative;
	float: left;
	margin-right: 20px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	width: 174px;
	padding:0;
	margin:0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu ul ul {
	width: 174px;
}
/* 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: 174px;
	position: relative;
	border-top: 1px dotted #fff;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	width:174px; 
	height:30px; 
	padding: 0 0 0 30px;
	line-height: 29px;
	background: url(../images/bullet-subnav-off.jpg) 3px 50% no-repeat;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:174px;
w\idth:163px;
}


/* 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: 0px;
	left: 174px; 
	width: 220px;
	z-index: 100;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:0px;
	t\op:0px;
}


/* 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 {
	width: 215px;
	color: #669933;
	background: url(../images/arrow-news.gif) 10px 50% no-repeat #fff;	
	border: 1px dotted #666633;
	line-height: 16px;
	padding: 7px 0 7px 30px;
	height:auto; 
	z-index: 120;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:220px;
	w\idth:209px;
}

/* style the top level hover */
.menu a:hover {
	color: #fc0;
	background: url(../images/bullet-subnav-on.jpg) 6px 50% no-repeat;
	padding-left: 30px;
}
.menu ul ul a:hover {
	color: #669933;
	background: url(../images/arrow-news-on.gif) 10px 50% no-repeat #fc0;
	padding-left: 30px;
}

/* 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; 
}

/* link specific classes */
a.print, a.siteMap, a.legals {
	font-size: 10px;
	}

li.siteMapLI { /* site map list*/
	padding: 0;
	margin: 0;
	height: 20px;
}
li.legalLI {
	border-top: none;
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
	height: 20px;
}

li a.print,li a.print:visited {
	background: url(../images/print-icon.gif) 8px 50% no-repeat;
	padding: 5px 0 5px 30px;
	}
li a.print:hover {
	background: url(../images/print-icon-on.gif) 11px 50% no-repeat;
	}

li a.siteMap, li a.legals, li a.siteMap:visited, li a.legals:visited {
	font-size: 10px;
	background: url(../images/arrow-subnav.gif) 11px 50% no-repeat;
	}
li a.siteMap:hover, li a.legals:hover {
	background: url(../images/arrow-subnav-on.gif) 14px 50% no-repeat;
}

.about {
	color: #fc0;
}