/* CSS Document */

#menu {
	width:950x;
	height:30px;
	border-bottom-style: none;
	border-bottom-color: #E10001;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu ul { list-style: none; margin: 0px; padding: 0px; }
#menu ul li { float:left; margin-left:10px;}
#menu ul li a {
	display:block;
	width:70px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #0b7a83;
	font-weight: bold;
}
#menu ul li a:hover {
	background-image: url(../images/index_2_mouserover.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #597C42;
}
#menu ul li a#current { background:url(../images/nav_bg1.gif) 0 0 no-repeat; font-weight:bold; color:#0b7a83;}
#menu ul li ul { border:1px solid #ccc; display:none; position:absolute;}
#menu ul li ul li {
	float:none;
	width:70px;
	background:#eee;
	margin:0;
	height: 28px;
}
#menu ul li ul li a {
	background:none;
	color: #000000;
	font-weight: normal;
}
#menu ul li ul li a:hover {
	color:#fff;
	background-color: #999999;
}
#menu ul li:hover ul { display:block;}
#menu ul li.sfhover ul { display:block;}

.table_bg {
	background-image: url(../images/table_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.table_bg_bottom {
	background-image: url(imagesindex_13.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 250px;
}
