/* ######### Style for Drop Down Menu ######### */

.subPageMenuDiv {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:10px;
	background-color: #e2e2e2;
	width: 156px;
	border:1px solid #dedede;
}
.subPageMenuDiv a {
	width: auto;
	display: block;
	height:19px;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #c8c8c8;

	padding: 5px 0 0 37px;
	text-decoration: none;
	color: #666;
	background:#e2e2e2 url(../images/subPageMenuBB.gif) top left no-repeat;
}

.subPageMenuDiv a:hover { /*THEME CHANGE HERE*/
	/*background-color: #a7a5a5;*/
color: #fff;
	border-top:1px solid #e44854;
	
	
	background:#cb181e url(../images/subPageMenuBB_over.gif) top left no-repeat;
}
