/* Grand Events Photography */

body { /*standard body font*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

p { /*standard body font attributes*/
	font-size: 11pt;
	font-weight: normal;
}

table td { /*standard table font attributes*/
	font-size: 11pt;
	font-weight: normal;
}

h1 { /*Header 1 font attributes*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #F5F8DE;
}

#dropmenudiv{ 
	border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0 solid black; position:absolute;
	font-weight: bold;
	line-height:18px;
	z-index:100; font-style:normal; font-variant:normal; font-size:11px; font-family:Sans MS
}

#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: #666633; /*was #F5F8DE*/
}

#dropmenudiv a:hover{ /*hover background & text color*/
	background-color: #666633; /*was #663300, #F5F8DE*/
	text-decoration: none;
	font-weight: bold;
	color: #F5F8DE; /*was #EBDE96*/
}