.contentText{
	color:#333333;
	font-size: 14px;
	font-family: Arial, "Futura Bk BT", Serif;
	line-height: 20px;
}

#menu{
	background-image: url("../images/nav-bg01.gif");
	background-repeat: repeat-x;
	background-position: left;
	width:990px;
	height:29px;
	
	
}
#nav {
	line-height: 29px;
	list-style-type: none;
	height:29px;
	text-align: left;
	margin:0;
}

#nav a {
	display: block;
	width: 100px;
	text-align:center;
	background-image: url("../images/nav-line.gif"/*tpa=/../images/nav-line.gif*/);
	background-repeat: no-repeat;
	background-position: right;
}

#nav a:link  {
    color:#fff; text-decoration:none;font-size: 11px;font-family: Arial, "Futura Bk BT", Serif;
}
#nav a:visited  {
    color:#fff;text-decoration:none;font-size: 11px;
}
#nav a:hover  {
    color:#fff;text-decoration:none;font-weight:bold;
}

#nav li {
	float: left;
	width: 100px;
	background-image: url("../images/nav-ico1.gif");
	background-repeat: no-repeat;
	background-position: 10px;
}
#nav li a:hover{
    background:#55595D;
}

UL{
list-style-type: square;
margin-top: 0px;
}

<!--
a:link {
 text-decoration: none;
 color:#000;
}
a:visited {
 text-decoration: none;
 color:#000;
}
a:hover {
 text-decoration: none;
 color:#000;
}
a:active {
 text-decoration: none;
 color:#000;
}
-->
