#mastersAdTabs {
	background: url('/modx/assets/snippets/MastersAdTabs/adTabBottom.gif') no-repeat bottom left;
	width: 540px;
	height: 50px;
}

#mastersAdTabs ul {
	margin: 0;
	margin-left: 6px;
	padding: 0;
	list-style: none;
}

#mastersAdTabs ul li {
	display: block;
	position: relative;
	float: left;
	
	width: 78px;
	height: 50px;
	margin-bottom: 0 !important;
	
	background: url('/modx/assets/snippets/MastersAdTabs/adTab.gif') no-repeat  center;
	color: white;
	
	text-decoration: none;
	text-align: center;
}

#mastersAdTabs ul li a {
	display: block;
	width: 62px;
	height: 36px;
	padding: 4px 8px 12px 8px;
	
	color: white;
	text-align: center;
	vertical-align: middle;
	
	font-weight: normal;
	font-size: 9pt !important;
	text-decoration: none;
}

#mastersAdTabs ul li a:hover {
	background-color: transparent;
	color: white;

	text-decoration: none;
}

#mastersAdTabsFrame {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	clear:both;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
