.dropstyle{
	width: 586px;
	font-weight: bold;
	overflow: hidden;
	margin: auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.dropstyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.dropstyle ul{
	border: 1px solid #BBB;
	width: 584px;
	background: url(images/menu8.jpg) center center repeat; 
	margin: 0;
	text-align: center; 
	height: 41px;
}

.dropstyle ul li{
	display: inline;
}

.dropstyle ul li a{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 3px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #DADADA;
}

.dropstyle ul li a:hover{
	color: #ffffff;
	background-image: url(images/menu7.jpg);
	background-repeat: repeat;
}

.dropstyle ul li a[rel]:after{ 
content: " ";
/*content:url(images/menu7.jpg); */
}


/* ######### Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	border: 1px solid #BBB;
	border-bottom-width: 0px;
	background-color: white;
	margin: auto;



	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
	margin: auto;
	z-index: 500;
	top: 261px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 193px;
	width: auto;
	overflow: visible;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
	margin: auto;

}

* html .dropmenudiv a{
	width: 100%;
		margin: auto;

}

.dropmenudiv a:hover{ 
	background-color: #FF9900;
	color: #ffffff;
	background-image: url(images/submenu1.jpg);
}
