/*
 * Menu(navigation)
 *
 * @author:    IF MEDIA
 * @email:     admin@ifmedia.eu
 * @website:   http://www.4golf.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: 37px;
}

/* Style the Main Menu's ul */
#outer #mainNav ul {
    height: 37px;
    width: 720px;
    margin: 0px 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 {
    display: block;
    float: left;
    height: 37px;
    line-height: 37px;
}

/* Style the links for the Main Menu */
#outer #mainNav a, #outer #mainNav a:visited {
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    height: 26px;
    margin: 0px 0px 0px 36px;
}

/* 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;
    padding-top: 16px;
}

#primaryContent #secondNav .menu li {
    width: 183px;
    height: 22px;
    line-height: 22px;
    padding-bottom: 5px;
    background: url(images/secondNav-listStyle.png) no-repeat top left;
}

#primaryContent #secondNav .menu li a:link, #primaryContent #secondNav .menu li a:visited {
    color: #669900;
    font-size: 14px;
    font-family: Verdana, Geneva, 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: #336699;
    text-decoration: none;
}
