.titmenu {
	width:100%;
	height:auto;
	}
.titmenu ul {
	width:100%;
	height: auto;
	list-style:none;
	margin:0px;
	}
.titmenu ul li {
	width:100%;
	height:36px;
	list-style:none;
	margin:0px;
	line-height:36px;
	text-indent:35px;
	background:url(../images/titmenu.gif) left center no-repeat;
	border-bottom:#CCCCCC 1px dashed
	}
.titmenu ul li a {
	font-size:13px;
	}
.titmenu ul li a:hover {
	font-size:14px;
	color:#FF0000;
	font-weight:bold
	}
	
