

.navigationbuttons {
float:left;
width:100%;
font-size: 1.1em;
line-height:normal;
border-bottom: 1px solid gray;
color: #fff;
}

* html .navigationbuttons{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.navigationbuttons ul {
list-style-type: none;
margin:0;
padding:12px 10px 0 10px;
}

.navigationbuttons li {
display:inline;
margin:0;
padding:0;
}

.navigationbuttons a {
float:left;
background:url(media/tableft1.png) no-repeat left top;
margin:0;
padding:0 0 0 8px;
text-decoration:none;
color: #fff;
}

.navigationbuttons a span {
float:left;
display:block;
background:url(media/tabright1.png) no-repeat right top;
padding:10px 10px 10px 2px;
font-weight:normal;
color:#fff;
margin: 0 5px 0 0;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.navigationbuttons a span {float:none;}
/* End IE5-Mac hack */

.navigationbuttons a:hover span, .navigationbuttons li.selected a span{
color: #fff;
}

.navigationbuttons a:hover, .navigationbuttons li.selected a{
background-position:0% -35px;
color: #fff;
}

.navigationbuttons a:hover span, .navigationbuttons li.selected a span{
background-position:100% -35px;
color: #fff;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


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

.dropmenudiv_c {
position:absolute;
top: 0;
border: 1px solid #e6433b; /*THEME CHANGE HERE*/
border-width: 0 1px;
font: normal 1.1em Tahoma;
line-height:18px;
z-index:100;
background-color: #ec0303;
width: 200px;
visibility: hidden;
color: #fff;
}


.dropmenudiv_c a {
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #e6433b; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #fff;
}

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

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