
.droptab ul{
padding: 0px; 
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: -1px;
list-style-type: none;
}

.droptab li{
display: inline;
}

.droptab li a{
border-top: 0px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
float: left; /* cure IE5.x "whitespace in lists" problem */
}


.droptab li a:hover{
background-image: url(../images/nav_bak_on.gif); /*THEME CHANGE HERE*/
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 0px solid #FFFFFF; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #759BC1;
width: 140px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 1 solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
height: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
color: black;
}


/* ############# NO DROP #################*/

.tab{
border-bottom: 0px solid gray;
}

.tab ul{
padding: 0px; 
margin-left: 0;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
list-style-type: none;
background-image: url(../images/nav_bak.gif);
background-repeat: repeat-x;
}

.tab li{
display: inline;
}

.tab li a{
border-top: 0px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
float: left; /* cure IE5.x "whitespace in lists" problem */
}

.tab li a:hover{
background-image: url(../images/nav_bak_on.gif);
}



