﻿/*====== TabBar.css =========*/
/*========= RAD 1 ===========*/
/*Strecket under menyn*/ 
.tabs_cssMenuRow1
{
	height:27px;			
	position:relative;
	border-bottom: 3px solid #FF9900;
	cursor:default;	
}
/*inaktiva tabbar*/ 
.tabs_cssMenuRow1 span a
{
	vertical-align:top;
    font-size:12px;	
    font-weight:bold;
    color:#993300;      
}
.tabs_cssMenuRow1 span.inactive{ 
	top:6px;
	height:20px;	
	position:absolute;
	text-align:center;
	font-size: 14px;
	font-family: verdana;
    z-index:100;
    vertical-align:top;
}
/*aktiv tabb height:28px;*/ 
.tabs_cssMenuRow1 span.active a
 {	
 	height:28px;	
	vertical-align:top;
 	color:Red;
 	font-size:14px;
 }
.tabs_cssMenuRow1 span.active
{	
	vertical-align:top;
	z-index:200;
	border-bottom:6px solid #ff0000;
}

 .tabs_cssMenuRow1 a:hover 
 {
     text-decoration: underline; 
     color:White; 
     background:#993300;
 }
 
.buttonStart{ background-image: url(/b/i/MenuLeft.gif);}
.buttonMiddle{ background-image: url(/b/i/MenuMiddle.gif); background-repeat:repeat-x; }
.buttonEnd{	background-image: url(/b/i/MenuRight.gif);}


