@charset "UTF-8";
 
#menubar {background:#F5E6B4 url('../images/menuBG.jpg') top left repeat-x;}
#menubar table td {background: transparent;}

/* @group Left Top Menu */

.menuLEFT {
width: 100%;
overflow: hidden;
font-size: 18px;
font-weight: bold;
}

.menuLEFT ul{
margin: 0;
padding: 0;
padding-left: 7px; /*offset of tabs relative to browser left edge*/
list-style-type: none;
}

.menuLEFT li{
display: inline;
margin: 0;
height: 38px;

}

.menuLEFT li a, .menuLEFT li a:visited {
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 13px 7px 13px; /*padding inside each tab*/
height:22px;
color: #933C06;
background: transparent; /*background of tabs (default state)*/
}

.menuLEFT li a:hover, .menuLEFT li.selected a {
background: #FCF3D2; 
color: #933C06; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* @end */

/* @group Right Top Menu */

.menuRIGHT {
width:100%;
overflow: hidden;
font-size: 14px;
font-weight: normal;
}

.menuRIGHT ul{
margin: 0;
padding: 0;
padding-right:20px; /*offset of tabs relative to browser right edge*/
list-style-type: none;
}

.menuRIGHT li{
display: inline;
margin: 0;
}

.menuRIGHT li a, .menuRIGHT li a:visited {
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 10px 3px 10px; /*padding inside each tab*/
height:21px;
color: #933C06;
background: transparent; /*background of tabs (default state)*/
}

.menuRIGHT li a:hover, .menuRIGHT li.selected a{
background: #FCF3D2; color: #933C06; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* @end */

/* @group Home Page Feature Menu */

div.featuremenu {margin:auto 20px;}
.featuremenu ul {margin: 0; padding: 0; list-style-type: none; font-size: 21px; font-weight:normal;}
.featuremenu li {margin:0; line-height:1.5em;}
.featuremenu a {display: block; padding: 0 0 0 50px; width: 270px;}
.featuremenu a, .featuremenu a:visited {color: #ffffff; text-decoration: none;}
.featuremenu a:hover {background: #F5E6B4 url("../images/hhbullet.gif") left no-repeat; color:#933C06;}

li#greenthing a {color:#CBDE90;}
li#greenthing :after {content:url("../images/leaf.png");}
li#greenthing a:hover {background: #F5E6B4 url("../images/hhbullet.gif") left no-repeat; color:#7AA123;}

#subnav ul {margin: 0; padding:0; list-style-type: none;}
#subnav li {line-height:1.5;}
#subnav a {color:#fff; font-size: 1.2em; font-weight:bold; text-decoration:none;}
#subnav a:hover {color:#F5E6B4; text-decoration:underline;}

/* @end */

/* @group Right Page Navigation */

.navright {
	margin-bottom: 20px;
	}
	
.navright ul{
display: inline;
list-style-type: none;
padding: 0;
}

.navright ul li{
width:240px; margin: 0 auto;
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.navright ul li a, .navright ul li a:visited{
color: #ffffff;
background: url(../images/bullet_yellow.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #E6C85A;
font-size: 1.3em;
}

.navright ul li a:hover { /*hover state CSS*/
color: #933C06;
background: #F5E6B4 url(../images/bullet_yellow_over.jpg) no-repeat center left; /*custom bullet list image*/
}

/* @end */

/* @group Footer Text Menu */

#textmenu {font-size:11px; text-align:center; margin:2px 0 0 0; padding:8px 0;}
#textmenu a,hall #textmenu a:visited {color: #933C06; text-decoration:none;}
#textmenu a:hover {color:#000; text-decoration:underline;}

/* @end */

