.menu_style{
vertical-align:middle;
}

.menu_style ul{

margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 14px Tahoma;
list-style-type: none;
vertical-align:middle;

 /*set to left, center, or right to align the menu as desired*/
}

.menu_style li{
display: inline;
vertical-align:middle;
}

.menu_style li a{
text-decoration: none;



color: #ffffff;

}

.menu_style li a:visited{

}

.menu_style li a:hover{
color:#ffffff;

}

.menu_style li.selected{
}

.menu_style li.selected a{ /*selected main tab style */


}

.menu_style li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{

position: absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 1px;

font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #0295E2;
width: 250px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #white; /*THEME CHANGE HERE*/
border-bottom-width: 1px;

padding:  2px 0;
text-decoration: none;
color: white;
}

.addthis_toolbox .custom_images a {width: 32px; height: 32px; margin: 1; padding: 0;}
.addthis_toolbox .custom_images a:hover img {opacity: 1;}
.addthis_toolbox .custom_images a img {opacity: 0.75;}
form { margin: 0; }
#bookmark{
position: fixed;
right: 5px;
top: 160px;
color:black;
padding-left:10px;
}

* html #bookmark{ /*IE6 only rule, applied on top of the default above*/
	position: absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+25+"px" : body.scrollTop+25+"px");
	width: 36px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #16CAFD;

}
