/* CSS Document */
.genel{
font-family: Tahoma;
font-size:13px;
margin-top:-3px;
}
.genel a {
color: #666666;
text-decoration:none;
}
.genel a:hover{
color: #cccccc;
text-decoration:none;
}
.menu-dot{
background:url(images/menu-dot.jpg) repeat;
height:30px;
}
.menu-dot1{
background:url(images/menu-dot.jpg) repeat;
height:30px;
width:976px;
}
.icerik{
padding-left:5px;
line-height:17px;
}
.style1{
color:#330000;
font-size:16px;
}
.dot{
background:url(images/dot.jpg) repeat-x ;
height:5px;
width:200px;

}
.dot2{
background:url(images/dot.jpg) repeat-y;
height:250px;
}
.news{
font-size:15px;
text-align:right;
color: #510028;
padding-right:5px;
}
.news2{
border-bottom-style:solid;
border-bottom-color:#660000;
padding-left:10px;
border-bottom-width:thin;
}
.dot3{
border-left-style: solid;
border-left-color:#660000;
border-left-width:thin;
}
.newsletter{
font-size:15px;
text-align:right;
color: #510028;
padding-right:5px;
}
.contact{
color:#330000;
font-size:15px;
font-weight:600;
}
.footer{
text-align:left;
padding-left:5px;
color:#CCCCCC;
}
.footer-link{
float:right;
margin-right:5px;
color:#666666;
}
.footer-link2{
margin-right:5px;
color:#666666;
}
.footer-link1{
clear:both;
text-aligin:left;
margin-left:5px;


}
ul#menu, ul#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#menu li {   
    float: left;   
    position: relative;   
    width: 130px;	 
}
ul#menu li ul {
    display: none;
    position:absolute;
    top: 19px;
    left: 0;
}
ul#menu li > ul {   
    top: auto;   
    left: auto;   
}  
ul#menu li a {   
    font: bold 11px Tahoma ;   
    display: block;   
    margin: 0;
    padding: 2px 7px;   
    color: #cccccc;
	background:url(images/menu-dot.jpg) repeat;
    text-decoration: none;   
}  
ul#menu li a:hover {   
    color: #a00;   
    background: #E1E1E1;   
}  
ul#menu li:hover ul {   
    display: block;
}  
startList = function() {   
    if (document.all&&document.getElementById) {   
        navRoot = document.getElementById("menu");   
        for (i=0; i<navRoot.childNodes.length; i++) {   
            node = navRoot.childNodes[i];   
            if (node.nodeName=="LI") {   
                node.onmouseover=function() {   
                this.className+=" over";   
                }   
                node.onmouseout=function() {   
                this.className=this.className.replace(" over", "");   
                }   
window.onload=startList; 
ul#menu li:hover ul, ul#menu li.over ul{   
    display: block;   
}   