a {
	outline: none 
}
/*Drop Down Styles*/
.anylinkcss {
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 15px;
	z-index: 300;
	margin-top: -1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9E7352;
	border-right-color: #9E7352;
	border-bottom-color: #9E7352;
	border-left-color: #9E7352;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.anylinkcss a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #FFD550;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 11px;
	background-image: url(/images/interior/BG_dropdown.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #EC6909;
	background-image: url(/images/interior/BG_dropdown_o.gif);
	background-repeat: no-repeat;
	background-position: left center;
