#bluemenu {
	height: 40px;
}
.bluetabs{
}
.bluetabs ul{
	margin-left: 0;
	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*/
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.bluetabs li{
	display: inline;
	margin: 0;
}
.bluetabs li a:link, .bluetabs li a:visited {
	text-decoration: none !important;
	margin-right: 14px;
	color: #333333 !important;
	padding-top: 35px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-left: 14px;
	letter-spacing: 0.1em;
	font-size: 1em;
}
.bluetabs li a:hover, .bluetabs li a:active, .bluetabs li a.active {
	text-decoration: none !important;
	color: #58131A !important;
	background-color: #FCE7F4 !important;
}
.bluetabs li.selected{
}
.bluetabs li.selected a{ /*selected main tab style */
}
.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none !important;
}


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

.bluetabs li.dropmenudiv_b a {
	padding-top: 0 !important;
}

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #E3D1DC; /*THEME CHANGE HERE*/
border-width: 0 1px;
letter-spacing: 0.1em;
font-size: 1em;
line-height:14px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
border-top: none;
margin: 0;
padding: 0;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #E3D1DC; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px 0 !important;
margin: 0 !important;
text-decoration: none;
color: #333333 !important;
}

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

.dropmenudiv_b a:hover, .dropmenudiv_b a:active{ /*THEME CHANGE HERE*/
background-color: #FCE7F4;
color: #58131A !important;
}
