.menu-tabs{
	background-color:#000000;
	height:30px;
}
.menu-tabs ul{
padding:10px 0 0 5px;
margin: 0;
font-weight:normal;
font-size:12px;
font-family:Tahoma, Arial, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.menu-tabs li{
display:inline;
padding-left:2px;
padding-bottom:3px;
margin-right:15px;
background-color:#000000;
}
.menu-tabs li a{
text-decoration: none;
padding-top:10px;
color:#DEDEDE;
/*background: url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
padding-left:2px;
padding-bottom:2px;
margin-right:15px;
background-color:#000000;
}

.menu-tabs li a:visited{
/*color: #DEDEDE;*/
}

.menu-tabs li a:hover{
text-decoration:none;
color: #DE3B21;
background-color:#000000;
}

.menu-tabs li.selected{
color: #DE3B21;
}

.menu-tabs li.selected a{ /*selected main tab style */
background-color:#000000;
color: #DE3B21;
}

.menu-tabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #DE3B21;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px;
line-height:18px;
z-index:100;
background-color:#000000;
width: 160px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color:#DEDEDE;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#DE3B21;
}
