/* CSS Document */

#dropmenudiv{
	position:absolute;
	background-image: url(images/side_menu_bg.jpg);
	background-color: #f4681d;
	border:1px solid #ffffff;
	border-bottom-width: 0;
	font:normal small/25px Arial, Helvetica, sans-serif;
	z-index:100;
	color: #FFFFFF;
	background-repeat: repeat-x;
}

#dropmenudiv a{
color: #ffffff;
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #820c17;
background-color: #FFD007;
}

.sidedaddy {
	background: url(images/menu_arrow.gif) no-repeat 225px center;
	
}

p.atsidedaddy {
	background: url(images/brwnmenu_arrow.gif) no-repeat 225px center;
	color: #820c17;
	margin: 0px;
}
