/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: 12px;
font-family:Tahoma;
font-weight:normal;
margin: 0px;
padding: 0px;
left: 0px;
top: 0px;
border: 0px;
position: absolute;
list-style-type: none;
background: #C30101;

border-bottom-width: 0px;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 230px; /*Yazi uzunlugu*/
color: FFF;
margin: 0px;
padding: 0px;
left: 0px;

font-weight:normal;
font-family:Tahoma;
font-size:12px;

background-color: #C30101;
text-decoration: none;
padding: 4px 4px; /*yazilar arasindaki bosluk*/
border-bottom: 1px;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 0px; /*yazidan sonraki boslik*/
}

.ddsubmenustyle li a:hover{
background-color: #363636;
color: white;
font-weight:normal;
font-family:Tahoma;
font-size:12px;

}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
