/******************************************************************/
/* DO NOT CHANGE this file without Jim's, use publisher-style.css */
/******************************************************************/ 
@charset "utf-8";
/* fonts */
.dropdowns {
	font-family: Verdana, "Helvetica Neue", Helvetica, sans-serif; 
}
.dropdowns ul > li {
	text-transform : uppercase;
	font-size: 1.10em;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
}
.dropdowns ul > li > ul > li  {
	text-transform:none;
	font-size: 1.05em;
	font-weight: 400;
}

/* colors */

/* togle menu button for narrow screens */
.toggleMenu {
	background:#02b302 url(../images/nav.svg) no-repeat center center;
    color: #fff;
}

/* general navigation background color */
.nav {
     background:#02b302;
    /*background: #045080;*/
}

/* general navigation link font color */
.nav a {
    color:#fff;
}

/* first level items borders */
.nav > li {
    /*border-top: 1px solid #02304d;*/
}

/* second level navigation colors */
.nav li li a {
    /*background: #036099;*/
    background:#046fb3;
    border-top: 1px solid #03436b;
}

.nav li li li a {
    background:#046fb3;
    border-top: 1px solid #02b302;
}

/* layout */
.dropdowns {
    width: 95%;
    max-width: 900px;
    margin: 10px auto;
}

a.toggleMenu {
	padding: 10px 25px;
}

.nav ul {
    /*width: 9em;*/
	white-space: nowrap;
    width: auto;
}

.nav > li > .parent {
	
}