.top1 {
		width:100%;
		#background: #571268; 
		color: white;

	z-index:9999;
	top:0;
}

.top1 .button{
 
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;

	border:1px solid #791892 ;

	line-height:24px;
	padding-left:10px;
 	color:#ffffff;
	display:inline-block; 	
	margin-top:3px;
	cursor:pointer;
	border:1px solid #888;
	text-decoration:underline;
}
.top1 .button:after{
	content:" ";
	width:1.8em;
	height:1.1em;
	background:url(top1buttontail_arr_right.png) no-repeat ;
	display:inline-block;
	vertical-align:middle;
	
}

[class^="bb-icon-"], [class*=" bb-icon-"]{
	content:" ";
	width:1.8em;
	height:1.1em;
	background:url(button_arrows_black.png) no-repeat ;
	display:inline-block;
	vertical-align:middle;
}
.icon-spacer {
	content:" ";
	width:1.6em;
	height:1.1em;
	display:inline-block;
}
.bb-icon-arrow-right {
	  background-position: -0px -0px;
} 
 
.top1 .button:hover ,
.top1 .button.selected {
	background:url(gold_leaf_07_330x64.jpg) no-repeat;
	background-size:100% 100%; 

}
.top1 .button.selected:after{
	background:url(top1buttontail_arr_down.png) no-repeat ;
}
.top1.info .button.selected:after{
	background:url(top1buttontail_arr_up.png) no-repeat ;
}

.top1 .button:active {
	position:relative;
	top:2px;
}

.top1 .row1 {
	background: #571268;
}
.top1 .row2 {
	background: #ab457f ;
}
.top1 .row3 {
	background: #000080;
}
 
 .dropdown {
}
.dropdown a:hover, .dropdown:hover .row, .dropbtn.submenu:hover {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}
.dropdown {
    display: inline-block;
    color:black;
}
.dropdown.submenu {
    display: block;
}
.dropdown {
    display: inline-block;
    color:black;
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    __min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 0 10px 5px;
    border-radius:6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    
    z-index: 10;
}
 
.dropdown-content ol{
	 margin-bottom: 0px; 
	 list-style: none;	
}

.dropdown-content.right {
	left: 100%;
    top: 0;
}
.dropdown-content.left{
	width: 300px;
	left: -300px;
    top: 0;
	background: transparent; 
	text-align: right;
	
	background-color: transparent;
    box-shadow:none;
    padding: 0px 0;
    border-radius:0px;
    border: none;
}
.dropdown-content.left>.dropdown-content {
	 display: inline-block;
    position: relative;
}	

.dropdown-content.left a{
	text-align: right;
}	

.dropdown-content a {
    color: black;
    padding: 0px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f0f0f0}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.dropdown .dropdown-content.show {display:block;}

.dropdown:hover>.dropdown-content {
    display: block;
}

.dropdown .genre.hide{
	display:none;
}
.row>label {
	margin-right:10px;
}
.dropdown .dropbtn {
	clear:both;
}
.dropdown .icon-right {
	float:right;
}