.tabmenu 
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 8pt;
	z-index: 1; 
    float:left;    
	/*
	color: #ff0000;
	border-bottom: 2px solid black;
	padding-left: 5px*/ 
}

.tabmenu li 
{
	display: inline;
	list-style-type: none; 
	white-space: nowrap;
    /*display:table-caption;*/    
    display:list-item;
}

.tabmenu a, a.active 
{
	display: block;
	float: left;
	height: 22px;
	line-height: 20px;
    width: 145px;
	color: #36306D; 
	background: #C4CCFF; 
	font: bold 1em sans-serif, "Trebuchet MS", Arial;
	border: 2px solid black;/**/
	padding: 2px 5px 2px 2px;
	margin-left: 4px;
	margin-bottom: 4px;
	text-decoration: none; }

.tabmenu a.active 
{
	background: #FFF;
	color: #36306D;
	/*border-bottom: 3px solid #F5F5DC;*/ 
}

.tabmenu a:hover 
{
	color: #555;
	background: #FFFFFF;
}

.tabmenu a.active:hover 
{
	background: #F5F5DC;
	color: #669966; 
}

.contentbox 
{
    font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
    text-align: left;
    background: #F5F5DC;
    padding: 10px;
    border: 2px solid black;
    border-top: none;
    z-index: 2;
    width: 20px;
}