<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


/* Dark Green: #326a1b */
/* Lighter Green: #4fa700 */
/* Even Lighter Green: #7fae6c */
/* Greenish Gray: #527742 */

/* Darkest Blue: #203956 */
/* Darker Blue: #2D4563 */
/* Dark Blue: #324A68 */
/* Dark Blue (less): #375577 */
/* Dark BlueGray: #4B5F75 */
/* Darkest Gray: #858273 -- this one for main */
/* Darker Gray: #918D7E */
/* Dark Gray: #969284 */
/* Light Gray: #B0AEA7 */
/* Lighter Gray: #BCBAB5 */
/* Lightest Gray: #C4C2BE */
/* Light Tan: #F6EFCB -- this one for sub */
/* Lighter Tan: #F9F2CF */
/* Lightest Tan: #FFF7D6 */
/* Very Light Tan: #F3EFD9 */
/* Very Lighter Tan: #F2EEDA */
/* Very Lightest Tan: #FFFAE5 */
/* Very Very Lightest Tan: #FFFBEF */


.navblock {
border-bottom: 0px solid #527742;
margin: 0;
}

.navblock {
width: 100%;
border-left: 1px solid #326a1b;
border-right: 1px solid #326a1b;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 9px;
background-color: #326a1b;
color: #000000;
}

* html .navblock{ /*IE 6 only */
w/idth: 100%; /* Box model bug: 180px minus all left and right paddings for #navblock */
}

.navblock ul{
list-style: none;
margin: 0;
padding: 0;
border: 0;
}

.navblock li {
border-top: 1px solid #4fa700;
margin: 0;
}

.navblock li a{
display: block;
padding: 3px 5px 3px 5px;
border-left: 10px solid #326a1b;
border-right: 10px solid #326a1b;
font-style: bold;
background-color: #4fa700;
color: #ffffff;
text-decoration: none;
width: 100%;
}

html>body .navblock li a{ /*Non IE6 width*/
width: auto;
}

.navblock li a:hover{
border-left: 10px solid #326a1b;
border-right: 10px solid #326a1b;
background-color: #527742;
color: #ffffff;
}


.navblock li li {
border-bottom: 0px solid #527742;
margin: 0;
}

.navblock li li a{
display: block;
padding: 0px 5px 0px 5px;
border-left: 10px solid #326a1b;
border-right: 10px solid #326a1b;
font-style: none;
background-color: #527742;
color: #ffffff;
text-decoration: none;
width: 100%;
}

html>body .navblock li li a{ /*Non IE6 width*/
width: auto;
}

.navblock li li a:hover{
border-left: 10px solid #527742;
border-right: 10px solid #527742;
font-style: none;
background-color: #7fae6c;
color: #ffffff;
}

.navblock li li li {
border-bottom: 0px solid #527742;
margin: 0;
}

.navblock li li li a{
display: block;
padding: 0px 5px 0px 5px;
border-left: 10px solid #326a1b;
border-right: 10px solid #326a1b;
font-style: none;
background-color: #7fae6c;
color: #ffffff;
text-decoration: none;
width: 100%;
}

html>body .navblock li li li a{ /*Non IE6 width*/
width: auto;
}

.navblock li li li a:hover{
border-left: 10px solid #326a1b;
border-right: 10px solid #326a1b;
font-style: none;
background-color: #7fae6c;
color: #ffffff;
}

</style>

