/*CSS Document*/
body, table, tr, td, div, p, input, select, textarea {
font-family:Tahoma;
font-size:11px;
color:#333333;
}
a {
font-family:Tahoma;
font-size:11px;
color:#ff7d00;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.baslik {
font-family:'Arial Narrow';
font-size:16px;
color:#005398;
font-weight:bold;
}
.altbaslik {
font-size:13px;
color:#005398;
font-weight:bold;
}
.mavi {
background-color:#0064b6;
height:19px;
color:#fff;
font-family:'Arial Narrow';
font-size:16px;
font-weight:bold;
padding:0 0 0 7px;
margin:5px 5px 0px 5px;
border-bottom:1px dotted #005397;
}
.menu{
background-color:#494949;
font-family:'Arial Narrow';
}

.menu ul{
padding: 4px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 14px 'Arial Narrow';
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.menu li{
display: inline;
margin: 0;
width:100px;
}

.menu li a{
text-decoration: none;
padding: 7px 20px 4px 20px;
margin-right: 0px;
background-color:#494949;
color: #fff;
}

.menu li a:visited{
color: #fff;
}

.menu li a:hover{
text-decoration: none;
color: #fff;
background-color:#ff7d00;
}

.menu li.selected{
color: #fff;
background-color:#ff7d00;
}

.menu li.selected a{ /*selected main tab style */
color: #fff;
background-color:#ff7d00;
}

.menu li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #fff;
background-color:#ff7d00;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 0px;
font:normal 14px 'Arial Narrow';
line-height:18px;
z-index:100;
background-color: #494949;
width: 200px;
visibility: hidden;
background-image:url(http://pleksus.com.tr/ketem/images/menu_selected.jpg);
background-position:center top;
background-repeat:no-repeat;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #000;
padding: 2px 0;
padding-left:10px;
text-decoration: none;
color: #fff;
background-image:url(http://pleksus.com.tr/ketem/images/menu.png);
background-position:3%;
background-repeat:no-repeat;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #ff7d00;
}

#error {
  color: #d00;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-bottom: 10px;
}

#error li {
  color: #d00;
}
