

#menu {
height:26px;
width:731px;
margin:0 auto;
background:#cccccc;
/*Eger header div kalkarsa yorumu aç*/
/*padding:10px 0px 0px 0px;*/


}



.ksmenu{
padding: 0px 0px 0px 40px;
/*width: 100%;*/
/*border-top: 5px solid #B40F25; Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ksmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.ksmenu li{
display: inline;
margin: 0;
padding: 0;
background: #EEEEEE;
/*border: 1px solid #C0C0C0;*/
/*text-transform:uppercase;*/
}

.ksmenu a{
float: left;
display: block;
font: 12px Verdana;
color: #505050;
text-decoration: none;
margin: 0 0 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
/*background-color: #EEEEEE; */ /*Default menu color*/
background:#ffffff;
/*border-bottom: 1px solid white; /*  */
font-weight:bold;
}

.ksmenu a:hover{
/*background-color: #0071BB;*/ /*Highlight red color theme*/
background:#B7ACB0;
color: #FFFFFF;

}

.ksmenu .current a{ /** currently selected menu item **/
/*background-color: #B40F25; /*Highlight red color theme*/
color: #505050;
text-decoration: none;
}
.ksmenu .current a:hover{ /** currently selected menu item **/
background-color: #0071BB; /*Highlight red color theme*/
color: #FFFFFF;
}


/*Top level list items*/
.ksmenu ul li{
position: relative;
display: inline;
float: left;
}

/*1st sub level menu*/
.ksmenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
background-color: #0071BB; 
visibility: hidden;
border: 1px solid #C0BCB9;
margin-top: -1px;
}

/*Sub level menu list items (undo style from Top level List Items)
.ksmenu ul li ul li{
display: list-item;
float: none;
}
*/

/*All subsequent sub menu levels offset after 1st level sub menu */
.ksmenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.ksmenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
text-decoration: none;
text-align:left;
}

/*Background image for top level menu list links */
.ksmenu .mainfoldericon{
/*background: #000011 url(arrow-list.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.ksmenu .subfoldericon{
/*background: #000011 url(arrow-list.gif) no-repeat center right;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 0em;
}


#myform{ 
float: right;
margin: 0;
margin-top: 0px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
/*background-color: black;*/
color: white;
}


#ksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
/*background: #B40F25; */
}
	
/* Holly Hack for IE \*/
* html .ksmenu ul li { float: left; height: 1%; }
* html .ksmenu ul li a { height: 1%; }
/* End */
