.bedtabs{
border-bottom: 1px #ffffff;
line-height:38px;
}

.bedtabs ul{
padding: 3px 0;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0;
font-weight:normal;
font-size: 16px;
font-family: Century Gothic;
line-height:38px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bedtabs li{
display: inline;
margin: 0;
line-height:38px;
font-weight:normal;
font-size: 16px;
font-family: Century Gothic;
}

.bedtabs li a{
text-decoration: none;
padding-top: 11px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0;
border: 0px solid #778;
color: #660000;
font-weight:normal;
font-size: 16px;
font-family: Century Gothic;
}

.bedtabs li a:visited{
color: #660000;
font-weight:normal;
font-size: 16px;
font-family: Century Gothic;
}

.bedtabs li a:hover{
color: #FFFFCC;
font-weight:normal;
font-size: 16px;
font-family: Century Gothic;

background-image:url(../images/menu2_off.gif); 
}

.bedtabs li.selected{
color: #660000;
font-weight:normal;
font-size: 16px;
font-family: Century Gothic;
}

.bedtabs li.selected a{ /*selected main tab style */
color: #ffffcc;
padding-top: 11px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0;
background-image:url(../images/menu2_off.gif); 
border-bottom-color: black;
font-weight:normal;
font-size: 16px;
font-family: Century Gothic;
}

.bedtabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #ffffcc;
font-weight:normal;
font-size: 16px;
font-family: Century Gothic;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0px;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font-weight: bold;
font-size: 14px;
font-family: Century Gothic;
line-height:22px;
z-index:100;
background-color: #FDBB76;
width: 167px;
visibility: hidden;
text-align : left;

}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #990000;
font-weight: normal;
font-size: 14px;
font-family: Century Gothic;
z-index:100;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #990000;
color: #990000;
background-image:url(../images/menu_off.gif); 
font-weight: bold;
font-size: 15px;
z-index:100;
}
