#navContainer
{
    background-color: #000000;
    background-image: url('../images/MenuBar.jpg' );
    color: gray;
    font-weight: normal;
    height: 105px;
    border: 0;
		border-bottom:#333 1px solid;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 960px;
    left: 0px;
    top: 100%;
		
}
.navDiv
{
    width: 1px;
    background-color: Black;
    float: left;
    height: 105px;
    border: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.navDivHorizontal
{
		background-color: #333;
    display: inline-block;
    float: left;
    height: 3px;
    line-height: 3px;
    margin: 0px 0px 0px 0px; 
		padding: 0px 0px 0px 0px;
    border: 0;
    position: relative;
    width: 148px;
}
.navLogo
{
	  float: left;
    display: inline-block;
		position: relative;
    border: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
		height: 105px;
		width: 212px;
}
.navMain
{
    font-size: 16px;
    float: left;
    height: 105px;
    line-height: 105px;
    display: inline-block;
		display: block;
		position: relative;
    border: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    width: 148px;
    list-style-position: outside;
    list-style-type: none;
		list-style:none;
}
.navMain A
{
    display: block;
   	color: white;
    font-weight: normal;
    text-align: center;
		list-style:none;
}
.navMain A:hover
{
    background-image: url(     '../images/MenuBarOver.jpg' );
   	color: white;
    display: block;
}
.navSub
{
		background-color: black;
		border-bottom:#333 1px solid;
  	display: inline-block; 
	  font-size: 12px;
    font-weight: normal;
		font-family: Helvetica, Arial, Verdana, sans-serif;
    float: left;
    height: 49px;
    line-height: 49px;
    margin: 0px 0px 0px 0px; 
		padding: 0px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 149px;
		z-index: 10;
		list-style:none;		
}
.navSub A
{
    color: white;
    display: block; 
    background-image: url('../images/MenuSub.jpg' );		
}
.navSub A:hover
{
   	color: white;
    display: block;
    background-image: url('../images/MenuSubOver.jpg' );		
}
LI#first
{
    border-left-width: 1em;
}
LI#last
{
    border-right-width: 1em;
}
LI UL
{
    border: solid 1px #333;
    padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
    display: none;
    font-weight: normal;
    background-color: white;
    position: absolute;
    left: 0px;
    top: 100%;
}
LI:hover UL
{
    display: inline-block;
}
LI.over UL
{
    display: inline-block;
}
