/* Global Navigation Styles */
div.navigation-general ul, ul.navigation-services {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    font-family: verdana,arial,sans-serif;
}
div.navigation-general ul li, ul.navigation-services li {
    float: left;
    text-align: center;
}
/* Hover effect not compatible with IE - sure?*/
/* div.navigation-general ul li a:hover, ul.navigation-services li a:hover { 
    background-color:#fff;
    opacity:0.50;
} */
.vspacer { /* place vertical gap between div's */
    clear: both;
}
/* General Navigation Styles*/
div.navigation-general {
    float: right;
}
div.navigation-general ul li {
    font-weight: bold;
    padding: 10px 0px;
}
div.navigation-general ul li a {
    padding: 10px 12px 7px;
    color: black;
    text-decoration:none;
}
/* Services Navigation Styles */
ul.navigation-services {
    margin: 0%;
    padding: 0%;
    overflow: auto;
    border-width: 2px 2px 0px;
}
ul.navigation-services li { /* Needs Konqueror Hack, specify sizes?*/
    font-size: small;
    height: 35px;
    border-style: ridge;
    border-width: 0px 0px 2px 0px;
}
ul.navigation-services li a {
    padding: 0px 15px;
    line-height: 35px;
    height: 35px;
    color: black;
    text-decoration:none;
    vertical-align: middle;
}
ul.navigation-services #home a img{
    vertical-align:middle;
    width: 25px;
    height: 25px;
    border: 0px;
}
ul.navigation-services li a.nolineheight {
    padding: 10px 18px;
}
ul.navigation-services li a.nopadding {
    padding: 0px 18px;
    line-height: 35px;
}
ul.navigation-services li.selected {
    border-bottom-width: 0px;
    background-color: white;
    border-width: 0px 2px;
    height: 37px;
}
ul.navigation-services li.selected:first-child {
    border-width: 0px 2px 0px 0px;
}
ul.navigation-services .hspace {
    float: none;
    display: block;
    line-height: 35px;
}
