body {
	background: #ff0000;
	
	
}
.menubarholder {
height: 55px;
background: url(../images/redbar.png) repeat-x;
width: 100%;
}


th.header,
td.header,
div.header {
    background-color: #ab1515;
color: #fff;
}



.navbar input {
border: 1px solid #000;
font-size: 0.9em;
background: #ab1515;
color: #fff;
-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.navbar select {
background: #ab1515;
color: #fff;
font-size: 0.9em;

}


.sf-menu li li {
	background:		#ab1515;
}
.sf-menu li li li {
	background:		#ab1515;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#cf3232;
	outline:		0;
}


#tipsytopnav a.signin {
	background:#cf3232;
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
border: 1px solid #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:transparent url(images/toggle_up_dark.png) no-repeat 0 0;
	*padding:4px 12px 6px;
}
#tipsytopnav a.signin:hover {
	background:#ab1515;
	*background:transparent url(images/toggle_up_dark.png) no-repeat 0 0;
	*padding:4px 12px 6px;

}

