.nav2container{
    padding-left: 130px;
	position: relative;
	font: 12px/15px "Trebuchet MS","Times New Roman", Times, serif;
	letter-spacing: 1px;
}

.nav2container:after{ /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.nav2container ul{
    width: 100%;
    list-style: none;
	margin: 16px 0 16px 0;
	padding: 4px 0;
    text-align: center; /*set value to "left", "center", or "right"*/
}

.nav2container ul li{
    display: inline;
	margin: 0 0 0 5px;
}

.nav2container ul li a, .nav2container ul li a:visited{
    margin: 0;
    height: 20px;
	padding: 4px;
	border: 1px solid #576e7c;
	text-decoration: none;
}
.nav2container ul li a:hover{
    background-color: #ffffff;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font: 12px/18px "Trebuchet MS","Times New Roman", Times, serif;
	z-index:100;
    background-color: white;
    width: 180px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #F0F0F0;
}