#MTEDProductNavigation {
 padding-left: 20px;   
 padding-right: 20px;
}

#MTEDProductNavigation .MTEDProductNavigationTab {
    position: relative;
    height: 280px;
    width: 23px;
    background-image: url(/img/slices/productNavi_bg.gif);
    background-repeat: repeat-y;
    padding-left: 7px;
    border-left: 1px solid #fff;
}

#MTEDProductNavigation .MTEDProductNavigationTab.first {
    border-left: none;
}

#MTEDProductNavigation .MTEDProductNavigationTab .facelift {
    position: absolute;
    bottom: 10px;
    width: auto;
    font-family: lucidasans;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;   
}

#MTEDProductNavigation .MTEDProductNavigationTab .facelift a {
    color: #fff;
    font-family: lucidasans;
}

#MTEDProductNavigation div.active {
    background-image: url(/img/slices/productNavi_active_bg.gif);
    
}

#MTEDProductNavigation .MTEDProductNavigationContent {
    position: relative;
    padding-left: 41px;
    padding-top: 35px;
    height: 243px;
    width: 735px;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    background-repeat: no-repeat;
    background-position: right;
}

#MTEDProductNavigation .MTEDProductNavigationContent .MTEDProductNavigationUL {
    position: absolute;
    top: 17px;    
}

#MTEDProductNavigation .MTEDProductNavigationContent .MTEDProductNavigationUL li {
    list-style-type: none;
}

#MTEDProductNavigation .MTEDProductNavigationContent .MTEDProductNavigationUL li a {
    color: #5a5a5a;
    line-height: 18px;
}

#MTEDProductNavigation .MTEDProductNavigationContent .MTEDProductNavigationUL li a:hover {
    color: #008348;
}

#MTEDProductNavigation .MTEDProductNavigationContent .MTEDProductNavigationUL li a.active {
    color: #008348;
}
#MTEDProductNavigation .MTEDProductNavigationContent .MTEDProductNavigationUL ul {
    padding-bottom: 10px;
}

#MTEDProductNavigation .MTEDProductNavigationContent .MTEDProductNavigationUL ul li a {
    font-weight: normal;
}