#header-menu{
	left:18px;
	position:relative;
}

#header-menu li{
display:inline;
padding:0 32px 0 0;
text-transform:uppercase;
}

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

.dropmenudiv{
padding-top:15px;
position:absolute;
top: 15px;
text-align:left;
line-height:18px;
z-index:100;
width: 120px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-decoration: none;
font-size:12px;
font-weight:bold;
text-transform: uppercase;
color: black;
background-color:#ffffff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #3786be;
}

#dropmenu{
	position:absolute;
}
#dropmenu a{
	position:relative;
	right:25px;
}
#dropmenu span{
	position: relative;
	left:5px;
	bottom:6px;
}
.selected{ /*currently selected tab*/
  color: #3786be;
}

