.mainIdle
{
 background-image: url(../img/shell/menu/menu_idle02.png);
 font-family: Tahoma;
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration : none;
 padding-left: 11px;
 width:149px;
 height:30px;
 cursor:pointer;
 line-height:29px;
 vertical-align:middle;
}
.mainOver
{
 background-image: url(../img/shell/menu/menu_over02.png);
 background-repeat: no-repeat;
 font-family: Tahoma;
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration : none;
 padding-left: 11px;
 width:149px;
 height:30px;
 cursor:pointer;
 line-height:29px;
 vertical-align:middle;
}
.mainActive
{
 background-image: url(../img/shell/menu/menu_on02.png);
 background-repeat: no-repeat;
 font-family: Tahoma;
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration : none;
 padding-left: 11px;
 width:149px;
 height:30px;
 cursor:pointer;
 line-height:29px;
 vertical-align:middle;
}
.mainActiveWithSub
{
 background-image: url(../img/shell/menu/menu_drop02.png);
 background-repeat: no-repeat;
 font-family: Tahoma;
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration : none;
 padding-left: 11px;
 width:149px;
 height:30px;
 cursor:pointer;
 line-height:29px;
 vertical-align:middle;
}
.submenuContainer {
  width:145px;
}
.subIdle
{
 background-image: url(../img/shell/menu/submenu_on.png);
 color: #FFFFFF;
 width:145px;
 font-size:11px;
 font-family: Tahoma;
 font-weight: bold; 
 text-decoration : normal;
 padding-left: 15px;
 cursor:pointer;
 line-height:15px;
}
.subOver {
 background-image: url(../img/shell/menu/submenu_on.png);
 color: #FFFFFF;
 width:145px;
 font-size:11px;
 font-family: Tahoma;
 font-weight: bold; 
 text-decoration : underline;
 padding-left: 15px;
 cursor:pointer;
 line-height:15px;
}
.subActive
{
 background-image: url(../img/shell/menu/submenu_on.png);
 font-family: Tahoma;
 font-size: 11px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration : underline;
 padding-left: 15px;
 width:145px;
 line-height:15px;
}
.ShellSiteBGMenuBottom
{
background-image: url(../img/shell/menu/bg_menu_bottom.png);
background-repeat: no-repeat;
}


