﻿.menuRoot
{
    width: 812px;
}

.menuRootPanel
{
    cursor:pointer;
}
 
.DefRoot_ItemCSS
{
    height: 29px;
    background:url("../img/tab_unselected.gif");
    width:116px;
    color:#006699;
    font-family:verdana;
    font-size:13px;
    display:block;
}
 
.HoverRoot_ItemCSS
{
    height: 29px;
    width:116px;
    font-weight:bold;
    background:url("../img/tab_unselected.gif");
}
.DefRoot_ItemCSS_Dis
{
    height: 29px;
    background:url("../img/tab_selected.gif");
    width:116px;
    color:#006699;
    font-family:verdana;
    font-size:13px;
    display:block;
    cursor: default;
    font-weight:bold;
}
 
.HoverRoot_ItemCSS_Dis
{
    height: 29px;
    background:url("../img/tab_selected.gif");
    width:116px;
    color:#006699;
    font-family:verdana;
    font-size:13px;
    display:block;
    cursor: default;
    font-weight:bold;
}
.DefRoot_TextCont
{
    font-family:Verdana;
    font-size:13px;
}
.DefRoot_TextCell
{
    width: 116px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom:5px;
    text-align:center;
    vertical-align: bottom;
}
 
.DefRoot_ImgCont
{
    width: 0px;
}
 
.DefRoot_Img
{
    width: 0px;
}
.DefRoot_ArrCont
{
    width: 0px;
}
.DefRoot_Arr
{
    width: 0px;
}
