﻿#nav
{
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li
{
    margin: 0;
    padding: 0;
    float: left;
}

#navIndustriesSub
{
    display: none;
    position: absolute;
    filter: alpha(opacity=95);
	opacity: 0.95; 
	width: 270px;	        
}      

#navIndustriesSub table, #navNewsSub table, #navAboutSub table
{
	border: 0px;
	border-collapse: collapse;
}         

#navIndustriesSub table td, #navNewsSub table td, #navAboutSub table td
{
	border: 0px;
	padding-top: 5px;
}
     
#navNewsSub, #navAboutSub
{
	display: none;
	position: absolute;
	width: 213px;
	filter: alpha(opacity=95);
	opacity: 0.95; 
}

#navIndustriesSub a, #navNewsSub a, #navAboutSub a
{
    color: White;
	text-decoration: none;
	display: block;	       
}

#navIndustriesSub a:hover
{
	color: rgb(151, 211, 12);	    
}

#navNewsSub a:hover, #navAboutSub a:hover
{
	color: rgb(35,102,104);
}

.tblInd
{         
	background: rgb(35, 102, 104);
	text-decoration: none;
}

.tblNews
{
	background: rgb(151, 211, 12);
	text-decoration: none;
}

.tblAbout
{
	background: rgb(127, 182, 153);
	text-decoration: none;
}

.navText
{
    font: Arial;
    font-weight: bold;
}