.dropdownstyle {
	float: left;
	width: 830px;
	font-weight: normal;
	font-size: 12px;
	/*margin: 0px;
	padding: 0px;*/
	text-align: left;
	padding-left: 30px;
}

.dropdownstyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0px; 
	margin: 0px;
	clear: both; 
	visibility: hidden;
}

.dropdownstyle ul {
	float: left;
	border: 0px;
	/*padding: 0px;
	margin: 0px;*/
}

.dropdownstyle ul li {
	float: left;
	padding: 0px;
	display: inline;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 32px;
}

.dropdownstyle ul li a {
	float: left;
	border: 0px;
	padding-top:10px;
	padding-bottom:10px;
	/*background-color: #aedfe4;*/
	color: #0071BC;
	text-decoration: none;
	padding-left: 10px; 
	padding-right: 10px;
	margin-right: -2px;
}

.dropdownstyle ul li a:hover {

}
.dropdownstyle ul li a:focus {

}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	/* background-color: #FF7A00; */
}
.dropmenudiv a:focus { /*THEME CHANGE HERE*/
	/* background-color: #FF7A00; */
}

.dropmenudiv {
	position:absolute;
	float:none;
	min-width:120px;
	top: 0px;
	z-index: 400;
	visibility: hidden;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin: -1px 0px 0px -1px;
	background-color: #005074;
	text-align: left;
	width: 220px;
}

.dropmenudiv a {
	min-width:120px;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	background-color: #005074;
	text-align:left;
	padding-left:12px;
	padding-right:18px;
	padding-top: 6px;
	padding-bottom: 7px;
	display: block;
	
}

.dropmenudiv a:hover {
	background-color: #F29400;
	min-width:120px;
	color: #fff
		
}

.dropmenudiv a:focus {
	min-width:120px;
	background-color: #00b5d5;
}

* html .dropmenudivorange a { /*IE only hack*/
	width: 100%;
}

.dropmenudivorange a:hover { /*THEME CHANGE HERE*/
	/* background-color: #FF7A00; */
}
.dropmenudivorange a:focus { /*THEME CHANGE HERE*/
	/* background-color: #FF7A00; */
}

.dropmenudivorange {
	position:absolute;
	float:none;
	min-width:130px;
	top: 0px;
	z-index: 400;
	visibility: hidden;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin: -1px 0px 0px -1px;
}

.dropmenudivorange a {
	min-width:130px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	/*background-color: #aedfe4;*/
	background-color: #ff912b;
	text-align:left;
	padding-left:30px;
	padding-right:18px;
	
}

.dropmenudivorange a:hover {
	background-color: #ffa14b;
	min-width:130px;
	/*color: #fff*/
}

.dropmenudivorange a:focus {
	min-width:130px;
	background-color: #ff912b;
}
