/******************************************* Main links ***********************************************************************************************************************************************/

#cssdropdown li.home {position: relative; left: 15px;  z-index: 3; float: left; width: 80px; height: 50px; padding-top: 2px; padding-bottom: 2px; text-align: center; font-size: 0.88em;}

#cssdropdown li.credits {position: relative; left: 10px;  z-index: 3; float: left; width: 150px; height: 50px; padding-top: 2px; padding-bottom: 2px; text-align: center; font-size: 0.88em;}

#cssdropdown li.gallery {position: relative; left: -10px;  z-index: 3; float: left; width: 120px; height: 50px; padding-top: 2px; padding-bottom: 2px; text-align: center; font-size: 0.88em;}

#cssdropdown li.true {position: relative; left: 120px;  z-index: 3; float: left; width: 170px; height: 50px; padding-top: 2px; padding-bottom: 2px; text-align: center; font-size: 0.88em;}

#cssdropdown li.obituaries {position: relative; left: 180px;  z-index: 3; float: left; width: 170px; height: 50px; padding-top: 2px; padding-bottom: 2px; text-align: center; font-size: 0.88em;}

#cssdropdown li.links{position: relative; left: 55px;  z-index: 3; float: left; width: 130px; height: 50px; padding-top: 2px; padding-bottom: 2px; text-align: center; font-size: 0.88em;}

#cssdropdown li.contact{position: relative; left: 0px;  z-index: 3; float: left; width: 130px; height: 50px; padding-top: 2px; padding-bottom: 2px; text-align: center; font-size: 0.88em;}

#cssdropdown li a{ text-decoration: none; display: block; padding: 15px; }

#cssdropdown li a:hover { text-decoration: underline;}


/********************************************** Drop Down lists and links *******************************************************************************************************************************/

#cssdropdown li ul { 
display: none; 
text-align: left; 
background-color:black; 
border: 1px solid white;
; 
 }

#cssdropdown li.credits:hover ul {display: block; text-align: center; }
#cssdropdown li.gallery:hover ul {display: block; text-align: center; }
#cssdropdown li.true:hover ul {display: block; text-align: center; }
#cssdropdown li.obituaries:hover ul {display: block; text-align: center; } 
#cssdropdown li.links:hover ul {display: block; text-align: center; } 

#cssdropdown li ul li a { 
padding: 5px; 
height: 17px; 
color: white; 
}



#cssdropdown li.credits ul li a:hover { 
background-color: black;
color: red; 
}

#cssdropdown li.gallery ul li a:hover { background-color: black; width: auto; background-image: url(images/drop-downbg.jpg); color: red; }

#cssdropdown li.true ul li a:hover { 
background-color: black;
width: auto;
height: auto;
color: red; 
}	

#cssdropdown li.obituaries ul li a:hover { 
background-color: black;
width: auto;
height: auto;
color: red; 
}
/************************************************* Link Styling **************************************************************************************************************************************************/

	
#cssdropdown a:hover{
text-decoration: underline;
color: red;
}


	
#cssdropdown a { 
color: white; 
} 

#cssdropdown ul li a:hover { 
text-decoration: none; 
}


#cssdropdown li ul {
background-position: bottom; 
padding-bottom: 10px; 
}