/* Main Menu */
#mainMenu {
	padding: 0;
	margin: 0;
	width: 192px;
	float: left;
	clear: both;
	position: relative;
	top: 8px;
	z-index: 1;
}
#mainMenu * {
	color: #FFFFFF;
	font: 80%;
	font-weight: bold;
}
#mainMenu a:hover, #mainMenu a:active {
	text-decoration: none;
}
#menuItems {
	margin: 0;
}
#menuItems * {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#menuItems ul {
	padding: 0px;
	z-index: 1;
	margin: 0px;
	width: 192px;
	list-style-type: none;
	position: relative;
}
#menuItems li {
	float: left; 
	background-color: #6AB9D7;
}
#menuItems li ul li {
	background-color: #308CAF;
}
#menuItems b {
	float: right; 
	margin-right: 5px;
}
#menuItems table {
	margin-top: -1px; 
	z-index: 1; 
	left: 0px; 
	position: absolute; 
	top: 0px; 
	border-collapse: collapse;
}
#menuItems a, #menuItems a:visited {
	display: block;
	padding-left: 1em; 
	width: 192px; 
	line-height: 3em; 
	border-bottom: #ffffff 1px solid; 
	height: 3em;
}

* html #menuItems a, * html #menuItems a:visited {width: 192px;}
* html #menuItems a:hover {position: relative; background-color: #308CAF; text-decoration: none;}
#menuItems li:hover {position: relative;}
#menuItems a:active, #menuItems a:focus, #menuItems li:hover > a {
	background-color: #308CAF; 
	text-decoration: none;
}
#menuItems li li a:active, #menuItems li li a:focus, #menuItems li li:hover > a {
	background-color: #205E75;
}

#menuItems li ul {padding: 2em; left: 12em; visibility: hidden; position: absolute; top: -2em; background-color: transparent;}

#menuItems li:hover > ul, #menuItems ul a:hover ul, #menuItems ul a:hover ul a:hover ul, #menuItems ul a:hover ul a:hover ul a:hover ul, #menuItems ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility: visible;}

#menuItems ul a:hover ul ul, #menuItems ul a:hover ul a:hover ul ul, #menuItems ul a:hover ul a:hover ul a:hover ul ul {visibility: hidden;}
