﻿/*GREEN MENU*/
.green-menu{
border: 0px solid #C0C0C0;
border-bottom-width: 0;
width: 180px;
text-decoration: none;
}

* html .green-menu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 174px;
}

.green-menu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.green-menu li {background-color: #729b3d;}

.green-menu a{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 8px;

	padding: 3px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	text-decoration: none;
	border-bottom: 0px solid #C0C0C0;
	margin-bottom:3px;
}

.green-menu a:visited{
color: white;
}

html>body .green-menu a{ /*Non IE rule*/
width: auto;
}

.green-menu a:hover{
background-color: #006e95;

}

.green-menu .selected 
{
background-color: #006e95;
}



/*NAVY MENU*/
.navy-menu{
border: 0px solid #C0C0C0;
border-bottom-width: 0;
width: 180px;
text-decoration: none;
}

* html .navy-menu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 174px;
}

.navy-menu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.navy-menu li {background-color: #006e95;}

.navy-menu a{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 8px;

	padding: 3px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	text-decoration: none;
	border-bottom: 0px solid #C0C0C0;
	margin-bottom:3px;
}

.navy-menu a:visited{
color: white;
}

html>body .navy-menu a{ /*Non IE rule*/
width: auto;
}

.navy-menu a:hover{
background-color: #729b3d;

}

.navy-menu .selected 
{
background-color: #729b3d;
}



/*Brown MENU*/
.brown-menu{
border: 0px solid #C0C0C0;
border-bottom-width: 0;
width: 180px;
text-decoration: none;
}

* html .brown-menu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 174px;
}

.brown-menu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.brown-menu li {background-color: #c8c796;}

.brown-menu a{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-indent: 8px;

	padding: 3px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	text-decoration: none;
	border-bottom: 0px solid #C0C0C0;
	margin-bottom:3px;
}

.brown-menu a:visited{
color: #000000;
}

html>body .brown-menu a{ /*Non IE rule*/
width: auto;
}

.brown-menu a:hover{
background-color: #006e95;
color:#ffffff;
}

.brown-menu .selected 
{
background-color: #006e95;
}
.brown-menu .selected a {color:White;}