#nav-row {
height: 28px;
background: #ff6600;
border-bottom: 1px solid #1a6e9c;
font-size: 0.9em;
line-height: normal !important;
}

ul#nav1 {
float: left;
width: 600px;
height: 22px; /** 28px minus the top padding below **/
list-style: none;
margin: 0;
padding: 6px 0 0 0;
background: #f68f16 url(../images/bg-nav1.jpg) repeat-y right top;
text-transform: uppercase;
font-weight: bold;
}

ul#nav1 li {
display: inline;
padding: 0 0.6em;
}

ul#nav1 li.first {
padding-left: 1.8em;
}

ul#nav1 li.page-item-2 {
padding-left: 12px !important;
}

ul#nav1 a {
color: #0f4666;
text-decoration: none;
}

ul#nav1 a:hover {
color: #39c;
text-decoration: none;
}

ul#nav1 li.current_page_item a { /** Current Page **/
color: #fff !important;
}

ul#nav2 {
float: right;
width: 190px;
height: 22px; /** 28px minus the top padding below **/
list-style: none;
margin: 0;
padding: 6px 0 0 4px;
}

ul#nav2 li {
display: inline;
padding: 0 0.6em;
border-right: 1px solid #1a6e9c;
}

ul#nav2 li.page-item-17,
ul#nav2 li.page-item-login {
border-width: 0;
}

ul#nav2 a {
color: #fff;
text-decoration: none;
}

ul#nav2 a:hover {
color: #fc6;
text-decoration: none;
}

ul#nav2 li.current_page_item a { /** Current Page **/
/*color: #0f4666 !important;*/
}

ul#search {
float: right;
width: 180px;
height: 22px; /** 28px minus the top padding below **/
list-style: none;
margin: 0;
padding: 6px 0 0 0;
}

ul#search li {

}

ul#search form {

}

ul#search input {
float: right;
margin: 0 0.4em 0 0;
}

ul#search input#s {
width: 130px;
border: 1px solid #ddd;
color: #666;
}

ul#search input.button-go {
width: 26px;
height: 20px;
border-width: 0;
}


