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

body {
margin: 0;
padding:0;
}

div#page {
	margin-top:0px;
	margin-left: auto;
	margin-right:auto;
	padding:0;
	width:600px;
}


/* //////////////////////// menu tabs //////////////////////// */

ul#tabs {
    list-style-type: none;
	margin:0;
	height: auto;
	padding:0em;
	width: 600px;
}

ul#tabs li {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0px;
	margin-left: 0em;
	width: 7em;
}

.tab-normal a, .tab-normal a:visited {
	display: block;
	padding: 0.5em;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	text-align:center;
	text-decoration: none;
    border-style:solid;
	border-width:1px;
	color: #7E7E7E;
	background-color: #F0F0F0;
    border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #DEDEDE;
	border-right-color: #DEDEDE;
	
	}
	

.tab-selected a, .tab-selected a:visited {
	display: block;
	padding: 0.5em;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	text-align:center;
	text-decoration: none;
    border-style:solid;
	border-width:1px;
	color: #FF390B;
	background-color: #F0F0F0;
    border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #DEDEDE;
	border-right-color: #DEDEDE;
	
	}
	
.tab-normal a:hover, .tab-normal a:active, .tab-selected a:hover, .tab-selected a:active{
	text-decoration: none;
	background-color: #E7E7E7;
	color: #333333;
	border-bottom-color: #EBEBEB;
	border-top-color: #D8D8D8;
	border-right-color: #EBEBEB;
	border-left-color: #D8D8D8;
	color: #333333;
}	