
#menu {
	color: #333;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
	background: url(topmenuback.jpg) top right no-repeat #0C124C;
	}

.menu {
	width: 998px;
	font-size: 0.85em;
	position: relative;
	z-index: 100;
	margin-left: 0px;
	}

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

.menu ul ul {
	width: 120px;
	}


.menu li {
	float: left;
	width: 120px;
	position: relative;
	text-align: center;
	border-right: 2px solid white;
	}

.menu a,  .menu a:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width: 120px;
	background: #0C124C;
	padding:3px 0px;
	/*line-height:20px;*/
	}



/* style the second level background */
.menu ul ul a.drop,  .menu ul ul a.drop:visited {
	background: #8BD3E5 url(../../graphics/drop.gif) bottom right no-repeat;
	color: #0C124C;
	}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background: #c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
	}

.menu ul ul :hover > a.drop {
	background: #c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
	}

/* style the third level background */
.menu ul ul ul a,  .menu ul ul ul a:visited {
	background: #8BD3E5;
	}

/* style the third level hover */
.menu ul ul ul a:hover {
	background: #b2ab9b;
	}

/* 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: 18px;
	left: 0;
	width: 120px;
	}



/* position the third level flyout menu */
.menu ul ul ul {
	left: 120px;
	top: 0;
	width: 100px;
	}

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

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

/* style the second level links */
.menu ul ul a,  .menu ul ul a:visited {
	background: #8BD3E5;
	color: #000;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 100px;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	margin-left: -2px;
	/* yet another hack for IE5.5 */
	}

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

.menu :hover > a,  .menu ul ul :hover > a {
	color: #fff;
	background: #64B1C3;
	}

/* 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;
	}
	
.act { font-weight:bold; }


