/*------------    Style tab menu hosting    ------------*/

.blockmenuhosting ul{
float: left;
font-weight: bold;
width: 100%;
border-width: 1px 0;
background:  url('/images/icon/khuyen_mai_nen.jpg') repeat-x 20px 1px;
min-height:28px;
}

.blockmenuhosting li{
display: inline;
}

.blockmenuhosting li a{
float: left;
color: #0E388A;
min-height:29px;
width:175px;
text-decoration: none;
text-align:center;
line-height:26px;
background: url('/images/icon/host.jpg') center center no-repeat;
}

.blockmenuhosting li a:visited{
color: #0E388A;
}

.blockmenuhosting li a:hover, .blockmenuhosting li a.current{
color: #FFF;
background:url('/images/icon/hover_host.gif') center center no-repeat;
}

.tabcontainerhost{
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
border:1px solid #41889E;
clear: left;
width:99.8%; /*width of 2nd level sub menus*/
min-height:100px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclasshost{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 0px;
}

* html .ieclasshost{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0px;
}

.tabcontentgoihost{
display:none;
}

