.related, .related li ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
}
.related li{
position: relative;
}
.related li a{
	background: url(images/bullet.jpg) no-repeat left center;
	color: #333333;
	display: block;
	width: 300px;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	font-weight: normal;
}
/*SUB MENU STYLE*/
.related li ul{ 
position: absolute;
width: 190px; 
left: 0;
top: 0;
display: none;
padding: 0px 0;
margin: 0 0 0 0;
}
.related li ul li{
float: left;
}
.related li ul a{
	width: 300px;
	margin-left: 4px;
	background-color: #772A0D;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE8DB;
}

.related .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/sub-bullet.gif) no-repeat center right;
}
.related li a:hover{
	background: url(images/bullet.jpg) no-repeat left center;
	color: #333333;
	display: block;
	width: 300px;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: underline;
	font-weight: bold;
}
.related li ul a:hover{
	background-color: #B34015 ;
	color: #ffffff;
	font-weight: bold;
	width: 300px;
}
/* Holly Hack for IE \*/
* html .related li { float: left; height: 1%; }
* html .related li a { height: 1%; }
/* End */