<style type="text/css">
<!--
#menuwrapper{
	position:relative;
	z-index:100;
	margin:0 auto;
}
html > body #menuwrapper 
{
	/*border-left:1px solid #000;*/
	background:#00529c;
}
.menu {
	/*width:812px;*/
	height:32px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*font-size:1.9em;*/
/*	z-index:100;*/
	/*margin: 0 auto;*/
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	/*width:801px;
	w\idth:801px;*/
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	/*width:156px;*/ /*149px*/
	width:101px;
}
/* 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:156px;*/
	width:101px;
	position:relative;
	z-index:100;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:0.9em;
	text-decoration:none;
	color:#fff;
	/*width:145px;*/ /*138px*/
	width:101px;
	height:32px;
/*	border-left:1px solid #333;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	border-top:1px solid #333;*/
/*	border:1px 1px 0 1px solid #333; */
/*	border-width:1px 0 1px 1px;*/
	background:#00529c;/*#758279;*/
	padding-left:0px;
	line-height:32px;
	text-align:center;
	
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	/*width:145px;
	w\idth:145px; *//*138px*/
	width:101px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	/*background:#f2e6c3;*//*#d4d8bd url(/Img/drop.gif) bottom right no-repeat;*/
	background:#f2e6c3 bottom right no-repeat url(/img/drop.gif);
	
}
/* style the second level hover */
.menu ul ul a.drop:hover 
{
	/*background:#f2e6c3;*/ /*#c9ba65 url(/Img/drop.gif) bottom right no-repeat;*/
	background:#f2e6c3 bottom right no-repeat url(/img/drop.gif);
}
.menu ul ul :hover > a.drop 
{
	/*background:#f2e6c3;*//*#c9ba65 url(/Img/drop.gif) bottom right no-repeat;*/
	background:#f2e6c3 bottom right no-repeat url(/img/drop.gif);
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#f2e6c3;/*#e2dfa8;*/
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#f2e6c3;/*#b2ab9b;*/
	color:#00529c;
}
/* 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:31px;
	left:0;
	/*width:156px;*/
	width:79px;
	/*border-top:1px solid #000;*/
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	/*left:156px;*/
	left:101px;
	top:-1px;
	/*width:156px;*/
	width:79px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	/*left:-156px;*/
	left:-99px;
}
/* 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 
{
	/*background:#00529c;*/
	background:#eee9d8;/*#d4d8bd;*/
	color:#00529c;
	height:auto;
	line-height:1em;
	padding:10px 5px;
	/*width:135px; *//*128px*/
	width:130px;
	z-index:100;
	text-align:left;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	/*border-width:0 1px 1px 1px;*/
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	/*width:150px;
	w\idth:128px;*/
	width:99px;
}
/* style the top level hover */
.menu a:hover, .menu ul a:hover {
/*	color:#fff;*/
	/*background:#00529c;*/
	background:#eee9d8;
	/*background:#f2e6c3;*//*#949e7c;*/
	z-index:inherit;
	color:#00529c;
}
.menu :hover > a, .menu ul ul :hover > a, .menu ul ul ul :hover > a {
/*	color:#fff;*/
	background:#00529c;
	/*background:#eee9d8;*//*#949e7c;*/
	z-index:inherit;
	/*color:#00529c;*/
	color:#fff;
}
/* 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;
}
/* add the graphic to second level items that have children (3rd level)*/
.menu ul li.children ul li.children a {
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

/* remove the graphic from the third level children themselves*/

.menu ul li.children ul li.children ul li.item a {
	background-image:none;
	}
-->
</style>


