/* fonts */
.dropdowns1 {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* colors */
/* ------ */
/* togle menu button for narrow screens */
.toggleMenu1 {
    background: #666;
    color: #fff;
}

/* general nav1igation background colors */
.nav1 {
     background: #00a6d6;
	 border: 1px solid #f0f0f0;
}

/* general nav1igation link font color */
.nav1 a {
    color:black;
}

/* first level items borders */
.nav1 > li {
	
}

/* nav1igation hover colors */
.nav1 a:hover {
	background-color: #fff;
}

/* second level nav1igation colors */
.nav1 li li a {
    background:  #00a6d6;
    border-bottom: 0px solid #c0c0c0;
}

/* third level nav1igation colors */
.nav1 li li li a {
    background: #00a6d6;
    border-bottom: 0px solid #c0c0c0;;
}

/* ---------------- */
/*      layout      */
/* -----------------*/

/* main div */
.dropdowns1 {
	width:auto;
}

/* small screens menu button */
a.toggleMenu1 {
	padding: 10px 0;
	width:100%;
	text-align: center;
}

/* second and third level menus */
.nav1 ul {
	width:9em;
}

/* general paddings and other stuff */
.nav1 a {
	padding: 5px 10px;
}

/* parents that have submenus */
.nav1 > li > .parent {
	padding-right: 25px;
	background-position: 90% 50%;
}

/* small screen adjustments*/
@media screen and (max-width: 768px) {
	.nav1 ul {
		width: 100%;
	}
}
