* html {margin:0px; padding:0px;}


.bluetabs{
margin:0px
}

.bluetabs ul{
padding:0;
margin: 0;
font: bold 12px Verdana;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.bluetabs li a{
text-decoration: none;
padding: 0px;
margin: 0px;
color: #2d2b2b;
background: white url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/

}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
background-color: #FFFFFF;
background: url(images/item-secondary-bg.jpg);
background-repeat: no-repeat;
color:#CC0000;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/

}

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

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

.dropmenudiv_b{
	position:absolute;
	top: 0;
	background-color: #FF9900;
	border-top: 2px solid #CA6500;
	border-bottom: 2px solid #CA6500;
	z-index:100;
	visibility: hidden;
	color: #FFFFFF;
	text-align: left;
	line-height: 17px;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}
.dropmenudiv_b a{
	display: block;
	margin:1px;
	padding:2px 4px;
	text-decoration: none;
	color: white;
	text-align: left;
	width:134px;
}




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

}

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

}
