#menu 
{
	width: 5.5em; /* set width of menu */
	z-index:5;
	margin-top:0px;
} 

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2
{
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	line-height:14px;
	padding: 8px 0px 5px 11px;
	margin:0px 0px 0px 0px;
}

#menu a 
{
	color: #fff;
	text-decoration: none;
	z-index:31;
}

#menu a:hover
{
	color: #002e4f;
	background: #71A3BC url(../images/navhov.jpg) no-repeat;
}

/*positioning pop outs*/

#menu li 
{
/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#menu ul ul ul
{
	position: relative;
	top: 0;
	left: 1%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	z-index:21;
	font: normal 0.8em arial, helvetica, sans-serif;
}

/*hiding + revealing using :hover*/
div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	border: 1px solid #000;
}
#black a
{
	font: normal 11px arial, helvetica, sans-serif;
	margin: 0;
	padding: 4px 0px 4px 11px;
	background-color:#001c35;
	border: 1px solid #fff;
	letter-spacing:1px;
}

#black li a
{
	font: normal 11px arial, helvetica, sans-serif;
	margin: 0;
	padding: 4px 0px 4px 11px;
	background-color:#001c35;
	border: 1px solid #fff;
	letter-spacing:1px;
	z-index:40;
}

#black a:hover
{
	font: normal 11px arial, helvetica, sans-serif;
	margin: 0;
	padding: 4px 0px 4px 11px;
	background-color:#fff;
	letter-spacing:1px;
	background-image:none;
}

.green a
{
	font: bold 11px/20px arial, helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 1px 1px;
	background: url(../images/navbg.jpg) no-repeat;
}
