﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

#serviceTabs{
	padding: 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin: 0px 4px 1em 20px;
}

#serviceTabs li{
	display: inline;
	margin: 0;
	font-size: 1.2em;
}

#serviceTabs li a{
	display: -moz-inline-stack;
	display:inline-block;
	height: 27px;
	width: 121px;
	background-image: url(../images/tab1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	line-height: 27px;
}
#serviceTabs li a.selected{ /*selected main tab style */
	background-image: url(../images/tab1_over.gif);
}

#serviceTabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.ajaxtab_content{
	min-height:200px; 	/*IE7*/
	_height:200px;		/*IE6*/
}
