/* Petaņas */


#menutabs { /* styles for section or tab menu */
	position: relative;
	margin-left:50px;
	margin-top:30px;
	
	z-index:100;
	FONT-SIZE: 10px;
	FONT-FAMILY: MS Sans Serif, Verdana;
	width:520px;

}

	html>body #menutabs {
		position: relative; /* Necessary for menu to position in Opera */
	}
	
	
	#menutabs ul { list-style: none; padding: 0px; margin: 0px;}
	#menutabs li { display: inline;}
	
	#menutabs li a:link, #menutabs li a:visited { 
	
		display: block;
		float: left;
		margin-right: 2px;
		color: black; 
		voice-family: "\"}\"";
		voice-family:inherit;
		text-align: center;
		
	}

	#menutabs li.tab a:link, #menutabs li.tab a:visited
{
	background: url(../menu/tabs/tab_bg.gif) #99ccff no-repeat;
	cursor: hand;
	text-align: center;
	text-decoration: none;
	background-color: #336699;
	color:#FFFFFF;	
}

	#menutabs li.tabsel a:link, #menutabs li.tabsel a:visited { 
		text-decoration: underline;
		background: url('../menu/tabs/selected_tab_bg.gif') no-repeat; 	
		cursor: none;
		background-color: rgb(140,227,253);
		text-decoration: none;  

	}
	
	#menutabs li.tab a:hover, #menutabs li.tab a:active
{
	background-color: #c8dbf3;
	text-decoration: underline;
	color:#000000;
}
	
	#menutabs li.tabsel a:hover, #menutabs li.tabsel a:active{
		text-decoration: none;
	}


	html>body #menutabs li a:link, html>body #menutabs li a:visited { }

	

	
	#menutabs span{
		height:20px;
		margin-left: 4px;
		margin-right: 4px;
	
	}

	#spacer: { 
		padding: 0px; margin: 0px;
		position: relative;
		display: block;
		height:2px;
		width=500px;
		background-color: red;
		
		}
