.bluetabs{
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
}

.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: normal 13px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
	display: inline;
	margin: 0;
}

.bluetabs li a{
	font:normal 13px Verdana;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #FFF;
}

.bluetabs li a:visited{
	color: #FFF;
}

.bluetabs li a:hover{
	text-decoration: underline;
	color: #C00;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #CCC;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	font:normal 13px Verdana;
	border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	font:normal 13px Verdana;
	text-decoration: none;
}

/* ######### IMPORTANT - IF a bottom menu - use the BOTTOM .css sheet ######### */

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	font:normal 13px Verdana;
	line-height:14px;
	z-index:100;
	background-color: #333;
	width: 150px;
	visibility: hidden;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	font:normal 13px Verdana; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #FFF;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	font:normal 13px Verdana;
	width: 100%;
	background-color: #000;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #E1E1E1;
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #C00;
}

