 /* Menu */
#menu { width:900px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-align: center; height: 39px; margin-right: auto; margin-left: auto; }

#menu ul {
	margin:0;
	padding:10px 0 0 10px;
	list-style:none;
	}
	
#menu li { float:left; background:url(../tabs/left.gif) no-repeat left top; margin:0; padding:0 0 0 9px; border-bottom: 1px dotted #ccc; }
	
#menu a {
	float:left;
	display:block;
	background:url(../tabs/right.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #666666;
	}
#menu a:hover {
	color: #000000;
	}
	
#menu #current { background-image:url(../tabs/left-on-pink.gif); text-decoration: none; border-bottom-width: 0; }
	
#menu #current a { background-image:url(../tabs/right-on-pink.gif); color: #f2a1c5; text-decoration: none; padding-bottom:5px; }


