@charset "utf-8";
/* CSS Document */

@media projection, screen {
    .tabs-hide {
        display: none;
    }
}

@media print {
    .tabs-nav {
        display: none;
    }
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.tabs-nav:after { 
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
    min-width: 84px; 
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 8.5px;
    background: url(../images/tab.png) no-repeat;
	top: 1px;
	cursor: pointer;
}

.tabs-nav a.special_tab, .tabs-nav a span.special_tab{
    background: url(../images/tab3.png) no-repeat;
	background-position: 100% -70px;
}

.tabs-nav a.special_tab3, .tabs-nav a span.special_tab3{
    background: url(../images/tab4.png) no-repeat;
	background-position: 100% -70px;
}

.tabs-nav a {
    position: relative;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;

}
.tabs-nav .tabs-selected a {
    color: #000;

}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -105px;
	color: #fff;
	top: 1px;
    outline: 0;

}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -70px;
}
.tabs-nav .tabs-selected a.special_tab, a.special_tab3, .tabs-nav a.special_tab:hover, .tabs-nav a.special_tab3:hover, .tabs-nav a.special_tab:focus, .tabs-nav a.special_tab:focus3, .tabs-nav a.special_tab:active, .tabs-nav a.special_tab3:active {
    background-position: 100% -105px;
	color: #fff;
	top: 1px;
    outline: 0;

}
.tabs-nav a.special_tab, .tabs-nav a.special_tab3, .tabs-nav .tabs-disabled a.special_tab:hover,  .tabs-nav .tabs-disabled a.special_tab3:hover, .tabs-nav .tabs-disabled a.special_tab:focus, .tabs-nav .tabs-disabled a.special_tab3:focus, .tabs-nav .tabs-disabled a.special_tab:active, .tabs-nav .tabs-disabled a.special_tab3:active {
    background-position: 100% -105px;
}
.tabs-nav a span {
    width: 64px;
    min-width: 64px;
    height: 25px; 
    min-height: 25px;
    padding-top: 10px;
    padding-right: 0;
}
*>.tabs-nav a span {
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 10px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -35px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0px 0;
}
.tabs-nav a span.special_tab, .tabs-nav .tabs-disabled a:hover span.special_tab, .tabs-nav .tabs-disabled a:focus span.special_tab, .tabs-nav .tabs-disabled a:active span.special_tab, 

.tabs-nav a span.special_tab3, .tabs-nav .tabs-disabled a:hover span.special_tab3, .tabs-nav .tabs-disabled a:focus span.special_tab3, .tabs-nav .tabs-disabled a:active span.special_tab3
{
    background-position: 0px -35px;
	color: white;
	text-decoration:none;
	outline: 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { 
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { 
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; 
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
.menualt {
	margin: 0;
	background: #004182;
	padding: 6px 0px 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e5891;
	height: 20px;
}
.menualt a { 
	color: #d7e1ef;
	text-decoration: none;
	font-size: 12px;
}
.menualt a:hover {
	color: #fff;
}


ul#menuic, ul#menuic ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#menuic li {
    float: left;
    position: relative;
    width: 150px;
}
ul#menuic li ul {
    display: none;
    position: absolute;
    top: 19px; /* yukseklik 15px + sonradan eklenecek paddingler 4px toplam 19px */
    left: 0;
}
ul#menuic li > ul {
    top: auto;
    left: auto;
}
ul#menuic li a {
    font: normal 12px arial, helvetica, sans-serif;
    display: block;
    margin: 0;
    padding: 2px 3px;
    color: #d7e1ef;
    text-decoration: none;
}
ul#menuic li a:hover {
    color: #a00;
    background: #fff;
}
ul#menuic li:hover ul {
	display: block;
}
ul#menuic li:hover ul, ul#menuic li.over ul{
	display: block;
}




