﻿.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
float:left;
margin: 0;
width:100%;
height:95px;
background:url(../images/tabmenu-bg1.jpg) no-repeat center bottom;
padding:0 5px 0 10px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a, .indentmenu ul li a:visited{
float:left;
margin:0;
width:75px;
height:95px;
cursor:pointer;
background:url(../images/tabmenu-btn-bg.gif) no-repeat center;
}

.indentmenu ul li a.selected{
background:url(../images/tabmenu-btn-bg2.gif) no-repeat center;
}

.indentmenu ul li a:hover{}

}

.tabcontentstyle{ /*style of tab content oontainer*/
}

.tabcontent{
display:none;
background:url(../images/tabmenu-bg2.jpg) no-repeat;
width:619px;
height:150px;
padding:5px 15px 0 15px;
}

.indentmenu2{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
width:678px;
height:48px;
/* width: 80%; width of menu*/
background: url(../images/vm-tab-bg1.gif) center center repeat-x;
border-left: 1px solid #dddddd;
}

.indentmenu2 ul li{
display: inline;
}

.indentmenu2 ul li a, .indentmenu2 ul li a:visited{
line-height:48px;
width:337px;
height:48px;
float: left;
font-family:Arial;
font-size:16px;
font-weight:bold;
color: #999999; /*text color*/
text-decoration: none;
text-align:center;
border-right: 1px solid #dddddd; /*navy divider between menu items*/
border-top: 1px solid #dddddd; /*navy divider between menu items*/
}

.indentmenu2 ul li a.selected, .indentmenu2 ul li a:hover{
line-height:48px;
width:337px;
height:48px;
font-family:Arial;
font-size:16px;
font-weight:bold;
color: black;
text-decoration: none;
background: url(../images/vm-tab-bg2.gif) center center repeat-x;
border-right: 1px solid #dddddd; /*navy divider between menu items*/
border-top: 1px solid #dddddd; /*navy divider between menu items*/
}

.tabcontentstyle2{ /*style of tab content oontainer*/
border: 1px solid gray;
}

.tabcontent2{
display:none;
width: 677px;
padding:10px;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}

.indentmenu3{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu3 ul{
margin: 0;
padding: 0;
float: left;
width:360px;
height:80px;
/* width: 80%; width of menu*/
}

.indentmenu3 ul li{
display: inline;
}

.indentmenu3 ul li a, .indentmenu3 ul li a:visited{
width:160px;
height:80px;
float: left;
font-family:Arial;
font-size:16px;
font-weight:bold;
color: #bbbbbb; /*text color*/
text-decoration: none;
margin-right:15px;
background: url(../images/hosting-tab-bg1.jpg) no-repeat;
text-align:center;
}

.indentmenu3 ul li a.selected, .indentmenu3 ul li a:hover{
width:160px;
height:80px;
font-family:Arial;
font-size:16px;
font-weight:bold;
color: black;
text-decoration: none;
margin-right:15px;
background: url(../images/hosting-tab-bg2.jpg) no-repeat;
}

.tabcontentstyle3{ /*style of tab content oontainer*/
border: 1px solid gray;
}

.tabcontent3{
display:none;
width: 677px;
padding:10px;
border-left:1px solid #dddddd;
border-right:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}

@media print {
.tabcontent2 {
display:block !important;
}
}
