/* top nav drop down menusheet */

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

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

.Pull_down_text{
	font-family: Arial Narrow, Tahoma, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
#nav {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.6;
	background-image:url(images/tab.gif);
	font-weight: normal;
	padding: 0;
	margin: 0 0 0px 0;
}

#nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.6;
	background: #ebe7c0;
	font-weight: bold;
	padding: 0;
	border-bottom: solid #cec56b;
	border-right: solid #cec56b;
	border-left: solid #cec56b;
	border-width: 1px 0;
	margin: 0 0 0px 0;
}

/* Distance between links  */
#nav a {
	font-family: Tahoma, Arial;
	font-size:12px;
	display: block;
	color: #003b69;
	text-align:center;
	text-decoration: none;
	padding: 3.5px 5px;
	font-weight:normal;
}

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

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

/* Highlight Length  */
#nav li li {
	width: 123px;
}

/* Link text Length */
#nav li ul a {
	width: 123px;
}

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

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

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

#nav li:hover, #nav li.sfhover {
	background-color:#cec56b;	
}

