/*Fancy links - though they're the same, they can be separate later*/
a.menu:link,a.menu:visited
{font:11px arial;
color:white;
font-weight:bold;
text-decoration:none;}

a.menu:hover,a.menu:active
{color:red}

a.selectedmenu:link,a.selectedmenu:visited
{font:11px arial;
color:black;
font-weight:bold;
text-decoration:none;}

a.selectedmenu:hover,a.selectedmenu:active
{color:red}

a.submenu:link,a.submenu:visited
{font:11px arial;
color:white;
font-weight:bold;
text-decoration:none;}

a.submenu:hover,a.submenu:active
{color:red;}

a.indsub:link,a.indsub:visited
{font:11px arial;
color:white;
font-weight:bold;
text-decoration:none;}

a.indsub:hover,a.indsub:active
{color:red;}

/*Make the tabs*/
/*Main top menu*/
td.menuleft
{background-image:url(images/taba-left.gif);
width:10px;
background-repeat:no-repeat;
padding:0;}

td.menumid
{background-image:url(images/taba-mid.gif);
background-repeat:repeat-x;
padding:0;}  

td.menuright
{background-image:url(images/taba-right.gif);
width:10px;
background-repeat:no-repeat;
padding:0;}

/*Main top menu - current page*/
td.selectedmenuleft
{background-image:url(images/taba-sel-left.gif);
width:10px;
background-repeat:no-repeat;
padding:0;}

td.selectedmenumid
{background-image:url(images/taba-sel-mid.gif);
background-repeat:repeat-x;
padding:0;}  

td.selectedmenuright
{background-image:url(images/taba-sel-right.gif);
width:10px;
background-repeat:no-repeat;
padding:0;}

/*Submenu (Industries)*/
td.submenuleft
{background-image:url(images/tabb-left.gif);
width:1px;
background-repeat:no-repeat;
padding:0;}

td.submenumid
{background-image:url(images/tabb-mid.gif);
background-repeat:repeat-x;
padding:0;}

td.submenuright
{background-image:url(images/tabb-right.gif);
width:10px;
background-repeat:no-repeat;
padding:0;}

/*Industry menu*/
td.indsubleft
{background-image:url(images/tabc-left.gif);
width:1px;
background-repeat:no-repeat;
padding:0;}

td.indsubmid
{background-image:url(images/tabc-mid.gif);
background-repeat:repeat-x;
padding:0;
text-align:center;}

td.indsubright
{background-image:url(images/tabc-right.gif);
width:10px;
background-repeat:no-repeat;
padding:0;}

/*Menus*/
#menu
{width:100%;
height:30px;
/*border: 1px solid black;*/
border-collapse:collapse;
text-align:center;
/*font-size:10px;*/}

#industries
{width:160px;
/*border: 1px solid black;*/
border-collapse:collapse;
text-align:center;
position:absolute;
display:inline-table;
margin:0;
padding:0;
z-index:1000;}

/*Menu items*/
td.menuitem
{padding:0;}

td.submenuitem
{padding:0;}

td.indsubitem
{padding:0;}

table.menuitem
{padding:0;
height:30px;
border-collapse:collapse;
text-align:center;
width:100%;
display:inline-table;}

#industrymenu
{padding:0;
width:160px;}

table.indsub
{/*width:100%;*/
width:160px;
padding:0;
position:absolute;
margin-left:160px;
margin-top:-30px;
/*border: 1px solid black;*/
border-collapse:collapse;
display:inline-table;}

table.indsubitem
{width:160px;
height:30px;
padding:0;
border-collapse:collapse;
display:inline-table;}

table.submenuitem
{padding:0;
text-align:center;
width:100%;
border-collapse:collapse;
height:30px;
display:inline-table;}

table.submenu
{padding:0;
display:inline-table;
width:12em;
background-color:blue;}
