/*
 * Menu(navigation)
 *
 * @author:    IF MEDIA
 * @email:     admin@ifmedia.eu
 * @website:   http://www.ifmedia.eu/
 * @version:   $Id: menu.css 67 2009-02-26 11:01:16Z Silver Zachara $
 */

/* Navigation
 -----------------------------------------------------------------------------*/

/* Main navigation
 -----------------------------------------------------------------------------*/

#myajaxmenu {
    display: block;
    z-index: 100;
}

#mainNav ul li {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
}

#mainNav ul li a {
    display: block;
    color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 7px;
}

#mainNav ul li.category {
    min-width: 76px;
    height: 25px;
    line-height: 25px;
}

/* Hovered list */
#mainNav ul li.category:hover {
    color: #343434;
    background: url(images/mainNav-active.gif) no-repeat center bottom;
}

#mainNav ul li.active {
    min-width: 76px;
    background: url(images/mainNav-active.gif) no-repeat center bottom;
}

/* Sub Menu Styles */
#mainNav ul li ul {
    display: block;
    position: absolute;
    left: 0px;
    top: 25px;
    width: 205px;
    padding-top: 8px;
    font-size: 11px;
    line-height: 21px;
}

/* Dropdown Menu */
#mainNav li li {
    width: 205px;
    height: 21px;
    background: url(images/subMenu-middle-right.png) no-repeat right top !important;
    background: url(images/subMenu-middle-right.gif) no-repeat right top;
}

#mainNav li li a {
    color: #383839;
    width: 98%;
    font-size: 11px;
    text-align: left;
    text-indent: 16px;
    line-height: 21px;
    padding: 0px;
    background: url(images/subMenu-middle-left.png) no-repeat left top !important;
    background: url(images/subMenu-middle-left.gif) no-repeat left top;
}

#mainNav li li.first {
    width: 205px;
    height: 21px;
    background: url(images/subMenu-top-right.png) no-repeat right top !important;
    background: url(images/subMenu-top-right.gif) no-repeat right top;
}

#mainNav li li.first a {
    width: 98%;
    height: 21px;
    line-height: 21px;
    background: url(images/subMenu-top-left.png) no-repeat left top !important;
    background: url(images/subMenu-top-left.gif) no-repeat left top;
}

#mainNav li li.last {
    width: 205px;
    height: 21px;
    background: url(images/subMenu-bottom-right.png) no-repeat right bottom !important;
    background: url(images/subMenu-bottom-right.gif) no-repeat right bottom;
}

#mainNav li li.last a {
    width: 98%;
    height: 21px;
    line-height: 21px;
    background: url(images/subMenu-bottom-left.png) no-repeat left bottom !important;
    background: url(images/subMenu-bottom-left.gif) no-repeat left bottom;
}

#mainNav li li a:hover {
    color: #4374ba;
    text-indent: 19px;
}

/* Secondary navigation
 -----------------------------------------------------------------------------*/

#secNav ul {
    margin-left: 10px;
}

#secNav ul li {
}

#secNav ul li a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

#secNav ul li.active a {
    color: #4374ba !important;
}

#secNav ul li a:link, #secNav ul li a:visited {
    color: #000;
    text-decoration: none;
}

#secNav ul li a:hover, #secNav ul li a:active {
    color: #4374ba;
    background-color: transparent !important;
}

/* Third navigation
 -----------------------------------------------------------------------------*/

#footer ul {
    float: left;
    width: 562px;
    padding: 0px 0px 0px 14px;
    list-style: none;
    background: url(images/footer-left-top.png) no-repeat left top !important;
    background: url(images/footer-left-top.gif) no-repeat left top;
}

#footer ul li {
    float: left;
}

#footer ul li a {
    display: block;
    float: left;
    color: #5597f9;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 27px;
    text-decoration: none;
    padding: 0px 9px;
}

#footer ul li a.active {
    color: #000;
    background: url(images/mainNav-active.gif) no-repeat center bottom;
}

#footer ul li a:link, #footer ul li a:visited {
}

#footer ul li a:hover, #footer ul li a:active {
    color: #000;
}

