#ust_menu{
}

#ust_menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#ust_menu ul{
width: 100%;
background-color:#C20A50;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Arial;
height:24px;
background-image:url(../images/ust_menu_bg.png);
}


#ust_menu ul li{
display: inline;
}


#ust_menu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding: 8px 18px 6px 18px; /* ust menü yerleşimi yukardan sağdan alttan soldan */
text-decoration: none;


}

#ust_menu ul li a:hover{
color: #540121;
}

#ust_menu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:bold 11px Arial;
line-height:20px;
z-index:1;
background-color:#FEF0F5;
width: 150px;
visibility: hidden;
background-image:url(../images/sub_menu_bg.png);
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #ffffff; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #540121;

}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #762B48;
color:#FEF0F5;
}
