﻿#MenuBox
    {
        background-image: url(../Images/IndustrieV2Logo.gif);
        background-repeat: no-repeat;
        width: 1000px;
        height: 175px; 
        position:relative;
    }
#MenuBox #tubox
	{
		position: absolute; 
		top: 30px; 
		left: 0px; 
		width: 215px; 
		height: 80px; 
		background-color: transparent; 
	}
#MenuBox #topmenubar
    {
        font-family:Tahoma, Arial, Helvetica;
        font-size:11px;
        font-weight:bold;
        color: #FFFFFF;
        clear:both;
        float: left;
	    display: block;
	    margin-left: 0px;
    }
#MenuBox #topmenubar li
    {
        display: inline;
        background: none;
        margin: 0;
	    padding: 0 10px;
    }
#MenuBox #topmenubar li a 
    {
	    display: inline;
	    line-height: normal;
	    color: #FFFFFF;
	    text-decoration: none;
    }
#MenuBox #topmenubar li a:hover
    {
	    text-decoration: underline;
    }
#MenuBox #menubar
    {
        clear:both;
        display:block;
        font-family:Tahoma,Arial,Helvetica;
        font-size:12px;
        font-weight:bold;
	    /*margin-left: 0px;*/
	    z-index: 100;
	    text-transform:uppercase;
	    height:30px;
	    margin: 0;
    	padding-left: 10px;

    }
#MenuBox #menubar .LIMenu
    {
        background-image: url(../Images/tab_white.png);
        background-repeat:no-repeat;
	    list-style: none;
	    float: left;
	    width:120px;
	    height: 30px;
  	    line-height: 30px;
  	    margin: 0;
	    padding: 0;
    }
#MenuBox #menubar .LIMenu:hover
    {
        background-image: url(../Images/tab_black.png);
        background-repeat:no-repeat;
    }
#MenuBox #menubar .LIMenu a
    {
        display: block;
        padding-top:0px;
	    width: 120px;
	    color: #000000;
	    text-align: center;
	    text-decoration: none
    }  
#MenuBox #menubar .LIMenu .div
    {	
        position: absolute;
	visibility:hidden;
	    margin: 0;
	    padding: 0;
	    background-color: #ffffff;
	    font-size: 10px;
	    z-index:100;
    }
#MenuBox #menubar .LIMenu .div .anchordiv
    {
        width:auto; 
        position:relative; 
        top:0%; 
        left:0%; 
    	border-left:2px solid #c0c0c0;
        border-bottom:2px solid #c0c0c0;
	border-right:2px solid #c0c0c0;
        z-index:101;
    }
#MenuBox #menubar .LIMenu .div .anchordiv a
	{	
	    position: relative;
		display: block;
		margin: 0;
		padding-top: 7px;
		padding-left: 5px;
		padding-right:10px;
		padding-bottom:5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
	  	line-height: 20px;
		text-decoration: none;
		color: #000000;
	}
#MenuBox #menubar .LIMenu .div .anchordiv a:hover
	{	
	    background: #000000;
 	    color:#ffffff;
 	}
