﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 
/* See WhitePaper.aspx for details. */

#EntertainmentMenu 
{
            left:50px;
            right: 50px;
            position:absolute;
		font-family: Verdana, Geneva, sans-serif;
		padding-top: 2em;
		clear: both;
		color:black;
		ms-filter:none;
		margin-top:-85px;
		z-index: 30;


        }    
        #ATS4_MENU li 
        { 
            font-size:20px;
            position: relative;
            list-style: none;
            float: left;
            font: Verdana, Geneva, sans-serif;
            text-transform: uppercase; 
	        margin-left: 15px !important;
            font-weight:bold;
            padding-left:20px;
        }
        #ATS4_MENU li a, #ATS4_MENU li a:visited
        { 
            display: block;
            margin: 0 0px 0 0;
            padding: 8px 10px;
            text-align: center;
            text-decoration: none;
            padding: 4px 2px 4px 8px;
            border:0px solid #cccccc;
            color:black;
            text-transform: uppercase; 
        }
        #ATS4_MENU li a:hover
        { 
             	display: block;
            margin: 0 0px 0 0;
            padding: 8px 10px;
            text-align: center;
            text-decoration: none;
            padding: 4px 2px 4px 8px;
            
            color:rgb(255,200,11);
            text-transform: uppercase; 
		    border-bottom: 2px solid rgb(1,99,50);
        }
        #ATS4_MENU div
        { 
            
            top: 100%;
            left: 0;
            position: absolute;
            visibility: hidden;
            text-transform: uppercase; 
            margin: 5 5 0 20px !important;
            font-family: Verdana, Geneva, sans-serif;
            border-bottom: 5px rgb(255,200,11);
            background-color: white;
            width:9em;
            text-transform:none;
            font-weight:normal;
        }
        #ATS4_MENU div a
        { 
            position: relative;
            margin: 0;
            padding: 5px 10px;
            white-space: nowrap;
            text-align: left;
            text-decoration: none;
            color: rgb(1,99,50);
            padding: 4px 2px 4px 8px;
            text-transform:uppercase;
            font: 16px Verdana, Geneva, sans-serif;
            font-weight:normal;
            border-bottom: 5px rgb(255,200,11);
            opacity: .7;

        }
        #ATS4_MENU div a:hover
        { 
            position: relative;
            margin: 0;
            padding: 5px 10px;
            white-space: nowrap;
            text-align: left;
            text-decoration: none;
            color: rgb(255,200,11);
            padding: 4px 2px 4px 8px;
            text-transform:uppercase;
            font: 16px Verdana, Geneva, sans-serif;
            font-weight:normal;
            border-bottom: 5px rgb(255,200,11);
            opacity: .7;
        }
 
	.smallerFont
	{
		font-size:.65em;
        text-transform: uppercase; 
        font-size:smaller;
        color:black;
        font-family:Verdana, Geneva, sans-serif;
        font-weight: normal;
	}
