﻿/******************* standard menu (on sub pages) ***********************/
.menu {
    width: 190px;
}
.staticmenuitem {
    color: White;
    width: 190px;
    text-align: right;
    background-color: #99CC99;
    border-top: solid 2px White;
}
b.tierone {
    display: block;
    padding: 40px 5px 5px 5px;
}
span.tiertwo {
    display: block;
    padding: 5px 5px 5px 5px;
}
.staticmenuitem_selected {
    background-color: #669966;
}
.dynamicmenuitem
{
	width: 175px;
	height: 28px;
	color: #669966;
	padding-left: 2px;
	background-color: #F8F8F8;
	border-bottom: solid 1px #DDDDDD;
}
.dynamicmenu
{
	width: 175px;
	border-top: solid 5px #669966;
	font: normal normal normal 10pt/normal Arial, San-Serif;
}
/*************** home menu ****************************/
div.navigation {
}
div.navigation .homemenu {
    width: 100%;
    font: normal normal normal 10pt/normal San-Serif;
}
div.navigation .staticmenuitemstyle {
    width: 314px;
    margin: 3px 0px 0px 0px;
    background-color: #F8F8F8;
    font: normal normal normal 10pt/normal San-Serif;
}
div.navigation .staticmenuitemstyle .text {
    color: #999999;
    white-space:normal;
    padding: 15px 15px 15px 5px;
    font: normal normal normal 9pt/normal Arial, San-Serif;
}
div.navigation .staticmenuitemstyle .text b {
    color: #006633;
    font: normal normal normal 20pt/normal Arial, San-Serif;
}