#navcontainer { margin-left: 1px; }

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em; /* .7em;*/
}

#navcontainer li { 
	margin: 0 0 1px 0; 
	margin-left:10px; 
	font-weight: bold;
	text-transform: uppercase;
	/*letter-spacing: .20em;*/
}

#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 140px;
	width: 136px;
	color: #fff;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #fff;
	background-color: #69C;
	background-color: #791416;
	text-decoration: none;
}

#navcontainer ul ul li {
	margin: 0 0 1px 0;
	margin-left:-10px;
	font-size: .85em;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: normal;
}

#navcontainer ul ul a {
	display: block;
 	padding: 0px 5px 2px 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 125px;
	width: 120px;
	color: #fff;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	color: #fff;
	background-color: #791416;
	text-decoration: none;
}

body#History a#HistoryNav,  /* these declaration defines the active page for the Vertical Navigation */
body#Team a#TeamNav,
body#Clients a#ClientNav,
body#Services a#ServicesNav,
body#Support a#SupportNav,
body#Partners a#PartnersNav,
body#Conferences a#ConferencesNav,
body#Articles a#ArticlesNav,
body#News a#NewsNav {
	color: #fffccc;
	background-color: #791416;
	text-decoration: none;
}


#navcontainer a {
	background:url(images/NavDash.gif) 15px 50% no-repeat;
}