﻿/*base blue 0168B3*/
/*base green 8EC14A*/

#menu {
width: 100%;
float: left;
}

#menu ul 
{
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align:center;
}

#menu a, #menu h2 
{
	display: block;
	margin: 0;
}

#menu h2 
{
	color: #fff;
	padding:7px 0px 0px 0px;
	text-align:center;
}

#menu h2 a
{
	background-color:#0068B3;
	color:#ffffff;
	border:none;
}

#menu h2 a:hover
{
	background:none;
	color:#ffffff;
}

#menu h2:hover 
{
	background-image: url(../images/blue_hilite.jpg);
	background-position: center; 
	background-repeat:no-repeat;
}

#menu a 
{
	border-width: 1px;
	border-style: solid;
	border-left-color: #3098e3;
	border-right-color: #0068B3;
	border-top: none;
	border-bottom: none;

	color: #0038a3;
	background: #f9f9f0;
	text-decoration: none;
	padding:1px 0px 1px 12px;
	height:18px;
}

#menu a:hover 
{
	color: #ffffff;
	background: #3098e3;
}

#menu li 
{
	text-align:left;
}

#menu ul ul 
{
	position: absolute;
	z-index: 3;
}

#menu ul ul ul 
{
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.blue-standalone:hover
{
	background-image: url(../images/blue_hilite.jpg);
	background-position: center; 
	background-repeat:no-repeat;
}

.last-item-blue
{
	border-bottom:1px solid #0068B3;
}

.first-item-blue
{
	border-top:1px solid #3098e3;
}

.only-item-blue
{
	border-top:1px solid #3098e3;
	border-bottom:1px solid #0068B3;
}




#menu2 {
width: 100%;
float: left;
}

#menu2 ul 
{
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu2 a, #menu2 h2 
{
	display: block;
	margin: 0;
}

#menu2 h2 
{
	color: #fff;
/*	border:none;*/
	padding:6px 0px 0px 0px;
}

#menu2 h2:hover 
{
	background-image: url(../images/green_hilite.jpg);
	background-position: center; 
	background-repeat:no-repeat;
}


#menu2 a 
{
	border-width: 1px;
	border-style: solid;
	border-left-color: #cdf188;
	border-right-color: #9dd158;
	border-top: none;
	border-bottom: none;

	color: #004000;
	background: #f9f9f0;
	text-decoration: none;
	padding:1px 6px 1px 0px;
	text-align:right;
	height:18px;
}

#menu2 a:hover 
{
	color: #ffffff;
	background: #8DC148;
}

#menu2 li 
{
	position: relative;
}

#menu2 ul ul 
{
	position: absolute;
}

#menu2 ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu2 ul ul,
div#menu2 ul li:hover ul ul,
div#menu2 ul ul li:hover ul ul
{display: none;}

div#menu2 ul li:hover ul,
div#menu2 ul ul li:hover ul,
div#menu2 ul ul ul li:hover ul
{display: block;}

.green-standalone:hover
{
	background-image: url(../images/green_hilite.jpg);
	background-position: center; 
	background-repeat:no-repeat;
}

.green-standalone-href
{
	color:#ffffff;
}

.last-item-green
{
	border-bottom:1px solid #9dd158;
}

.first-item-green
{
	border-top:1px solid #cdf288;
}

.only-item-green
{
	border-top:1px solid #9dd158;
	border-bottom:1px solid #9dd158;
}


