.tnav A, .tnav A:Visited, .tnav A:Active
{
	text-decoration: none;
	display: block;
	padding-left: 0px;
	text-align: left;
	color: #696969;
	float: left;
	width: 79px;
	height:20px;
	font-size: 12pt;
	font-weight: normal;
	font-family: Arial Narrow, Tahoma, Arial, Century Gothic, Times New Roman;
	background-image: url(images/top_nav_04.gif);
	background-repeat:no-repeat;
}

.tnav A:Hover
{
	text-decoration: none;
	display: block;
	text-align: left;
	color: #696969;
	float: left;
	width: 79px;
	font-weight:bold;
	font-family: Arial Narrow, Tahoma, Arial, Century Gothic, Times New Roman;
	background-image:url(images/top_nav_hover_04.gif);
}



.Pull_down_text{
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
#tnav, #tnav ul {
	float: left;
	width: 79px;
	list-style: none;
	line-height: .8;
	background: #FFFFFF;
	font-weight: bold;
	padding: 0;
	border: solid #abaaaa;
	border-width: 1px 0;
	margin: 0 0 0 0;
}

/* Distance between links  */
#tnav a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 3px 2px;
}

/* as small as it can be to work properly in IE  */
#tnav li {
	float: left;
	padding: 0;
	width: auto;
}

/*  firefox highlight length */
#tnav li ul {
	position: absolute;
	left: -999px;
	height: auto;
	width: 200px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

/* Highlight Length  */
#tnav li li {
	width: 200px;
}

/* Link text Length */
#tnav li ul a {
	width: 200px;
}

/* It seems does nothing */
#tnav li ul ul {
	margin: -1.75em 0 0 3em;
}

#tnav li:hover ul ul, #tnav li:hover ul ul ul, #tnav li.sfhover ul ul, #tnav li.sfhover ul ul ul {
	left: -999em;
}

#tnav li:hover ul, #tnav li li:hover ul, #tnav li li li:hover ul, #tnav li.sfhover ul, #tnav li li.sfhover ul, #tnav li li li.sfhover ul {
	left: auto;
}

#tnav li:hover, #tnav li.sfhover {
	background: #abaaaa;
}

