/*
 * Menu(navigation)
 *
 * @author:    IF MEDIA
 * @email:     admin@ifmedia.eu
 * @website:   http://www.finnisport.sk/
 * @version:   $Id: menu.css 74 2009-01-07 08:37:01Z Silver Zachara $
 */

/* Navigation
 -----------------------------------------------------------------------------*/

/* Header navigation
 -----------------------------------------------------------------------------*/

/* Style the Header menu's ul */
#header ul {
    position: absolute;
    top: 64px;
    left: 425px;
}

/* Style the Header menu list items */
#header ul li {
    height: 22px;
    line-height: 20px;
    padding-left: 26px;
    background: url(images/headerNav-listStyle.png) no-repeat top left !important;
    background: url(images/headerNav-listStyle.gif) no-repeat top left;
}

/* Style the Header menu list items which are hovered */
#header ul li:hover, #header ul li.active {
    color: #006699;
    text-decoration: underline;
    background: url(images/headerNav-listStyle-active.png) no-repeat top left !important;
}

#header ul li#headerNav37 {
    margin-left: 101px;
}

#header ul li#headerNav58 {
    margin-left: 175px;
}

/* Style the links for the Header menu */
#header ul li a:link, #header ul li a:visited {
    color: #006699;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* Main navigation
 -----------------------------------------------------------------------------*/

/* Style the Main Menu's div */
#outer #mainNav {
    height: 49px;
}

/* Style the Main Menu's ul */
#outer #mainNav ul {
    position: relative;
    float: left;
    left: 50%;
    height: 49px;
    margin: 0 auto;
}

/* Style the Main Menu list items, make it horizontal and a relative positon so that you can control the dropdown menu positon */
#outer #mainNav ul li {
    position: relative;
    display: block;
    float: left;
    right: 50%;
    height: 49px;
}

/* Style the links for the Main Menu */
#outer #mainNav a {
    display: block;
    float: left;
    color: #0099ff;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    height: 43px;
    line-height: 45px;
    margin: 0 28px;
    padding-top: 6px;
}

#outer #mainNav a:link, #outer #mainNav a:visited {
    color: #0099ff;
    text-decoration: none;
}

#outer #mainNav a:hover, #outer #mainNav a:active, #outer #mainNav li.active a {
    color: #0099ff;
    text-decoration: none;
    background: url(images/mainNav-active.png) repeat-x left top;
}

/* Main Menu */
/*
* html #outer #mainNav a:hover {
    position: relative;
    color: #ff0;
    height: 27px;
    border: 0px;
    z-index: 100;
}

#outer #mainNav :hover > a {
    color: #ff0;
    height: 27px;
    border: 0px;
}

*/
/* Secondary navigation
 -----------------------------------------------------------------------------*/
#primaryContent #secondNav .menu {
    float: left;
    width: 183px;
    height: 104px;
    margin-left: 21px;
    padding-top: 21px;
}

#primaryContent #secondNav .menu li {
    text-align: center;
    width: 134px;
    height: 30px;
    line-height: 30px;
    padding-bottom: 21px;
}

#primaryContent #secondNav .menu li a:link, #primaryContent #secondNav .menu li a:visited {
    color: #fff;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#primaryContent #secondNav .menu li a:hover, #primaryContent #secondNav .menu li a:active,
#primaryContent #secondNav .menu li.active a {
    color: #ffff00;
    text-decoration: none;
}

