
.chromestyle{
margin-bottom: 20px;
font-weight: bold;
width:974px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #016AB1;
background: #016AB1 url('//www.dancenter.com/image/www_icons/stugsommar_bgtab.gif') top right;; font-style:normal; font-variant:normal; font-weight:bold; font-size:11px; font-family:Verdana; padding-left:0px; padding-right:7px; padding-top:3px; padding-bottom:2px
}


.chromestyle ul li{
display: inline;
margin: 0;
}

.chromestyle ul li a{
text-decoration: none;
margin: 0;
border-left:1px solid #DDD; color:#FFFFFF; background:#ECEEEC url('//www.dancenter.com/image/www_icons/stugsommar_tabright.gif') no-repeat top right; font-style:normal; font-variant:normal; font-weight:bold; font-size:11px; font-family:Verdana; margin-right:0; /*distance between each tab*/
padding-left:5px; padding-right:7px; padding-top:3px; padding-bottom:2px
}

.chromestyle ul li a:hover{
background-color:#016AB1 ;
background: #ECEEEC url('//www.dancenter.com/image/www_icons/stugsommar_tabrightaktiv.gif') no-repeat top right;
color: #637B4A
}


.chromestyle ul li a[rel]:after{ 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #BBB; border-right:1px solid #BBB; border-top:1px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
width: 95px;
visibility: hidden;
text-align: left; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana


}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #637B4A;
background: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #FFFFFF;
}