html, body {
	margin: 0px;
	padding: 0px;
}

body {

	text-align: center;
}
	

#Wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	height: auto;
}

#Container {
	color: #333;
	clear: both;
	width: 600px;
	float: left;
	display: block;
	-moz-border-radius-bottomleft: 1.0em; 
	-moz-border-radius-topright: 0.4em; 
	-moz-border-radius-bottomright: 1.0em; 
	border-right-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-width: 0.5px;
	border-left-width: 0.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-color: #666666;
	border-top-width: 0.5px;
	padding: 20px;
	margin: 0px;
}



#Navigation {
	font-size: 12px;
	color: #333333;
	height: 25px;
	width: auto;
	padding: 0px;
	margin: 0px;
}



#mainNav {
	margin: 0px;
	padding: 0px;
	list-style-image: url('none');
	list-style-type: none
}

#mainNav li {
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainNav li a {
	margin: 0px;
	background-attachment: scroll;
	background-image: url('tabs_2.png');
	background-repeat: no-repeat;
	background-position:  
               right 0px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px
}

#mainNav li a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#mainNav li a span {
	background-attachment: scroll;
	background-image: url('tabs_2.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 19px;
	width: auto;
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
}

#mainNav li a.active {
	background-attachment: scroll;
	background-image: url('tabs_2.png');
	background-repeat: no-repeat;
	background-position: right -47px
}

#mainNav li a.active span {
	background-attachment: scroll;
	background-image: url('tabs_2.png');
	background-repeat: no-repeat;
	background-position: 0px -47px
}

#mainNav li a.active:hover {
	color: #CCCCCC;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

/*\*/ 
*html #navigation ul li a {
     padding: 0;
 }
 /**/

/*\*//*/
 #navigation ul li a {
     display: inline-block;
     white-space: nowrap;
     width: 1px;
 }
 /**/