

/********************************************* General *************************************************************************************************************************************************/

#cssdropdown, #cssdropdown ul{ 
list-style: none; 
}

#cssdropdown, #cssdropdown *{ 
padding: 0; margin: 0; 
}
	
/******************************************* Main links ***********************************************************************************************************************************************/

#cssdropdown li.home {position: relative; left: 130px; top: -10px; 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: 120px; top: -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: 90px; top: -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: -20px; top: -10px; 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: 40px; top: -10px; 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: -75px; top: -10px; 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: -120px; top: -10px; 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; margin-top: 3px; }


#cssdropdown li.home:hover ul {display: block; text-align: center; }
#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;
width: auto;
background-image: url(drop-down-bg.jpg);
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 { 
color: white; 
} 

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


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



/************************************************* Content *********************************************************************************************************************************************/



