/* CSS Document */

/* Main tabbed navigation OVERRIDE*/

body {
	background-color: #b48130; 
	background-image:url("/xroot/IDs/dixiestampedebranson/images/ds_background.jpg");
	background-repeat: repeat-x;
	background-position: -100px 0;
	}


#menu {
	background:#be0807;
	background-image:url("/xroot/IDs/dixiestampedebranson/images/bg_menu.jpg");
	background-repeat: no-repeat;
	background-color:transparent;
	padding-left: 275px;
	text-transform:uppercase;
	}
  
#menu li {
 	background: none;
	color:#ffffff;
	}

#menu a {
 	background: none;
	color:#ffffff;
	}

div#menu li:hover {
 	background: none;
	color:yellow;
	}
	
div#menu li:hover a {
 	background: none;
	color:yellow;
	}

#menu #current {
 	background: none;
	color:yellow;
	}
	
#menu #current a {
 	background: none;
	color:yellow;
	}

#container {
	border: 1px solid #945d25;
	}	
