.slidetabsmenu{
float:right;
margin-top: 74px;
width:960px;
font-size: 12px;
line-height:normal;
float: right;
font-family: Arial, Helvetica, sans-serif;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

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

.slidetabsmenu a{
float:left;
margin:0;
margin-right: 5px;
padding:0px 0 0px 14px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
padding:9px 19px 10px 8px;
height: 14px;
font-weight:bold;
color:#fff;
}

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

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: #ff0000;
background: #fff;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -125px;
}

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-width: 0 1px;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
padding: 5px;
text-decoration: none;
color: #fff;
background: #dc0b0c;
}
.dropmenudiv_c a.twoList{
background: #c60203;
}

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

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

/* ######### Responsive CSS ######### */


@media screen and (max-width: 480px){

	.slidetabsmenu li{
		display: block !important;
		width: 100%;
		margin: 0;
	}

	.slidetabsmenu li a{
		display: block;
		padding: 10px auto;
		font-size: 120%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.dropmenudiv_c{
		width: 100% !important;
		display: none;
		position: static;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	 .dropmenudiv_c a{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}