/* NAVIGATION */
.mainNavigation {
    width:192px;
    display:inline;
    background-color:#fee833;
}
.mainNavigation ul, .subNavigation ul {
    font-size:18px;
    list-style:none;
    margin:0 0 0 0;
    padding:0;
    width:192px;
    position:absolute;
}
.mainNavigation ul li, .subNavigation ul li {
    background:#fee833 url(images/line_grey_on_yellow.jpg) bottom left;
    background-repeat: repeat-x;
    text-align:center;
    height:54px;
    _height:67px;
    padding-top:14px;
    font-size:25px;
    font-weight:bold;
    cursor:pointer;
}
.mainNavigation .active, .subNavigation .active {
    background:#fee833 url(images/line_black_on_yellow.jpg) repeat-x scroll left bottom;
    line-height:53px;
    margin-top:-12px;
    height:64px;
    _height:77px;
}
.mainNavigation .active a, .subNavigation .active a {
    color:black;
    text-decoration:none;
}
.mainNavigation a, .subNavigation a {
    color:#000000;
    text-decoration:none;
}
.subNavigation {
    position:absolute;
    top:135px;
    width:192px;
    margin-left:192px;
    _margin-left:0px;
    _top:132px;
}
.subNavigation .item {
}
.subNavigation .active {
}
/* \NAVIGATION */

