﻿.headermenu
{
    z-index: 2;
    height: 45px;
    background: url(images/bg-menu.png) repeat-x left center;
    width: 100%;
    margin-bottom: 9px;
    display: none;
}
.menu-top
{
    height: 45px;
}
.menu-top ul
{
    display: block;
    list-style: none;
}
.menu-top ul li
{
    display: inline;
    list-style-type: none;
    height: 39px;
    float: left;
    position: relative;
    background: url(images/line-menu.gif) no-repeat;
    padding-left: 2px;
}
.menu-top ul li:first-child
{
    background: none;
}
.menu-top ul li a
{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Times New Roman;
    padding: 0 25px;
    float: left;
    height: 39px;
    line-height: 39px;
}
.menu-top ul li:first-child a
{
    background: none;
}
.menu-top ul li a:hover, .menu-top ul li.active a
{
    color: #fff;
    background: url(images/menu-hover.gif) repeat-x;
}
.smooth_menu
{
    position: absolute;
    z-index: 100;
    float: left;
}
#smooth_menu_1
{
    list-style: none outside none;
    margin: 0;
    padding: 0 10px 0 0;
}
ul.smooth_menu a, #ui_smooth_menu_container a
{
}
ul.smooth_menu
{
}
.smooth_menu > li
{
    float: left;
}
.smooth_menu > li a
{
    display: block;
    line-height: 2.5em;
    text-decoration: none;
}
.smooth_menu > li ul, #ui_smooth_menu_container > div > ul
{
    background: #0b59a9;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-color: #fff;
    padding: 10px;
    min-width: 120px;
    list-style: none;
}
#ui_smooth_menu_container > div > ul > li > a
{
    display: block;
    padding: 5px 10px;
    color: #fff;
    text-align: left;
    text-decoration: none;
}
#ui_smooth_menu_container > div > ul > li > a:hover
{
    color: #333;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
