/*Example for a Menu Style*/
.tabs
{
	color:#272727;
	background: #EAECEB;
}

.tabs h2, .tabs h3, .tabs h4, .tabs h5 
{ margin: 0; }

.tabs ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.tabs li
{
	display: block;
	float: left;
	height: 32px;
	font: tahoma 11px;
	background: #ffffff;
}

.tabs li.two { width: 50%; }
.tabs li.three { width: 33.3%; }
.tabs li.four {	width: 25%; }
.tabs li.five {	width: 20%; }

.tabs li a
{
	font: tahoma 11px;
	text-align: center;
	line-height: 32px;
	height: 32px;
	display: block;
	background: url("/images/frontpage_small_tab_bg.gif") repeat-x;
	color:#000000; 
	text-decoration:none; 
	border-right:1px solid #c8c8c8;
}
	
.tabs li a.active, .tabs li a:hover
{
	display: block;
	color: #ffffff;
	background: url("/images/frontpage_small_tab_bg_active.gif") repeat-x;
	border-left:1px solid #7B797A;
	border-right: 0;
	font-weight:bold;
}

div.info-tabcontent
{
	padding: 8px 8px 8px 8px;
	font-size:12px;
	height: 120px;
	overflow: hidden;
}

	div.info-tabcontent p, div.info-tabcontent ul
	{
		margin: 0 0 1em 0;
	}

div.tabcontent
{
	padding-top:6px;
	margin-bottom:5px;
}
