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

/* set overall menu width and last border row */
.menu {
	width:1004px; 
	height:30px; 
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	width:125px; 
	height:30px; 
	background:#009; 
	border:1px solid #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff; 
	text-align:center;
	text-decoration:none; 
	line-height:30px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	background:#aaa;
}

.menu :hover > a {
	color:#fff;
	background:#06F;
}

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


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
position:absolute; 
top:0; 
left:0; 
border-collapse:collapse;
}

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




 #body {
 	background-color: #039;
 	}
 

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10pt;
	font-variant: normal;
	text-transform: none;
	color: #888;
	text-align: center;
	white-space: normal;
	}


.a_sm:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10pt;
	font-weight: bold;
	border: 0px; 
	color: #39F;
	}

.a_sm:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10pt;
	font-weight: bold;
	border: 0px; 
	color: #39F;
	text-decoration: none;
	}

.a_sm:hover { 
	font: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 10px;
	font-style: normal;
	line-height: 10pt;
	font-weight: bold;
	color: #39F;
	background:#003;
	text-decoration: none;
	}

.a_sm:active { 
	font: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 10px;
	font-style: normal;
	line-height: 10pt;
	font-weight: bold;
	color: #FC0;
	background:#003;
	text-decoration: none;
	}

