﻿.mainparm { display: none; }

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 25px;
	line-height: 31px;
}

#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 25px;
	line-height: 31px;
}

#nav a {
	display: block;
	/*width: 125px;*/
	font:normal 10pt Tahoma; 
	text-decoration: none;
	font-color: white;
	height: 31px;
	line-height: 31px;
}

#nav li { /* all list items */
	float: left;
	display: block;
	/*width: 125px;*/ /* width needed or else Opera goes nuts */
	background: url(/eurotech_2009/images/vline.gif) no-repeat right center;
	text-align: center;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 165px;
	line-height: 18px;
	height: 18px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid black;
}

#nav li ul a { /* second-level lists */
	width: 165px;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-color: white;
	font:normal 10pt Tahoma; 
	background-color: #383838;	
	text-align: center;	
	line-height: 18px;
	height: 18px;
}


#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: -25px;
	!margin-left: -75px;
}


#nav li:hover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: -25px;
	!margin-left: -75px;
}
nav li.sfhover ul a {
	background-color: #9d1515;
}

#nav li ul a:hover {
	background-color: #9d1515;
}

#li_home {
	width: 85px;
}

#li_profile {
	width: 107px;
}

#li_services {
	width: 107px;
}

#li_testimonials {
	width: 117px;
}

#li_contact {
	width: 95px;
}

#li_resources {
	width: 113px;
}

#li_forms {
	width: 79px;
}


.content {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/*hack for IE5*/
body {
	text-align: center;
}