﻿ul#Menu
{
    height: 43px;
    width: 969px;
    margin: 0;
    padding: 0;
    position: relative;
}
ul#Menu li
{
    list-style: none;
    position: absolute;
}
ul#Menu li a
{
    height: 43px;
    display: block;
    position: relative;
    text-align: center;
    padding-top: 18px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#BilgiEdinin a
{
    width: 323px;
    background: url(../images/altmenu_bg_2.jpg) no-repeat;
}
#BilgiEdinin a:hover,#BilgiEdinin a.current
{
    width: 323px;
    background: url(../images/altmenu_bg_1.jpg) no-repeat;
    color:#0e3b4e;            
}
#Destek a
{
    width: 323px;
    background: url(../images/altmenu_bg_2.jpg) no-repeat;
}
#Destek a:hover,#Destek a.current
{
    width: 323px;
    background: url(../images/altmenu_bg_1.jpg) no-repeat;
    color:#0e3b4e;
}        
#Haberler a
{
    width: 323px;
    background: url(../images/altmenu_bg_2.jpg) no-repeat;
}
#Haberler a:hover,#Haberler a.current
{
    width: 323px;
    background: url(../images/altmenu_bg_1.jpg) no-repeat;
    color:#0e3b4e;            
}
#BilgiEdinin
{
    left: 0px;
}
#Destek
{
    left: 323px;
}
#Haberler
{
    left: 646px;
}
.tabcontent{
display:none;
}