
.tabs-MainNav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}

.tabs-MainNav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs-MainNav li {
    float: left;
    margin: -2px 0 0 4px;
}

.tabs-MainNav a {
	display: block;
	position: relative;
	top: 1px;
	z-index: 2;
	font-family:Arial;
	padding: 6px 0px 6px;
	width: 115px;
	height: 16px;
	color: #FFFFFF;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	text-decoration:none;
	background: url(/img/MenuAktifPasif.png) no-repeat;
}

.tabs-MainNav .tabs-MainSelected a, .tabs-MainNav a:focus, .tabs-MainNav a:active {
	color: #2f6686;
	font-weight: bold;
	text-decoration:none;
    background-position: 0 -42px;
    outline: 0; /* @ Firefox, switch off dotted border */
}

.tabs-MainNav a:hover {
	color: #2f6686;
	font-weight: bold;
	text-decoration:underline;
    background-position: 0 -40px;
    outline: 0; /* @ Firefox, switch off dotted border */
}

.tabs-MainNav a:visited {
	color: #FFFFFF;
}

.tabs-MainNav .tabs-MainSelected a:visited {
	color: #2f6686;
}

/* Disabled Tabs [ */
.tabs-MainNav .tabs-disabled a:hover, .tabs-MainNav .tabs-disabled a:focus, .tabs-MainNav .tabs-disabled a:active, .tabs-MainNav .tabs-disabled a:link{
    background-position: 0 0;
    color: #2f6686;
}

.tabs-MainNav .tabs-disabled {
    opacity: .4;
}
/* ] Disabled Tabs */

.tabs-MainNav a:hover, .tabs-MainNav a:focus, .tabs-MainNav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
    color: #2f6686;
    font-weight:bold;
}

.tabs-menuContent
{
	position: absolute;
	z-index:3;
}

.tabs-menuHide
{
	display: none;
}

.tabs-menuContent a, .tabs-menuContent a:hover, .tabs-menuContent a:focus, .tabs-menuContent a:active, .tabs-menuContent a:visited {
	
}