/* MAIN NAVIGATION MENU BOX */
.topnavigation{text-align:left;}

.topnavigation ul {
     list-style: none;
	 margin: 0px;
	 padding: 0px;
}

/* MAIN NAV ITEMS*/
.topnavigation li {float: left; font-size: 1.2em; border-right: 1px solid #666; padding: 0px 5px;}
.topnavigation li.phone {border-right: none; padding: 0px 0px 0px 5px; font-weight: bold;}
/* NAVIGATION ONE */
.topnavigation li a {color: #666; text-decoration: none; display: block;}
.topnavigation li a:Hover {color: #8ea345; text-decoration: none;}


/* SUB-NAV ITEM - NAVIGATION ONE*/
.topnavigation li ul li {
	 width: 100%;
	 padding: 0px;
	 font-size: .85em;
	 border-right: none;
}
.topnavigation li ul li ul li {
	 font-size: 1em;
	 	 line-height: 1em;
}
.topnavigation li ul.subMenu li a {
	 border-bottom: 1px solid #fff;
	 text-indent: 0px;
	 height: auto;
	 width: auto;
	 padding: 3px 4px;
	 color: #fff;
}
.topnavigation li ul.subMenu li a:Hover {
	 color: #fff;
	 background: #3f4f00;
}
.topnavigation li ul.subMenu li.last a {
	 border-bottom: none;
}
.topnavigation li.last ul.subMenu li.last{border-right: none; padding: 0px 0px 0px 0px !important; font-weight: normal;}

/*
SUB NAV LIST 
     Set the width, background, and/or border
*/
.topnavigation li ul {
     width: 150px;
     margin-left: 0px;
     border: 1px solid #fff;
	 background: #708718;
     margin-top: 0px;
     display: block;
     position: absolute;
     left: -9999px;
     height: auto;
	 padding: 0px;
}
.topnavigation li ul ul{
	font-size: 1em;
	margin-left: 140px;
	margin-top: -19px;
}

/* YOU SHOULD NOT HAVE TO EDIT ANY OF THE STYLES BELOW */

.topnavigation li:hover ul ul, .topnavigation li:hover ul ul ul, .topnavigation li.sfhover ul ul, .topnavigation li.sfhover ul ul ul {
     left: -9999px;
     z-index: 501;
}

.topnavigation li:hover ul, .topnavigation li li:hover ul, .topnavigation li li li:hover ul, .topnavigation li.sfhover ul, .topnavigation li li.sfhover ul, .topnavigation li li li.sfhover ul {
     left: auto;
     z-index: 501;
}

/* Support for the "iehover-fix.js" */
ul.navItems iframe {
     position: absolute;
     left: -0.25em;
     top: -0.25em;
     z-index: -1;
     filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}


* html ul.navItems li { z-index: 501; }

/* this is for IE 5.0
     select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */