.shadetabs {
	padding: 0;
	margin: 5px 0;
	font: normal 10px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}
	
* html .shadetabs { /* IE Hack for tab spacing */
	margin: 11px 0;
	}

.shadetabs li {
	display: inline;
	margin: 0;
	}

.shadetabs li a {
	text-decoration: none;
	padding: 10px 10px;
	margin: 0;
	color: #7c7c7c;
	background: #eff2f3;
 	}
	
a:active {
	text-decoration: none;
	}	
	
.shadetabs li img {
	vertical-align: middle;
	}

.shadetabs li a:visited {
	color: #7c7c7c;
	}

.shadetabs li a:hover {
	background: #e0e5e8;
	}

.shadetabs li.selected {
	position: relative;
	}

.shadetabs li.selected a { /*selected main tab style */
	color: #000;
	text-decoration: none;
	background: #e0e5e8;
	border-top: 2px solid #cc0000;
	border-bottom: 1px solid #e0e5e8;
	}

.shadetabs li.selected a:hover, { /*selected main tab style */
	text-decoration: none;
	}

.tabcontentstyle { /*style of tab content oontainer*/
x	border-top: 2px solid #d9dcdd;
	background: url(/images/web-hosting/bg-02.gif) repeat-x;
	padding: 10px 10px;
	}

.tabcontent {
	display: none;
	}


@media print {
	.tabcontent {
	display: block !important;
	}
	}
