/* Style sheet tabstyl */
#tab_menu{width:100%;overflow:hidden;margin-top:20px;border-top:1px solid #ffffff;background:#2c5990;z-index: 10;}
.tab_item{float:left;padding-right:2px;padding-left:4px;text-align:center;font-weight:bold;font-size:13px;color:#FFFFFF;background:#2c5990;}
.tab_item_submenu{position:absolute;margin-left:-5px;border-right:1px solid #bfbfbf;border-bottom:2px solid #bfbfbf;border-left:1px solid #bfbfbf;color:#000000;background:#F8F8F8;z-index: 5;}
.tab_item_hover{color:#000000;background:#F8F8F8;}
.tab_item a{padding-right:4px;text-decoration:none;color:#FFFFFF;}
* html .tab_item a{text-decoration:none;color:#CCCCCC;}
.tab_ie_color{color:#3667a2;}
.tab_item:hover a{color:#2c5990;}
.tab_item_submenu a{}
.tab_item:hover .tab_item_submenu a{color:#1d4e7e;}
.tab_main_link{padding-top:6px;padding-bottom:4px;border-right:1px solid #3667a2;font-weight:bold;}
.tab_item:hover .tab_main_link{border-right:1px solid #F8F8F8;}
.tab_item_submenu_item{margin-right:10px;margin-bottom:3px;margin-left:10px;padding:5px;text-align:left;border-bottom:1px solid #CCCCCC;font-size:11px;font-weight: normal;}
.tab_item:hover .tab_item_submenu a:hover{color:#3667a2;}
.tab_main_link .last{display:none;/*ponury hack*/}

