
/*-------[ STYLE SHEET :: MENU
*/


#navBar {
	margin: 0;
	height: 2.7em !important;
	height: 2.65em;
	background: #2C7F38 url(/images/bg_navbar.png) bottom repeat-x;
	font-size: 90%;
    }

.pad {
	border-right: 1px solid #2C7F38;
	padding: 0.6em 1.1em 0.65em 1.1em !important;
	padding: 0.5em 1.1em 0.7em 1.1em;
	color: #0C0;
	font-weight: bold;
	text-decoration: none;
    }

    .pad:hover, .padActive {
        background: #3E9039 url(/images/bg-pad-over.png) bottom repeat-x;
        color: #0E0;
        }

.menu, .submenu {
    z-index: 110;
    width: 145px;
    margin-top: 5px;
    background-color: #3E9039;
    }

    .menuItem,
    .menu a, .submenu a {
        width: 121px;
        border-bottom: 1px dashed #0B0;
        padding: 0.6em 1.1em 0.65em 1.1em;
		font-size: 0.9em;
		color: #006;
        color: #0D0;
        line-height: 1.2em;
		text-decoration: none;
    }

    .menuItem:hover,
    .menu .menuItemHighlight,
    .submenu .menuItemHighlight {
        background-color: #107B20;
		font-weight: bold;
        color: #0E0;
        }

    .more {
		background: transparent url(/images/bullets/navbar.png) no-repeat 95% 50%;
		}

.submenu {
    margin: 6px 0px 0px -10px;
}


