.tab-wrapper {
	padding: 10px;
	margin: 0;
	border: 1px solid #d6d6d6;
	clear: both;
	height: 190px;
	width: 452px;
	overflow: hidden;
}
* html .tab-wrapper {
	height:187px;
}



.tab-menu {
	margin: 0;
	padding: 0;
	list-style:	none;
	overflow: visible;
}

.tab-menu li {
	margin:	0;
	padding: 0;
	float: left;
	line-height: 2em;
}
.tab-menu li a {
	padding: 0;
	font-weight: bold;
}
.tab-menu li a:hover, .tab-menu li a:focus {
	/* your effect here */
}
.tab-menu li.tab-selected a {
	text-decoration: none;
	color: inherit;
	/* your effect here */
}

#hometabs ul.tab-menu li {
	width: 235px;
	height: 19px;
	font-size: 11px;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-bottom: 1px solid #fff;
	background: url(../images/tab-inactive.gif) repeat-x left 2px;
	margin: 0;
}

.tab-menu li a span {
	color: #000;
	top: -1px;
	position: relative;
}

li.tab-selected a span {
	color: #d30826;
}

#hometabs li a:link, #hometabs li a:hover, #hometabs li a:visited {
	text-decoration: none;
}

.tab-wrapper {
	border-top: none;
}

#hometabs ul.tab-menu li.tab-selected {
	background: #fff;
}

#main .tab-menu li a:hover {
	background-color: transparent;
}
