﻿.topnav-div
{
    background-image: url('Images/menubar.png');
    background-repeat: repeat-x;
    height: 42px;	
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    z-index: 100;
}

.topnav {
	height: 42px;
	width: 958px;   
	padding: 0px;
	margin: 0px auto;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
} 

.topnav li
{ 
    float: left;
    text-align: left;
    list-style: none;
    height: 42px;
    line-height: 42px;
    background-image: url('Images/MenuSeparator.png');
    background-repeat: no-repeat;
    background-position: right; 
}  

.topnav li a
{ 
    float: left;
    padding: 0px 18px 0 11px;   /* Margin for space between tabs  */
    text-align: center;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    color: #FFFFFF;
}  

.topnav .first-item
{
	margin-left: 4px;
	padding-right: 0px;
}

.topnav .last-item
{
    background-image: none;	
}

.topnav li a:hover
{ 
    background-image: url('Images/TopMenuActive.png');
    background-repeat: no-repeat;
    background-position: top;
    display: block
}

.dropnav-div
{
	position:relative;
	top: 42px;
}
	
.dropnav {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	position: absolute;
	color: #FFFFFF;
	text-align: center;
    border: 1px silver solid;
	display: none;
	overflow: hidden;
}

.dropnav1, .dropnav2,
.dropnav3, .dropnav4,
.dropnav5
{
 /*   left: -185px; */
 left:0px;
}

.dropnav li
{
	text-align: left;
    background-color: #1547A2;
    height: 30px;
    float: none;
}

.dropnav li a
{
	width: 148px;
	padding: 0px 16px;
	margin: 0px;
	text-align: left;
	line-height: 30px;
	height: 30px;
    background-color: #1547A2;
}

.dropnav li a:hover
{
    background-image: none;
/*	color: #4681c2; */
	color: #89abc8;
}

.topnav li:hover .dropnav
{
	display: block;
}

.bottomnav-div
{
	background-image:url('Images/bottommenubar.png');
	background-repeat: repeat-x;
	height: 55px;
}

.bottomnav {
	height: 55px;
	width: 958px;   
	padding: 0px;
	margin: 0px auto;
	font-size: 14px;
	color: #DDD;
	text-align: left;
} 

.bottomnav li
{ 
    float: left;
    text-align: left;
    list-style: none;
    height: 55px;
    line-height: 55px;
    background-image: url('Images/BottomMenuSeparator.png');
    background-repeat: no-repeat;
    background-position: right; 
}  

.bottomnav li a
{ 
    float: left;
    padding: 0px 22px 0 15px;   /* Margin for space between tabs  */
    text-align: center;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    color: #DDD;
}  

.bottomnav .first-item
{
	margin-left: 0px;
	padding-right: 0px; 
}

.bottomnav .last-item
{
    background-image: none;	
}

.bottomnav li a:hover
{ 
    float: left;
    padding: 0px 22px 0px 15px;   /* Margin for space between tabs  */
    text-align: center;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    color: #333;
}  


