/* MASTHEAD TABS */

.toptabs{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	background-color: #eee;
	padding: 3px 10px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #aaa; /*set to left, center, or right to align the menu as desired*/
}
.toptabs ul {
	margin: 0;
	padding: 10px 0 0; }
.toptabs li{
	display: inline;
	margin: 0;
	padding: 0; }

.toptabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: solid 1px #aaa;
	color: #00f;
	background-color: #edf3fe; }
.toptabs li a:hover{
color: #000;
}

.toptabs li a.selected{ /*selected main tab style */
position: relative;
}

.toptabs li a.selected{ /*selected main tab style */
color: #000;
	background-color: #fff;
	border-bottom-color: white; }

.toptabs li a.selected:hover{ /*selected main tab style */

}

/* MESSAGE TABS */

.message_tabs{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #aaa; /*set to left, center, or right to align the menu as desired*/
}
.message_tabs ul {
	margin: 0;
	padding: 0; }
.message_tabs li{
	display: inline;
	margin: 0;
	padding: 0; }

.message_tabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: solid 1px #aaa;
	color: #00f;
	background-color: #edf3fe; }
.message_tabs li a:hover{
color: #000;
}

.message_tabs li a.selected{ /*selected main tab style */
position: relative;
}

.message_tabs li a.selected{ /*selected main tab style */
color: #000;
	background-color: #fff;
	border-bottom-color: white; }

.message_tabs li a.selected:hover{ /*selected main tab style */

}
