

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
position: absolute; 
z-index: 99 
}

form,fieldset { border: none; margin:0; padding: 0}
.pointer { cursor: pointer }

#nav a {
	
	clear:left;
	
	display:block;
	_display: inline-block;
	
	width: 153px;
	height: 22px !important;
	font-weight: normal;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 1px;
	color: white;
	background: url('../images/menu-select-nonactive.gif') 0px 0px no-repeat;
}

#nav a:hover {
	
	background: url('../images/menu-select-active.gif') 0px 0px no-repeat;
}


/*#nav a{
display:block;
padding:0px 5px;
border:1px solid #333;
color:#fff;
text-decoration:none;
background-color:#333;
}

#nav a:hover{
background-color:#fff;
color:#333;
}*/

#nav li{
position:relative;
}

.subNav {
	position:absolute !important;
	left:152px;
	top:0px;
	width:12em;
	
}

.subNav a { font-size: 0.85em !important; background: #1B3C78 !important; width: 200px !important }
.subNav a:hover { color: #F79646 !important; background: #1B3C78 !important; width: 200px !important }

#nav li ul a{
width:12em;
height:auto;

}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

.search_results			{ border: 1px solid #ccc; background: #F0F0F0; margin: 5px 0 15px 0px; padding: 5px 5px 5px 15px; position: relative}

.search_results	p		{ width: 520px }
.search_results h3	{ font-size: 1.2em; margin: 0}


.numbering				{ font-size: 3em; font-family: trebuchet ms; color: #ccc; font-weight: bold; position: absolute; left: -12px; top: -2px; _left: -27px; top: -5px; z-index: 999 }

.mtop { margin: 20px 0 0 0 !important; border-top: 1px solid #ccc }

#gfds { border: 1px solid #ccc; padding: 5px; margin: 15px 0 0 0  }
#ftgl	{padding: 0; margin: 20px 0 0 0; text-align: left }
#ftgl img { margin: 0 10px 0 0 !important }