/* Pestaņas */


#menutabs 
{ /* styles for section or tab menu */
	position: relative;
	margin-left:20px;
	margin-top:30px;
	
	z-index:100;
	FONT-SIZE: 10px;
	FONT-FAMILY: MS Sans Serif, Verdana;
	width:444px;

}

	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: #336699 url(  '../images/tab_bg.gif' ) no-repeat;
    cursor: hand;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

    #menutabs li.tabsel a:link, #menutabs li.tabsel a:visited
{
    background: url(../images/tab_bg.gif) #cccccc no-repeat;
    cursor: hand;
    text-align: center;
    text-decoration: underline;
    color: #336699;
    font-weight: bold;
}
	
	#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;
		
	}

	
