
/* The below will be the current version beginning on Nov 2 */


/*
** The first part of this file handles presentation: color, fonts, etc.
**
** All styles related to functionality (those that, if changed, may reposition,
** unalign, ruin the desired look), are in the second half of this file. Modify
** these at your own risk! (and only then with much testing!)
*/

/** Presentation **/

#topnav2 {
    height: 36px;
    width: 884px;
}

#topnav2 * {
    text-decoration: none;
}
#topnav2 div {
    float: left;
    height: 100%;
}
#topnav2 .expander {
    vertical-align: top;
}
#topnav2 a {
    font-size: 10px;
    font-weight: bold;
    color: black;
    font-family: Verdana, Arial, sans-serif;
    vertical-align: top;
}
#topnav2 .menu {
    background-color: rgb(199, 207, 124);
    color: black;
}
#topnav2 .menu li {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: black;
}
#topnav2 .menu a {
    background-color: rgb(199, 207, 124);
    border: 1px white solid;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: black;
    text-decoration: none;
    padding: 5px;
}
#topnav2 .menu a:hover {
    background-color: rgb(162, 174, 36);
}
#ddp, #background, #regularpic, #wink { /* Categories with submenus are not links, */
    cursor: default;             /* links, but we don't want default cursor */
    position: relative;
}


#topnav2 div ul.menu li a:hover { color: white; }

/** Functionality **/

#topnav2 {
    margin: 0px;
    padding: 0px;
    overflow: visible;
}
#topnav2 * {
    z-index: 5;
}
#topnav2 img {
    float: left;
}
#topnav2 div img {
    float: none;
}
#topnav2 .topmenu {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    background-color: white;
    height: 23px;
}
#topnav2 .menu {
    display: none;
    position: absolute;
    top: 27px;
    left: 3px;
    margin: 0px;
    padding: 0px;
    float: left;
}
#topnav2 .menu li {
    list-style: none;
    display: block;
    line-height: 150%;
}
#topnav2 .menu li a {
    display: block;
    width: 100%;
    height: 100%;
}





/*

JUST A FEW TWEAKS (BStanek)

*/

#topnav2 .menu a {
    padding: 7px;
    }
#topnav2 div {
    margin: 0px -3px;
    border-top: 5px solid #7b7b7b;
}
