/* 
    Document   : header
    Created on : Jan 6, 2009, 11:01:44 AM
    Author     : Yehia A.Salam
    Description:
        Purpose of the stylesheet follows.
*/

/* Top Level Menu */

#kicksHeader{
    background: url('../images/header_back.png') repeat-x;
    background-color:white;
    height:130px;
}

#kicksMenu ul{
    margin: 0;
    margin-left: 50px;
    padding: 0;
    list-style-type: none;
    
}

#kicksMenu ul li{
    display:inline;
    float: left;
    position: relative;    
    background-image: url('../images/header_li_back.png');
    background-repeat: repeat-x;   
    background-position: 0 0;          
}

#kicksMenu ul li:hover{
    background-position: 0 -30px;
}


#kicksMenu ul li a{
    display:block;
    padding-left: 5px; padding-right: 5px;
    padding-top: 2px; padding-bottom: 6px;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    font-weight: normal;       
    border-right: 1px solid #eee;
    color: white;
    
}

#kicksMenu ul li a:hover{
  /*border-bottom: 2px solid #F95200;*/
  background-image: url('../images/header_menu_arrow.png');
  background-position: 30px 20px;
  background-repeat: no-repeat;
  
    
}

/* Sublevel Menu */

#kicksMenu ul li ul{
     position: absolute;
     margin: 0px;
     visibility: hidden;
     width: 650px; /* the ul takes the width of the parent li, so a width must be explicitly set*/
}

#kicksMenu ul li ul li{
      background-image: none;
}

#kicksMenu ul li ul li a{
     border-right: 0px; 
}



/* Header Greeting */
#header_greeting{
    float: right;
    text-align: right;
    margin-right:10px;
    width: 200px;
}

/* Header Search*/
#header_search{
    float: right;
    margin-right: 10px;
}

/* Header Advertisemet */
#header_ads{
  text-align: center;
  border-bottom: 1px solid #ddd;
    
}
