#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 10em;*/
	font-size:10px;
	color:#0080c0;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	border-top:3px solid #fffc00;
	border-bottom:3px solid #fffc00;
	border-left: 1px solid #e2e2de;
	border-right: 1px solid #e2e2de;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 10px;
	z-index: 999;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav-home { 
	display: block;
	background-repeat: no-repeat; 
	background-image:url("/_public/images/navigation/home.jpg"); width: 76px;
	padding: 25px 0 0 0; overflow: hidden;
	height: 0px !important; height /**/: 25px;
}
#nav-news { 
	display: block;
	background-repeat: no-repeat; 
	background-image:url("/_public/images/navigation/news.jpg"); width: 77px;
	padding: 25px 0 0 0; overflow: hidden;
	height: 0px !important; height /**/: 25px;
}
#nav-automation { 
	display: block;
	background-repeat: no-repeat; 
	background-image:url("/_public/images/navigation/automation.jpg"); width: 184px;
	padding: 25px 0 0 0; overflow: hidden;
	height: 0px !important; height /**/: 25px;
}
#nav-information { 
	display: block;
	background-repeat: no-repeat; 
	background-image:url("/_public/images/navigation/information.jpg"); width: 121px;
	padding: 25px 0 0 0; overflow: hidden;
	height: 0px !important; height /**/: 25px;
}
#nav-repairs { 
	display: block;
	background-repeat: no-repeat; 
	background-image:url("/_public/images/navigation/repairs.jpg"); width: 90px;
	padding: 25px 0 0 0; overflow: hidden;
	height: 0px !important; height /**/: 25px;
}
#nav-underwoods{ 
	display: block;
	background-repeat: no-repeat; 
	background-image:url("/_public/images/navigation/underwoods-online.jpg"); width: 130px;
	padding: 25px 0 0 0; overflow: hidden;
	height: 0px !important; height /**/: 25px;
}

#drop-news {
	width:100px;
}
#drop-news a{
	padding-bottom:7px;
	width:99px;
	clear:both;
}
#drop-news a:hover{
	color:#676767;
}

#drop-automation {
	width:100px;
}
#drop-automation a{
	padding-bottom:7px;
	width:99px;
	clear:both;
}
#drop-automation a:hover{
	color:#676767;
}
#drop-automation .link 
{
  padding-bottom:7px;
  margin: 0px;
	width:99px;
	clear:both;
	cursor:default;
}

#drop-information {
	width:100px;
}
#drop-information a{
	padding-bottom:7px;
	width:99px;
	clear:both;
}
#drop-information a:hover{
	color:#676767;
}

#drop-repairs {
	width:100px;
}
#drop-repairs a{
	padding-bottom:7px;
	width:99px;
	clear:both;
}
#drop-repairs a:hover{
	color:#676767;
}



#drop-automation-siemens {
	width:100px;
}
#drop-automation-siemens a{
	padding-bottom:7px;
	width:99px;
	clear:both;
}
#drop-automation-siemens a:hover{
	color:#676767;
}

#drop-automation-omron {
	width:100px;
}
#drop-automation-omron a{
	padding-bottom:7px;
	width:99px;
	clear:both;
}
#drop-automation-omron a:hover{
	color:#676767;
}

#drop-automation-sick {
	width:100px;
}
#drop-automation-sick a{
	padding-bottom:7px;
	width:99px;
	clear:both;
}
#drop-automation-sick a:hover{
	color:#676767;
}

#drop-automation-fortress {
	width:100px;
}
#drop-automation-fortress a{
	padding-bottom:7px;
	width:99px;
	clear:both;
}
#drop-automation-fortress a:hover{
	color:#676767;
}



#nav li ul ul {
	margin: -2.9em 0 0 9.5em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
