.basictab{ text-align:right;}
.basictab ul{
margin: 4px 0 0 0;
padding: 0;
margin-left: 0;
font: bold 11px Tahoma;
/*border-bottom: 1px solid gray;*/
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
float:right;
margin: 0;
text-align:center;
margin-left:1px;
}

.basictab li a, .basictab li a:hover, .basictab li a.current, .basictab li a#menu6{width:113px; height:19px; line-height:19px; color:#FFFFFF; display:block; background:url(resimler/menu_item.png) no-repeat;}

.basictab li a:hover, .basictab li a.current{background:url(resimler/menu_item_hover.png) no-repeat; text-decoration:none;}

.basictab li a#menu6 {background:url(resimler/menu_item_byk.png) no-repeat; color:#49360e; width:130px;}
.basictab li a#menu6:hover {background:url(resimler/menu_item_byk_hover.png) no-repeat; text-decoration:none; width:130px;}

.basictab li a#menu6_eng {background:url(resimler/menu_item_byk_eng.png) no-repeat; color:#49360e; width:150px;}
.basictab li a#menu6_eng:hover {background:url(resimler/menu_item_byk_hover_eng.png) no-repeat; text-decoration:none; width:150px;}

.tabcontainer{
clear: left;
width:99%; /*width of 2nd level sub menus*/
height:30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
padding-top:5px;
}

.tabcontent .altmenu a{ margin-left:5px; padding:3px 3px 3px 15px; line-height:19px; background:url(resimler/menu_alt_bullet.png) 3px 6px no-repeat;}
.tabcontent .altmenu a:hover,.tabcontent .altmenu a.current  {background-color:#3A6483; color:#FFFFFF; text-decoration:none;}