body {
		font-family: arial, helvetica, serif;
	}
	
	#nav, #nav ul
{
    /* all lists */
 
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 1em;
}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.35em;
		margin-bottom : 1px;
		width: 6em;
	}
	
	#nav li ul
{
    /* second-level lists */
   
    position: absolute;
    left: -999em;
    margin-left: 14em;
    margin-top: -1.35em;
    width: 100px;
}
	
	#nav li ul ul { /* third-and-above-level lists */
	                position : absolute;
		left: -999em;
		margin-left : 10.05em;
	}
	
	#nav li a {   
		width: 10em;
		w\idth : 10em;
		display : block;
		color : #FFFFFF;
		font-weight : bold;
		text-decoration : none;
		background-color : transparent;
		
		padding : 0 0.5em;
	   }



	
	#nav li a:hover
{
    color: #D90015;
    
    
}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}
	
	
	#nothing
{
    display: none;
    background-image: url('../Images/BannerAdsOffsite/FlamingRecord.png');
    margin-top: 20px;
    background-repeat: no-repeat;
}
