@charset "utf-8";
/* CSS Document */

div#topnav {
	width:592px;
}

.bluetabs{

}

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

.bluetabs li {
	float:left;
	margin: 0;
	background:url(/layout/topnav.jpg);
	width:146px;
	border-right:2px solid #f1f1f1;
}

.bluetabs li a {
	display:block;
	text-decoration: none;
	color: #fff;
	padding: 10px 10px;
	font-size:13px;
	text-align:center;
}


.bluetabs li a:hover {
	text-decoration: none;
	color: #fff;
	background:url(/layout/topnav_hover.jpg);
}

.bluetabs li.selected {
}

.bluetabs li.selected a { /*selected main tab style */
	background:url(/layout/topnav_hover.jpg);
	border-bottom-color: white;
}

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

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

.dropmenudiv_b {
	position:absolute;
	margin:-2px 0 0 0;
	border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height:18px;
	z-index:100;
	background-color: #b42127;
	width: 146px;
	visibility: hidden;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px;
	text-decoration: none;
	color: #fff;
	font-size:11px;
	font-weight:normal;


}

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

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