/* Grand Events Photography */
/* Make sure BODY, P, Table TD, H1 attributes match all other style sheets */

body {
	/*standard body font*/
	font-family: Verdana;
	color: #484824;
	background-color: #000000;
}

p {
	/*standard body font attributes*/
	font-size: 10pt;
	font-weight: normal;
}

table td {
	/*standard table row attributes*/
	font-size: 10pt;
	font-weight: normal;
}

h1 {
	/*Header 1 font attributes*/
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #484824;
}

#dropmenudiv{ 
	border-left: 1px solid #484824; border-right: 1px solid #484824; border-top: 1px solid #484824; border-bottom: 0 solid #484824; position: absolute;
	background-color: #000000;
	font-weight: bold;
	line-height: 18px;
	z-index: 100; font-style: normal; font-variant: normal; font-size: 10px; font-face: Veranda;
}

#dropmenudiv a{
	/*text color*/
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #484824;
}

#dropmenudiv a:hover{
	/*hover background & text color*/
	background-color: #F9FBEA;
	text-decoration: none;
	font-weight: bold;
	color: #484824;
}
