/* CSS Document */
#info {background:#f8f8f8; border:0;}


/* ================================================================ 
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.
=================================================================== */

.menu {
	width: 700px;
	height: 39px;
	position: relative;
	z-index: 100;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	border: none #009900;
	top: -5px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: auto;
	z-index: 100;

	
}
.menu ul ul {
	width: 230px;
	text-align: left;
	vertical-align: middle;
	display: block;
	height: 25px;
	z-index: 100;
}
/* 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:auto;
	position:relative;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
	width: auto;
	height: 10pt;
	font-weight: normal;
	float: left;
	text-align: left;
	vertical-align: middle;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 30px;
	z-index: 100;




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

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	display: block;
	z-index: 100;

	
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background: #FFFFFF;
	width: 230px;
	font-size: 10pt;
	color: #990066;
	text-decoration: none;
	height: 22px;
	text-align: left;
	vertical-align: middle;
	display: block;
	border: 1px solid #CC3300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;


	
	



}
.menu ul ul :hover > a.drop {
	background: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	display: block;
	float: left;
	width: 230px;


}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FFFFFF;}
/* 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: 20px;
	top: 28px;
	left: 0;
	width: 230px;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
	display: block;
}

/* position the third level flyout menu */
.menu ul ul ul{left:130px; top:-1px; width:120px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-130px;}

/* 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 {
	width: 230px;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	height: 25px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #039;
	background-color: #FFFFFF;
	padding: 5px;
	
	
	

	
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:250px;w\idth:250px;}

/* style the top level hover */
.menu a:hover {
	color: #990066;
	background: #FFFFFF;
	display: block;
	font-size: 10pt;
	text-decoration: none;
	width: auto;
	height: 22px;
	text-align: left;
	vertical-align: middle;
	top: 25px;
	font-weight: normal;
	margin-left: 0px;




}.menu ul ul a:hover {
	color: #990066;
	width: 230px;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10pt;
	text-decoration: none;
	height: 25px;
	display: block;
	float: left;
	background-color: #FFFFFF;








}
.menu :hover > a, {
	color:#990066;
	background:#FFFFFF;
	width: auto;
	text-align: left;
	vertical-align: middle;
	display: block;
	padding-top: 20px;
	padding-bottom: 4px;
	font-size: 13px;
	height: 13px;
	font-weight: bold;

}
.menu ul ul :hover > a {
	color: #990066;
	width: 230px;
	text-align: left;
	vertical-align: middle;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFCC;

}

/* 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;
	float: left;
}
/* 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;
	text-decoration: none;
}


}
