﻿/* ------------------------------------------ Begin Menu Bar---------------------------------------- */
/* Main Bar Layout */
#navigation {
	margin:0;
	padding: 0;
	clear:both;
	height:20px;
	position: absolute;
	top: 126px;
	left: 90px;
	width: 880px;
}

ul.nav-main,
ul.nav-main li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
}

ul.nav-main li.hover,
/* ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	color: #66CCFF;
	background-color: #CCCCCC;
}
*/
ul.nav-main li {
	float:left;
	display:block;
	height: 18px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	padding: 2px;
	background-color: #F0F0F0;
}

ul.nav-main li a {
	display:block;
	text-decoration:none;
	vertical-align: middle;
	font-style: normal;
	color: #09948e;
	padding-right: 8px;
	padding-left: 8px;
}

ul.nav-main li a:hover {
	color:#663399;
	font-weight: bold;
}

/* ul.nav-main *.list {
	padding-right: 22px;
	background: url(images/navigation-arrow.gif) no-repeat right top;
}*/

/* End Main Bar Layout */

/* Begin Drop Down Layout */
ul.nav-sub {
	visibility: hidden;
	position: absolute;
	top: 20px;
	z-index: 598;
	width: 350px;
	background-color: #999999;
	padding-left: 0px;
	padding-bottom: 0px;
	border: thin solid #333333;
	text-align: left;
}

ul.nav-sub li {
	list-style:none;
	display:block;
	height: 20px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 6px 5px 6px 5px;
	height: 15px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #663399;
}

ul.nav-sub li a:hover {
	color: #339999;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* End Drop Down Layout */
/* ------------------------------------------ End Menu Bar---------------------------------------- */
