.Pull_down_text{
	font-family:Verdana, Arial Narrow, Tahoma, Helvetica, sans-serif;
	color: #0030a9;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#nav {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.5;
	background: #d4d6b9;
	font-weight: normal;
	padding: 0;
	margin: 0px 0 0px 0;
}

#nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.5;
	background: #f1f2e8;
	font-weight: normal;
	padding: 0;
	border:1px solid #e10000;
	margin: 0 0 0 0px;
}

/* Distance between links  */
#nav a {
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	display: block;
	color: #000000;
	text-decoration: none;
	/*border-left:1px solid #0030a9; */
	padding: 1.5px 3px;
	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: 115px;
	font-weight: normal;
	margin: 0;
}

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

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

/* 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: #d4d6b9;
}

