/*Example for a Menu Style*/

.articles_teaser_bottom ul 
{
	margin:0px; 
	padding:0px; 
	list-style:none; 
	text-align:center;
}
.articles_teaser_bottom li 
{
	display:inline; 
	line-height:23px;
}
.articles_teaser_bottom li a 
{
	color:#000000;
	text-decoration:none;
	padding:0 2px;
	color:red;
}
.articles_teaser_bottom li a.tabactive 
{
	background:url(../../images/article_teaser_bottom_bg.png) repeat-x;
	font-weight:bold;  
	position:relative;
	text-align:center;
}

#tabcontent1
{
	width:480px;
	height:200px;
	text-align:	center;
	font-size:12px;
}	
#tabcontent2
{
	width:480px;
	height:200px;
	text-align:	center;
	font-size:12px;
}
#tabcontent3
{
	width:480px;
	height:200px;
	text-align:	center;
	font-size:12px;
}
#tabcontent4 
{
	width:480px;
	height:200px;
	text-align:	center;
	font-size:12px;
}
.tab_description
{
	width:470px;
	height:57px;
	padding:5px 0 0 10px;
	text-align:left;
	background-image:url(../../images/teaser_transparency.png);
}
.teaser_spacer
{
	height:138px;
}


/*Example for a Menu Style
.menu 
{
	height:23px;
	width:200px;
}
.menu ul 
{
	margin:0px; 
	padding:0px; 
	list-style:none; 
	text-align:center;
}
.menu li 
{
	display:inline; 
	line-height:23px;
}
.menu li a 
{
	color:#000000; t
	ext-decoration:none; 
	padding:4px 5px 6px 5px;  
	border-left:1px solid #ececec; 
	border-right:1px solid #ececec;
}
.menu li a.tabactive 
{
	border-left:1px solid #d7d7d7; 
	border-right:1px solid #d7d7d7; 
	background-color:#CCCCCC; 
	font-weight:bold;  
	position:relative;
}

#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 
{
	border:1px solid #ececec; 
	width:198px; 
	text-align:	center;
	padding:6px 0px; 
	font-size:12px; 
	margin-bottom:5px;
}
*/