﻿#menuheader{background-repeat:no-repeat;height:49px;width:100%;}
.menumainpage{background-image:url( '../images/menu/menubg.jpg' );height:50px;vertical-align:middle;width:100%;}
.menu_sep{background-image:url( '../images/main/menu_sep.gif' );background-repeat:no-repeat;height:25px;vertical-align:middle;width:2px;}
.menuBaslik,.selectedmenuBaslik:hover{background-color:Transparent;border:none;color:#FFF;font-family:Tahoma;font-size:11px;text-decoration:none;}
.menuBaslik:hover,.selectedmenuBaslik{background-color:Transparent;border:none;color:#000;font-family:Tahoma;font-size:11px;text-decoration:none;}


 
    ul#menu
    {
        width: 920px;
        height: 58px;
        /*background: url(./App_Themes/Gumus/images/menu/menu.jpg) repeat-x;*/
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
    }
    ul#menu li  { float: left;  }
    ul#menu li a
    {
        background: url(../images/menu/menu.jpg) no-repeat scroll top left;
        display: block;
        height: 58px;
        position: relative;
    }
    ul#menu li a span
    {
        background: url(../images/menu/menu.jpg) no-repeat scroll bottom left;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 100;
    }
    ul#menu li a span:hover {  cursor: pointer;  }
    
    
    .menuMenu
    {
    	width: 100%;
    	height: 58px;
    	float: left;
    }
    .menuDate
    {
    	background: url(../images/menu/menu.jpg) no-repeat scroll top left;
    	width: 49px; 
    	background-position: 0px 0px;
    	float: left;
    	height: 58px;
    	text-align: center;
    	margin: 0px auto;
    }
    .menuDateGun
    {	
    	padding-left: 5px;
    	font-family: Tahoma;
    	font-size: 30px;
    	color: #FFF;
    }
    .menuDateAy
    {
    	padding-left: 5px;
    	font-family: Tahoma;
    	font-size: 12px;
    	color: Orange;
    }
    
    .menuLeft
    {
    	background-image: url(../images/menu/menuLeft.png);
    	float: left;
    	width: 12px;
    	height: 58px;
    }
    .menuCenter
    {
    	float:left;
    	height: 58px;
    	width: 917px;
    }
    .menuRight
    {
    	background-image: url(../images/menu/menuRight.png);
    	float: left;
    	width: 12px;
    	height: 58px;
    }
     .menuBottom
    {
    	background-image: url(../images/menu/menuBottomBg.png);
    	float:left;
    	height: 10px;
    	width: 100%;
    	overflow: hidden;
    }
    .menuBottomLeft
    {
    	background-image: url(../images/menu/menuBottomLeft.png);
    	float:left;
    	height: 10px;
    	width: 24px;
    }
    .menuBottomRight
    {
    	background-image: url(../images/menu/menuBottomRight.png);
    	float:right;
    	height: 10px;
    	width: 24px;
    }
