/* ------- top Menu
 ----------*/
.menu{
	background: url("../images/bg_menu.png") left top repeat-x;
	width: 700px;
	height:23px;
	text-align: center;
	padding:9px 0 0 0;
}
.menu#bottom{
	background: url("../images/bg_menu.png") left -1px repeat-x;
}
.menu ul li{
	display: inline;
}
.menu ul li a{
	color: #5F5F5F;
	text-decoration: none;
	padding:0 15px 0 15px;
}
.menu ul li a:hover, .menu ul li a#topactive{
	color: #B4793E;
}
.menu ul.pools li a:hover, .menu ul.pools li a#topactive{
	color: #0070BD;
}

/* ------- left Menu
 ----------*/
.left_side ul{
	text-align: left;
	margin:0 0 0 26px;
}
.left_side ul li{
 	list-style-type: none;
}
.left_side ul li a{
 	background: url("../images/bg_left_menu.png") left top repeat-x;
 	height:20px;
 	display: block;
 	width:139px;
 	color: #FFFFFF;
 	text-decoration: none;
 	padding:4px 0 0 15px;
}
.left_side ul.leftpools li a{
 	background: url("../images/bg_left_menu_pools.png") left top repeat-x;
}
.left_side ul li a:hover, .left_side ul li a#leftactive{
 	background: url("../images/bg_left_menu_a.png") left top repeat-x;
	color: #737373;
}
.left_side ul.leftpools li a:hover, .left_side ul.leftpools li a#leftactive{
 	background: url("../images/bg_left_menu_pools_a.png") left top repeat-x;
	color: #FFFFFF;
}