.font11 {
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.font11:active {
	font-family: tahoma;
	font-size: 11px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
.font11:hover {
	font-family: tahoma;
	font-size: 11px;
	color:#666699;
	text-decoration:underline;
	elevation:higher;
	outline-color:#666699;
	font-weight:bold;
	list-style-image:url(../images/arrow.gif);
	
}

.font {
	font-family: Tahoma;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
	
}

.black{
	color:#000000;
}

.bold{
	font-weight:bold;
}

ul{
	margin:0 0 2px 10px;
}
li{
	list-style-image:none;
	float:left;
	color:#000000;
	padding-right:5px;
}

/*---------*/
.ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float:left;
	width:125px;
}

.ul li{
	background-color:#EFEFEF;
	border-bottom:#ABB9C5 1px solid;
	margin:0px;
	padding:0px;
}

.ul li a:hover{
padding:2px 0px 2px 2px;
	background-color:#CCCCCC;
	display:block;
	width:125px;
	font-weight:bold;
}

.ul li a{
	margin:0px;
	display: block;
	width:125px;
	padding:2px 0px 2px 2px;
	color:#000000;
	text-decoration:none;
}

h3{
	margin:0px;
}
