 /* CSS Menu */
#contMenu{
    font:Arial;
    font-weight:bold;
    font-size:11px;
    background:url(../img/bg_menu_nav.gif) repeat-x;
    height:29px;
    border-top:10px solid #fd9706;
}

#contMenu ul{
    font-family: Arial;
    font-weight:bold;
    font-size:12px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}

#contMenu ul:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#contMenu ul li {
    float: left;
    margin: 0 0 0 0px;
    font-weight: bold;
}
#contMenu ul li a {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(i/tabs2.png) no-repeat;
    margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */
}
#contMenu ul li a:link, #contMenu ul li a:visited {
    color: #000;
}

#contMenu ul li a:hover {
    color: #F15A2D;
}
#contMenu ul li
{
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -28px;
}
#contMenu ul li a.selected {
    position: relative;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -28px;
}
#contMenu ul li a span {
    padding-top: 0px;
    padding-left: 12px;
    padding-right: 0;
    height: 27px;
    background-position: 0 0;
    line-height: 27px;
}
#contMenu ul li a.selected span {
    padding-top: 0;
    height: 28px;
    background-position: 0 -28px;
    line-height: 28px;
}