/* CSS Document */
<!--
body {
	background-color: #000000;
	margin-top:0px
}
body,td,th {
	color: #eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.font12{
font-size:12px;
}
.bold_font12{
font-size:13px;
font-weight:bold;
color:#FFFFFF;
}

#ul1 {
	float: left;
	height: 22px;
	padding-top: 7px;
	padding-left: 30px;
	margin: 0;
	list-style: none;
	background-color: #999999;
	z-index: 1000;
	width: 96%;
}
#ul1 li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 90%;
	position: relative;
	z-index: 1000;
}
.menu {
	float: left;
	border: 2px solid;
	margin-right: 10px;
	background-color: RGB(135,134,105);
	width: 100px;
	z-index: 1;
	border-color: #000000;
	text-align: center;
	font-size:10px;
}
.menuContent {
	height: 0px;
	float: left;
	overflow: hidden;
	z-index: 50;
	width: 100%;

}

.menuContent a{
	color:#fff;
	background-color:RGB(135,134,105);
} 

.menuContent a:hover{
	color:#fff;
	background-color:#000;
} 

#ul1 .menu table {
	background-color: RGB(135,134,105);
	width: 100%;
}
a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	background-color: #000000;
	text-decoration: none;
	font-weight:bold;
	list-style-type: none;
}
.menu a {
	display: block;
}

.link a{
	color:#fff;
	cursor: pointer;
	text-decoration:underline;
	font-weight:bold;
}

.link a:hover{
	color:#fff;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;	
}


