/*------------    Style tab sub menu goi hosting    ------------*/
.goihosting ul{
padding:0 0 0 20px;
margin-top:10px;
float: left;
font-weight: bold;
border-width: 1px 0;
background: #FFF center center repeat-x;
border-bottom:1px solid #BDE5DA;
width:715px;
}

.goihosting li{
display: inline;
}

.goihosting  li a{
float: left;
color: #0E388A;
padding:0 0 0 5px;
text-decoration: none;
margin:0 15px 0 14px;
min-height:24px;
background:url("/images/icon/tableftJ.gif") no-repeat left top;
}

.goihosting   a span{
float:left;
display:block;
background:url("/images/icon/tabrightJ.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#24618E;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.goihosting   a span {float:none;}
    /* End IE5-Mac hack */
.goihosting   a:hover span {
      color:#FFF;
      }
	  
.goihosting   a:hover, .goihosting a.current {
background-position:0% -42px;
color:#FFF;
}

.goihosting   a:hover span, .goihosting a.current span {
background-position:100% -42px;
color:#FFF;
}

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

.tabgoihost{
clear: left;
width:100%; /*width of 2nd level sub menus*/
min-height:210px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

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

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

.tabcontentgoi{
display:none;
}

/*-------     style subbody hosting     -------*/

.hostnam{
padding-top:5px;
line-height:17px;
min-height:200px;
margin-top:10px;
width:240px;
float:left;
background: #fff url('/images/icon/host1.jpg') center top no-repeat;
padding-left: 5px;
}

