/**
 * Navlist - Secondary Vertical Navigation List  
 * ----------------------------------------------
 * 
 */

#navlist { 
	vertical-align: top;
	position: relative; 
/*	*top: -45px; */
	width: 100%; 
	margin-bottom: 20px; 
} 

#navlist ul {
	list-style: none;
	margin: 0;
	position: relative;
} 

#navlist h2 {
	color: #FFFFFF;
	position: relative;
	text-transform : uppercase;
	letter-spacing   : .15em;
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid #94928C;
	border-left: 1px solid #94928C;
	border-right: 1px solid #94928C;
	border-bottom: 1px solid #BA918F;
	font-size: 12px;
	height: 23px;
	background-color: #990000;
	margin-top: 0px;
} 

#navlist li {
	background-image: none;
	padding-left: 0;
	line-height: 140%;
	display: inline
} 

#navlist li.title { 
	padding: 6px 10px 8px 20px; 
	font-size: 0.85em; 
	font-weight: bold; 
	color: white; 
	line-height: normal; 
	background: #782223; 
} 

#navlist li a:link, #navlist li a:visited
{
	font-size: 10pt;
	display: block;
	color: #990000;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	font-weight: bold;
	display: inline-block; 
	display: block;
}

#navlist li a:hover {
	background-color: #711515;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navlist ul ul{ 
	margin-left: 12px; 
}

#navlist ul ul li {
	margin: 0;
	display: inline
}

#navlist ul ul a:link, #navlist ul ul a:visited {
	color: #990000;
	font-size: 9pt;
	font-weight: normal;
	display: inline-block; 
	display: block;
}

#navlist ul ul a:hover {
/*	background-color: #711515; */
background-color: #006600;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contactlist {
	vertical-align: top;
	position: relative;
/*	*top: -45px; */
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
} 

#contactlist h2 {
	color: #FFFFFF;
	position: relative;
	text-transform : uppercase;
	letter-spacing   : .15em;
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid #94928C;
	border-left: 1px solid #94928C;
	border-right: 1px solid #94928C;
	border-bottom: 1px solid #BA918F;
	font-size: 12px;
	height: 23px;
	background-color: #990000;
	margin-top: 0px;
} 

#contactlist a:link, #contactlist a:hover {
	text-decoration: none;	
}

/** html #navlist ul li a { 
	height: 1%; 
} 

*/
