
/*
    顶级菜单
*/
.TopMenuGroup {margin: 0px auto;}

.all_menu_null {cursor: default;}
.TopMenuItem {color: #000;}
.TopMenuItem ul {padding-top: 10px; margin: 0px 5px;}
.TopMenuItem li {float: left; height:24px;line-height:26px;}
.TopMenuItem .all_menu_left {width:4px;}
.TopMenuItem .all_menu_center {padding-left:5px; padding-right:4px;}
.TopMenuItem .all_menu_right {width:4px;}

.TopMenuItemHover {color: #fff; cursor: pointer;}
.TopMenuItemHover ul {padding-top: 10px; margin: 0px 5px;}
.TopMenuItemHover li {float: left; height:24px;line-height:26px;}
.TopMenuItemHover .all_menu_left {width:4px;background: url(Images/all_menu_left.png);}
.TopMenuItemHover .all_menu_center {padding-left:5px; padding-right:4px;background: url(Images/all_menu_center.png) repeat-x;}
.TopMenuItemHover .all_menu_right {width:4px;background: url(Images/all_menu_right.png);}

.TopMenuItemSelected {color: #fff;}
.TopMenuItemSelected ul {padding-top: 10px; margin: 0px 5px; background: url(Images/all_menu_top.png) no-repeat top center;}
.TopMenuItemSelected li {float: left; height:24px;line-height:26px;}
.TopMenuItemSelected .all_menu_left {width:4px;background: url(Images/all_menu_left.png);}
.TopMenuItemSelected .all_menu_center {padding-left:5px; padding-right:4px;background: url(Images/all_menu_center.png) repeat-x;}
.TopMenuItemSelected .all_menu_right {width:4px;background: url(Images/all_menu_right.png);}

/*
    二级菜单
*/
.MenuGroup
{
    margin-top: 5px;
    margin-left: 3px;
}
.MenuItem{}
.MenuItemHover{cursor: pointer;}


.menu_item_top {width: 100%;height: 6px;line-height: 6px;}
.menu_item_top td {height: 6px;line-height: 6px;}
.menu_item_top_left {width: 3px;overflow: hidden;background: url(Images/item_top_left.png) no-repeat bottom;}
.menu_item_top_center {width: 100%;background: url(Images/item_top_center.png) repeat-x bottom;}
.menu_item_top_right {width: 3px;overflow: hidden;background: url(Images/item_top_right.png) no-repeat bottom;}
.menu_item_top_pointer {margin-left:25px;width: 12px;height: 6px;line-height: 6px;background: url(Images/item_top_pointer.png) no-repeat bottom;}

.menu_item {width: 100%;}
.menu_item_left {width: 3px;background: url(Images/item_left.png) repeat-y;}
.menu_item_center {background-color: #fff;}
.menu_item_right {width: 3px;background: url(Images/item_right.png) repeat-y;}
.menu_item_text {margin: 0px 5px;padding: 5px 5px 3px 5px;color: #000;}
.MenuItemHover .menu_item_text{color: #fff;background-color: #bf1920;}

.menu_item_bottom {width: 100%;height: 6px;line-height: 6px;}
.menu_item_bottom td {height: 6px;line-height: 6px;}
.menu_item_bottom_left {width: 3px;overflow: hidden;background: url(Images/item_bottom_left.png) no-repeat top;}
.menu_item_bottom_center {width: 100%;background: url(Images/item_bottom_center.png) repeat-x top;}
.menu_item_bottom_right {width: 3px;overflow: hidden;background: url(Images/item_bottom_right.png) no-repeat top;}

.menu_item_break {width: 100%; height:5px; line-height:5px;}
.menu_item_break_left {width: 3px;background: url(Images/item_left.png) repeat-y;}
.menu_item_break_center {background-color: #fff;}
.menu_item_break_right {width: 3px;background: url(Images/item_right.png) repeat-y;}