#nav_position {
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
}

/* all link tags */
#nav_list a {
	display: block;
	/*width: 105px;*/
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #cccaaa;
	vertical-align: bottom;
}

/* specific to the #nav_list bulleted list */
html>body #nav_list, #nav_list ul {
	/* remove padding and margins (left-indentation) */
	padding: 0;
	margin: 0;
	list-style-type: none; 
	line-height: 100%;
	text-align: left;
	position: relative;
	z-index: 80;
}

/* force the list into one line */
ul#nav_list li {
	float: right;
}

/* specific to each image element */
#nav_list li a#about {
	background-image: url(../images/m_about.gif);
	font-size: 10.5px;
	color: #000000;
	font-style: italic;
	text-align: center;
	background-repeat: no-repeat;
	display: block;
	width: 86px;
	height: 26px;
}
#nav_list li a#about:hover {
	color : #FFFFFF;
}
#nav_list li a#products {
	background-image: url(../images/m_products.gif);
	font-size: 10.5px;
	color: #000000;
	font-style: italic;
	text-align: center;
	background-repeat: no-repeat;
	display: block;
	width: 108px;
	height: 26px;
}
#nav_list li a#products:hover {
	color : #FFFFFF;
} 
#nav_list li a#news {
	background-image: url(../images/m_news.gif);
	font-size : 10.5px;
	color : #000000;
	font-style : italic;
	text-align : center;
	background-repeat : no-repeat;
	display : block;
	width : 81px;
	height : 26px;
}
#nav_list li a#news:hover {
	color : #FFFFFF;
} 
#nav_list li a#employment {
	background-image: url(../images/m_employment.gif);
	font-size : 10.5px;
	color : #000000;
	font-style : italic;
	text-align : center;
	background-repeat : no-repeat;
	display : block;
	width : 134px;
	height : 26px;
}
#nav_list li a#employment:hover {
	color : #FFFFFF;
} 
#nav_list li a#contact {
	background-image: url(../images/m_contact.gif);
	font-size : 10.5px;
	color : #000000;
	font-style : italic;
	text-align : center;
	background-repeat : no-repeat;
	display : block;
	width : 85px;
	height : 26px;
}
#nav_list li a#contact:hover {
	color : #ffffff;
} 


/* Second-level lists */
#nav_list li ul { 
    position: absolute;
    width:100px;
    margin-left:0;
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav_list li ul li {
    width:100px;
    margin: 0px; /* Keep dropdown items snug together. */
}

#nav_list li ul a {
	/* second-level list links */
	font-size: 11px;
	font-weight: normal;
	display: block;
	width: 100px;
	background-color: #eeeeee;
	text-align: left;
	border: 1px solid #666666;
	line-height: 130%;
}

#nav_list li ul a:hover {
	/*hover color for second-level list links */
	background-color: #eeeeee;
	color: #993366;
	text-align: center;
	vertical-align: middle;
}

#nav_list li:hover ul ul, #nav_list li:hover ul ul ul, #nav_list li.sfhover ul ul, #nav_list li.sfhover ul ul ul {
    left: -9999px;
}

#nav_list li:hover ul, #nav_list li li:hover ul, #nav_list li li li:hover ul, #nav_list li.sfhover ul, #nav_list li li.sfhover ul, #nav_list li li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

#nav_list li:hover, #nav_list li.sfhover {
	background-color: #1f1e1c;
	color: #cccaaa;
}

#nav_list li:hover a, #nav_list li.sfhover a{
    color: #336699;
	 font-weight: bold;
	 text-align: center;
}
