
#navigation {
width:100%;
height:33px;
background-color:#bcccce;
padding:3px 0 0 0;
}

.menutabs{
border-bottom: 0 solid gray;
}

.menutabs ul{
padding: 8px 0;
margin-left: 12px;
margin-top: 0;
margin-bottom: 0;
font: bold 12px Arial, Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.menutabs li{
display: inline;
margin: 0;
}

.menutabs li a{
text-decoration: none;
padding: 4px 8px 4px 8px;
border-right: 2px #8eaab1 solid;
color: #074554;
}

.menutabs li a:visited {
color: #074554;
}

.menutabs li a:hover{
color: #fff;
background-color: #074554;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #F6F4E8; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial, Verdana;
line-height:18px;
z-index:100;
width: 180px;
visibility: hidden;
margin-left:-1px;
color: #fff;
background-color: #17515f;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 10px;
border: 0 solid #F6F4E8; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 3px 0;
text-decoration: none;
color: #fff;
background-color: #17515f;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #074554;
background-color: #87a5ad;
}

#sidenav{
width: 100%;
padding: 0;
margin: 0 0 15px 0;
color: #074554;
}

* html #sidenav{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #sidenav */
}

#sidenav ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#sidenav li {
border-bottom: 3px solid #eee;
margin: 0;
}

#sidenav li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 5px solid #618991;
border-right: 5px solid #17515f;
background-color: #17515f;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #sidenav li a{ /*Non IE6 width*/
width: auto;
}

#sidenav li a:hover{
border-left: 5px solid #BCCCCE;
border-right: 5px solid #17515f;
background-color: #17515f;
color: #fff;
}