
.bluetabs{
position:absolute;
margin:85px 0px 0px 254px;
width:900px;

}

.bluetabs ul{
padding: 3px 0;
margin-left: 0px;
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*/
}

.bluetabs li{
display: inline; 
}

.bluetabs li a.wed{text-decoration: none;padding: 0px 127px 45px 0px;margin-right: -4px;color: #2d2b2b; margin-left:-1px;
background: transparent url(../img/nav/nav_01.gif) no-repeat; /*THEME CHANGE HERE*/}
.bluetabs li a:hover.wed{text-decoration:none;color: #2d2b2b;background: transparent url(../img/nav/glow_01.gif) no-repeat;}
.bluetabs li.selected{}
.bluetabs li.selected a.wed{ /*selected main tab style */background: transparent url(../img/nav/nav_01.gif) no-repeat; /*THEME CHANGE HERE*/}
.bluetabs li.selected a:hover.wed{ /*selected main tab style */background: transparent url(../img/nav/glow_01.gif) no-repeat;}
.bluetabs li.selected a:visited.wed  { /*selected main tab style */background: transparent url(../img/nav/glow_01.gif) no-repeat;}


.bluetabs li a.baby{text-decoration: none;padding: 0px 92px 45px 0px;margin-right: -4px;color: #2d2b2b;
background: transparent url(../img/nav/nav_02.gif) no-repeat; /*THEME CHANGE HERE*/}
.bluetabs li a:hover.baby{text-decoration:none;color: #2d2b2b;background: transparent url(../img/nav/glow_02.gif) no-repeat;}
.bluetabs li.selected{}
.bluetabs li.selected a.baby{ /*selected main tab style */background: transparent url(../img/nav/nav_02.gif) no-repeat; /*THEME CHANGE HERE*/}
.bluetabs li.selected a:hover.baby{ /*selected main tab style */background: transparent url(../img/nav/glow_02.gif) no-repeat;}
.bluetabs li.selected a:visited.baby  { /*selected main tab style */background: transparent url(../img/nav/glow_02.gif) no-repeat;}


.bluetabs li a.bus{text-decoration: none;padding: 0px 123px 45px 0px;margin-right: -4px;color: #2d2b2b;
background: transparent url(../img/nav/nav_03.gif) no-repeat; /*THEME CHANGE HERE*/}
.bluetabs li a:hover.bus{text-decoration:none;color: #2d2b2b;background: transparent url(../img/nav/glow_03.gif) no-repeat;}
.bluetabs li.selected{}
.bluetabs li.selected a.bus{ /*selected main tab style */background: transparent url(../img/nav/nav_03.gif) no-repeat; /*THEME CHANGE HERE*/}
.bluetabs li.selected a:hover.bus{ /*selected main tab style */background: transparent url(../img/nav/glow_03.gif) no-repeat;}
.bluetabs li.selected a:visited.bus  { /*selected main tab style */background: transparent url(../img/nav/glow_03.gif) no-repeat;}


.bluetabs li a.every{text-decoration: none;padding: 0px 132px 45px 0px;margin-right: -4px;color: #2d2b2b;
background: transparent url(../img/nav/nav_04.gif) no-repeat; /*THEME CHANGE HERE*/}
.bluetabs li a:hover.every{text-decoration:none;color: #2d2b2b;background: transparent url(../img/nav/glow_04.gif) no-repeat;}
.bluetabs li.selected{}
.bluetabs li.selected a.every{ /*selected main tab style */background: transparent url(../img/nav/nav_04.gif) no-repeat; /*THEME CHANGE HERE*/}
.bluetabs li.selected a:hover.every{ /*selected main tab style */background: transparent url(../img/nav/glow_04.gif) no-repeat;}
.bluetabs li.selected a:visited.every  { /*selected main tab style */background: transparent url(../img/nav/glow_04.gif) no-repeat;}


.bluetabs li a.access{text-decoration: none;padding: 0px 142px 45px 0px;margin-right: -4px;color: #2d2b2b;
background: transparent url(../img/nav/nav_05.gif) no-repeat; /*THEME CHANGE HERE*/}
.bluetabs li a:hover.access{text-decoration:none;color: #2d2b2b;background: transparent url(../img/nav/glow_05.gif) no-repeat;}
.bluetabs li.selected{}
.bluetabs li.selected a.access{ /*selected main tab style */background: transparent url(../img/nav/nav_05.gif) no-repeat; /*THEME CHANGE HERE*/}
.bluetabs li.selected a:hover.access{ /*selected main tab style */background: transparent url(../img/nav/glow_05.gif) no-repeat;}
.bluetabs li.selected a:visited.access  { /*selected main tab style */background: transparent url(../img/nav/glow_05.gif) no-repeat;}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 5px;
left: 5px;
border: 0; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 14px 'Times New Roman', Times, serif;
line-height:18px;
z-index:400;
background: transparent url(../img/nav/brown.gif) repeat-y;
width: 140px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #FFCCFF;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #FFCCFF;
color: #6F4E37;
}