.tabs{
	float:left;
	font-size: 11px;
	line-height:normal;
	width: 775px;
	z-index: 2;
	}

.tabs ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

.tabs li{
display:inline;
margin:0;
padding:0;
}

.tabs a{
	float:left;
	text-decoration:none;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.tabs a span{
	float:left;
	display:block;
	font-weight:normal;
	color:#748fc4;
	font-family: Tahoma;
	letter-spacing: 2px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 2px;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */

.tabs a:hover span {
	color: #48608f;
}




.tabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabs li.selected a span{ /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: #48608f;
}


.tabs a:hover, .tabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabs a:hover span, .tabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/* End IE5-Mac hack */

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

.dropmenudiv_d{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #8195C7;
	width: 100px;
	visibility: hidden;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
	border: 1px solid #FFFFFF;
	filter:alpha(opacity=50);
	
	
}

/*  */


.dropmenudiv_d a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
	
}

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

}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
	background-color: #b8c6e1;
	color: #FFFFFF;
	
}
#flash {
  position: relative; /*or absolute*/
  z-index: 0;
}
