@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:11px;
	line-height:18px;
}
.menu{
	background-image:url(images/tab-bgr.gif);
	margin:0;
	padding:0;
	height:33px;
}
#flashcontent {
	width:915px;
	overflow:hidden;
	clear:left;
}

.shadetabs {
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top:0;
	list-style-type: none;
	height:25px;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	height:19px;
	padding:3px 10px 11px 10px;
	color: #ffffff;
	display:block;
	float:left;
	background-image:url(images/tab-bgr.gif);
}
.shadetabs li a:visited {
	color: #ffffff;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	background-image:url(images/selected2.gif);
	background-position:top center;
	padding:3px 10px 11px 10px;

}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}

