.bluetabs{
align: center;
width: 975px;
height: 30px;
background: #de0058;
text-decoration: none;
}

.bluetabs ul{
align: center;
padding: 7px 5px;
margin-top: 0px;
margin-bottom: 0;
font: bold 16px Verdana;
list-style-type: none;
text-decoration: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
align: center;
display: inline;
text-decoration: none;
}

.bluetabs li a{
align: center;
text-decoration: none;
padding: 7px 5px;
margin-right: 40px;
color: white;
}

.bluetabs li a visited{
background: #de0058;
align: center;
color: white;
text-decoration: none;
}

.bluetabs li a:hover{
background: #501d75;
align: center;
text-decoration: none;
color: white;
}

.bluetabs li.selected{
text-decoration: none;
}

.bluetabs li.selected a{ /*selected main tab style */
text-decoration: none;
padding: 7px 5px;
align: center;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
align: center;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
text-align: center;
position:absolute;
top: 0;
border: 0;
font: bold 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #501d75;
width: 970px;
height: 35px;
visibility: hidden;
display: inline-table;
padding: 5px 5px;
}

.dropmenudiv_b a{
color: white;
text-decoration: none;
padding: 5px 5px;
}

.dropmenudiv_b a:hover{
text-decoration: underline;
}