
/********************************************
* This section contains style definitions for
* the drop down top navigation menues
*********************************************/

/* Container for our navigation bar */
div#nav_holder
{
    width:920px;
    z-index:-1;
    padding:0;
}



ul#nav 
{
    padding:0;
    list-style: none;
    width: 900px;
    
}

/************** Top Level Menu ***************/

/* Top level menu list item.
** Float them left to display side by side
** A width is required for the float.
*/
ul#nav li 
{
    float: left;
    color:inherit;
    width:14%;
    text-align:center;

}

/* Top level link items */
ul#nav a:link,
ul#nav a:visited 
{
    text-align:center;
    color: #CAC6C2;
    font-size: 15px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
   }

/* Change the color when we hover over a top menu 
** nav item 
*/
ul#nav a:hover 
{
	color: #fff;
	background: #A4A47D; 
}


ul#nav li a:hover, 
ul#nav li.location a:hover  
{
	color: #fff;
	background-color: #314570; /* hover over top nav item */
}


/* top nav background when hovering over sub navs */
ul#nav li:hover, 
ul#nav li.iewin, 
ul#nav li.locationiewin 
{
	background-color: #425782; 
	color:inherit; /* Eliminates w3c validator warning */
}


/* Reset the submenu list item background color
** so that it doesn't appear light blue (like the top
** level menu li 
** when its expanded.
*/
ul#nav li ul li.iewin,
ul#nav li ul li:hover
{
	background-color: #E9E9DB;
	color:inherit; /* Eliminates w3c validator warning */
}

a#winter {
  padding: 0 0 0 15px;
}
