/*.tabMenu{	
	color: #990000;
	background-color: #FFCC99;
	border: 1px solid #999;
	position: absolute;
	top: 10;
	text-align: center;
	font: bold 11px Arial;
	z-index: 2;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
}*/

.tabmenu{
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left:1px;
	font: bold 11px Arial;
	text-transform: capitalize;
	border-bottom: 1px solid #999;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 1px;
	padding-bottom: 5px;
}

.tabmenu li{
	display: inline;
	margin: 0;
}

.tabmenu_li_selected{
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;	
	padding-left: 1px;
	background-color: #FFFFFF;
	color: #000000;	
	text-decoration: none;
	border: 1px solid #999;
	border-bottom-color: #FFFFFF;	
	padding-top: 6px;
	padding-right: 1px;
	padding-bottom: 5px;
	/*background-repeat:repeat-x;
	position: relative;	*/
}

.tabmenu_dummy{
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
}

.tabmenu li a{
	text-decoration: none;
	border: 1px solid #999;
	border-bottom: none;
	background-color: #FFCC99;
	color: #990000;
	background-repeat:repeat-x;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.tabmenu li a:hover{
	background-image:none;
	background-color: #666666;
	color: white;
}


.menuContainer{
	border-bottom: 1px solid #999;
}

.tabSelected{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999;
	/*border-bottom: 0px
	position: absolute;
	top: 10;
	text-align: center;
	font: bold 11px Arial;
	z-index: 2;
	padding: 5px;
	cursor: pointer;
	cursor: hand;*/
}