.main * {
	border:0px dashed red;}

.main {
	list-style-type:none;
	padding:0px;
	margin:0;}

.main ul {
	margin-right:0px;
	padding:10px 10px 0 50px;
	list-style:none;}

.main li {
	float:left;
	margin:0;
	padding:0;
	margin-right:1px;
	text-align:center;
	vertical-align:bottom;
	line-height:10pt;}

.main a {
	float:left;
	background:url("../images/menu_top1.png") no-repeat left top;
	margin:0; 
	padding:0 0 0 4px;
	text-decoration:none; 
	vertical-align:bottom;}

.main a span {
	display:block; 
	border:0px dashed green;
	width:73px; 
	height:26px;
	float:left;
	background:url("../images/menu_top.png") no-repeat right top;
	padding:6px 6px 0px 2px;
	color:black;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:7pt; 
	font-weight:bold; 
	line-height:8pt;
	vertical-align:bottom;}

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

/* End IE5-Mac hack */
.main a:hover span {
	color:white;}

.main a:hover {
	background-position:0% -32px;}

.main a:hover span {
	background-position:100% -32px;}

.main .active a {
	color:white;
	background-position:0% -64px;}

.main .active a span {
	color:white;
	background-position:100% -64px;}
