.navigation {
margin-bottom: 0em;
}

.navigation ul {
padding: 0px 9px 0px 5px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-weight: normal;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: none;
}

.navigation li{
display: inline;
margin: 0;
}

.navigation li a {
text-decoration: none;
padding: 0px 0px 0px 5px;
margin: 0;
margin-right: 10px; /*distance between each tab*/
border-left: none;
color: #666;
font-weight: bold;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background-color: #eee;
}

.navigation li a:visited {
color: #666;
text-decoration: none;
}

.navigation li a:hover {
color: #003366;
background-color: #eee;
text-decoration: none;
}

/*.navigation li.selected a {
color: #003366;
background-color: #eee;
text-decoration: none;
}*/



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e {
position:absolute;
top: 0;
margin-top: 6px;
border: 1px solid #999; /*THEME CHANGE HERE*/
border-width: 1px 1px;
font-weight: bold;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #eee;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a, .dropmenudiv_e a:visited {
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #666; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #003366;
font-weight: bold;
}


* html .dropmenudiv_e a, * html .dropmenudiv_e a:hover, * html .dropmenudiv_e a:visited{ /*IE only hack*/
width: 100%;
text-decoration: none;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #96aac1;
color: #fff;
text-decoration: none;
}
