#tabrow {
	width: 650px;
	float:left;
	position:relative;
	padding:20px 4px 4px 4px;
	/*margin-top:30px;*/
}

#countrytabs {
	width:650px;
}

.shadetabs{
	padding: 0px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 8px;
	letter-spacing: 0.01cm;
	font-size: 12px;
	font-weight:bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;

}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 20px 8px 10px;
	margin-right: 1px;
	color:#fff;
	background: #0c1d56 url("/fileadmin/projects/university-college/images/taboff.jpg") center right no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
	color:#fff;
	padding: 5px 20px 8px 10px;
	position: relative;
	top: 0px;
	background: #16329e url("/fileadmin/projects/university-college/images/tabon.jpg") center right no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}



/********************* container ****************************/
#tabcontentcontainer{
	width: 640px;
	/* Insert Optional Height definition here to give all the content a unified height */
	/*height:98px;*/
	/*padding: 10px;*/
	/*margin-top:15px;*/
	padding: 0px 10px 10px 10px;
	border: 1px solid gray;
}
#tabcontentcontainer p{

}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
	display:block !important;
	}
}
