.dropdownstyle {
	width: 950px;	
}

.dropdownstyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.dropdownstyle ul {
	border: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.dropdownstyle ul li {
	float: left;
	display: inline;
	padding: 0px;	
	margin: 0px;
}

.dropdownstyle ul li a {
	display: inline;
	padding: 0px;	
	margin: 0px;
}

.dropdownstyle ul li a:hover {
	
}

.dropdownstyle ul li a[rel]:after { /*HTML to indicate drop down link*/
	content: " ";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 0px solid #00419C; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #00419C;
	width: 232px;
	visibility: hidden;
	margin-top: 0px;	
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 6px;
	border-bottom: 0px solid #00419C; /*THEME CHANGE HERE*/
	padding: 2px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #0B1130;
}
