@charset "utf-8";
/* CSS Document */

#testNav {
	/*border: #0F6 1px solid;*/
	height: 35px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#testNav ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#testNav li {
	display: inline;
	margin: 0 0 8px 5px;
	
}

#testNav li a {
	color: #FFF;
	text-decoration: none;
}

#testNav li a:linked, a:visited {
	color:#FFF;
	text-decoration:none;
}

#testNav li a:hover {

	text-decoration:underline;
}

.clear {
	clear:both;
}


#info {
	font-family: Verdana, Geneva, sans-serif;
	margin-left: -8px; 
	padding-top: 1px;
	/*position:absolute;
	z-index:1;
	top: 68px;*/
}


/* ================================================================ 
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/padding.html
Copyright (c) 2005-2009 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 */
.menu {font-size:13px; padding-bottom:0;  margin: 0; font-weight: bold; }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;  background:transparent; height:1.5em; border: 0;}

/* style the sub-level lists */
.menu ul ul {width:25em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left; height:20px; display:block;color: #FFF; position: relative; }

/* style the sub level list items */
.menu ul ul li {display:block;width:25em;height:auto; line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%; width:auto; text-decoration:none;color:#FFF; padding: 0 10px; margin:auto;}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {width:auto; w\idth:auto; padding: 0 10px; color:#FFF;}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#FFF; color: #360;width:18em;height:100%;line-height:1em; padding:0.5em 1em; font-size:10px; font-weight: normal;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:18em; w\idth:18em; color: #360;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FFF;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c4ceac url(sub_grad.gif);}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#447b7b;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {/*background:#447b7b;*/}

/* style the level hovers */
/* first */
* html .menu a:hover {color:#ffff00; position:relative; z-index:100;}
.menu li:hover {position:relative; }
.menu :hover > a {color:#ffff00; }
/* second */
* html .menu ul ul a:hover{color: #360; position:relative; z-index:110; background: #e9d534;}
.menu ul ul li:hover {position:relative; color: #360;}
.menu ul ul :hover > a {background: #e9d534;color: #360;}
/* third */
* html .menu ul ul ul a:hover {background:#7aa; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#7aa;}
/* fourth */
.menu ul ul ul ul a:hover {background:#7aa; position:relative; z-index:130;}


/* 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:20px; left:0; width:25em;}

/* position the third level flyout menu */
.menu ul ul ul{left:12em;top:0;width:20em;}


/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible;  height: 15px; padding:0 2em 5em 2em; background:transparent url(images/trans.gif); left:-35px;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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; left:9em;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}


