/* File Name: horizontalMenu.css */
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; width:60px;}
* html ul li a {height: 1px; }
/* End */

/* Top menu */
ul {
    width:800px;
	list-style: none;
    font-family:Frutiger 45 Light;
    font-size:17px;
	}
.horizontal 
    {
	float:left;
    }  
ul li 
    {
	position: relative;
	}
/* Effects for top submenu */    
li ul 
    {
	position: absolute;
    background: #fff;
	top: 30px;
    left:-150px;
    width:500px; 
    display:none;
    }

/* Effects for links of top submenu */       
ul li a 
    {
	display: block;
    padding:6px;
	text-decoration: none;
      
	color: #777;
	}
ul li a:hover
   {
    color:#FF9900;
    text-decoration:underline;
   }
li:hover ul, li.over ul 
    { 
    
    display: block; 
    }

a 
    {
    text-decoration: none;
    font-family:Frutiger 45 Light;
    font-size:17px;
	color: #777;
	}
a
    {
    text-decoration: none;
    font-family:Frutiger 45 Light;
    font-size:17px;
	color: #777;
	}
a:link
    {
    text-decoration: none;
    font-family:Frutiger 45 Light;
    font-size:17px;
	color: #777;
	}
a:active 
    {
    text-decoration: none;
    font-family:Frutiger 45 Light;
    font-size:17px;
	color:#777;
	}
a:visited 
    {
    text-decoration: none;
    font-family:Frutiger 45 Light;
    font-size:17px;
	color:#777;
	}    
a:hover
   {
    color:#FF9900;
    text-decoration:underline;
   }   
.textFormat
   {
    font-family:Frutiger 45 Light;
	color:#777;
	font-size:17px;
   }
