.bluetabs{
	border-bottom: 0px solid gray;
}

.bluetabs ul{
	padding: 0px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0px;
	font: bold 13px Tahoma;
	list-style-type: none; 
	text-align: center; 
	color: #ffffff; 
}

.bluetabs li{
display: inline; 
margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	padding: 0px 0px;
	margin-right: 0px;
	border: 0px solid #778;
	color: #ffffff; 

}

.bluetabs li a:hover{
	text-decoration: underline;
	color: #FFFF00;
	background-repeat: repeat-x;
	background-position: left top;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	background-repeat: repeat-x;
	background-position: left top;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv_b{
position:absolute;
top: 0;
border: 0px solid #cccccc; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:bold 14px Tahoma;
line-height:20px;
z-index:250;
background-color: #58091d;
width: 250px;
visibility: hidden;
}


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

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
color:#D90909;
}

#pageshare {position:fixed; bottom:15%; left:10px; float:left; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#fff;padding:0 0 2px  0;z-index:10;} #pageshare .sbutton {float:left;clear:both;margin:5px 5px 0 5px;} .fb_share_count_top {width:48px !important;} .fb_share_count_top, .fb_share_count_inner {-moz-border-radius:3px;-webkit-border-radius:3px;} .FBConnectButton_Small, .FBConnectButton_RTL_Small {width:49px !important; -moz-border-radius:3px;-webkit-border-radius:3px;} .FBConnectButton_Small .FBConnectButton_Text {padding:2px 2px 3px !important;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:8px;}