#menu {
	float:right;
	/*background:#efefef;*/
	line-height:normal;
	font-family:Arial;
	font-size:11px;
	/*border-bottom:1px solid #666;*/
	}
#menu ul.menu0 {
	list-style:none;
	margin-top:5px;
	padding-left:3px;
	* padding-left:0px;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu .menu0 a {
	float:left;
	background:none;
	margin:0 0 0 2px;
	padding:0 0 0 3px;
	text-decoration:none;
	font-weight:bold;
	width:101px;
	* width:98px;
	}
#menu .menu0 .home a {width:27px; height:27px; display:block; background-image:url(images/home_.gif); padding:0;}
#menu .menu0 .home a:hover {background:url(images/home_hover.gif);}
#menu .menu0 .home a.active {background:url(images/home_active.gif);}

#menu .menu0 a:hover {
	text-decoration:none;
	}
#menu .menu0 a span {
	float:left;
	display:block;
	background:none;
	padding:7px 0;
	color:#000;
	text-align:center;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu .menu0 a span {float:none;}
/* End IE5-Mac hack */
#menu .menu0 a:hover span {color:#4878c2;}
#menu .menu0 a:hover {background:url("images/tab2left.gif") no-repeat; background-position:0% -27px;}
#menu .menu0 a:hover span {background:url("images/tab2right.gif") no-repeat; background-position:100% -27px;}

#menu .menu0 a.active span {color:#fff;}
#menu .menu0 a.active {background:url("images/tab2left.gif") no-repeat left top;}
#menu .menu0 a.active span {background:url("images/tab2right.gif") no-repeat right top;}
