.bluetabs{
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 850px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	background-image: url(media/grey-bg.jpg);
}

.bluetabs ul{
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 850px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-transform: uppercase;
	margin-right: 0px;
}

.bluetabs li{
	display: inline;
	margin: 0;
	word-spacing: 0em;
	padding: 0px;
}

.bluetabs li a{
	text-decoration: none;
	padding: 5;
	margin-right: 0px;
	color: #333333;
	background-image: url(media/grey_nav.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #778;
	border-right-color: #778;
	border-bottom-color: #778;
	border-left-color: #778;
	line-height: 18px;
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
	text-decoration: underline;
	color: #333333;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	background-image: url(media/grey_nav.jpg); /*THEME CHANGE HERE*/
	border-bottom-color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:normal;
	z-index:100;
	width: 170px;
	visibility: hidden;
	border: 0 none #918d8d;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #515151;
	color: #FFFFFF;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 5;
	text-decoration: none;
	color: #FFFFFF;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(media/grey_nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
