.bluetabs{
border-bottom: 1px solid gray;
font: bold 12px "Trebuchet MS";
}

.bluetabs ul{
padding: 2px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0px;
}

.bluetabs li a{
text-decoration: none;
padding: 2px 7px;
margin-right: -5px;
border: 1px solid #778;
color: #000000;
background: white url("//s3.amazonaws.com/static.socceramerica.com/images/topnavbluetab.gif") top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #000000;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #000000;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url("//s3.amazonaws.com/static.socceramerica.com/images/topnavbluetabactive.gif"); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid  #918d8d; /*THEME CHANGE HERE*/
border-width: 0px 1px 1px 1px;
font:normal 12px "Trebuchet MS";
line-height:18px;
z-index:100000;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0px solid  #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 99.8%;
}

.dropmenudiv_b a:visited{
color: black;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #929191; /* #edf3f3 #3a6b92 */
text-decoration:none;
color: white;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 1px;
font: normal 12px "Trebuchet MS";
line-height: 18px;
z-index: 100000;
background-color: white;
width: 120px;
}

.anylinkcss a{
color: black;
display: block;
border-bottom: 0px solid gray;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

* html .anylinkcss a{ /*IE only hack*/
width: 99.8%;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #929191;
color: white;
}

.anylinkseparator{
background-color:#918d8d;
height:1px;
line-height:0px;
margin-top:3px;
margin-bottom:3px;
}