/* Basic code - don't modify */

 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }

/* Essentials - configure this */

#nav ul { }
#nav ul ul { left: 131px; }

/* Everything else is theming */

#nav { height: 35px; background: url("../images/menu_bg.gif"); repeat-x; text-shadow: black 0.1em 0.1em 0.2em; letter-spacing: 1px; /*font-family: helvetica, arial, verdana, geneva, sans-serif;*/  }
#nav *:hover {
					color: #FFF051;
					background: url("../images/hovermenu.gif"); repeat-x;
					border-radius: 0px;
					-moz-border-radius: 0px;
					-webkit-border-radius: 0px;}
#nav a {	/*border-left: background: url("../images/menu_bg.gif"); no-repeat;
			border-right: background: url("../images/menu_bg.gif"); no-repeat;*/
			border-bottom: 1px solid #841D0A;
			/*border-left: 1px solid #000000;*/
			/*border-right: 1px solid #000000;*/
			color: #FFF051;
			/*text-shadow: #aaaaaa 0.1em 0.1em 0.2em;*/
			font-size: 11px;
			padding-top: 12px;
			padding-bottom: 12px;
			padding-left: 1px;
			padding-right: 1px;
			line-height: 1;
			text-decoration: none;
			font-weight: none;
		}
  #nav li.hover a { /*background-color: #ffffff; color: #ffffff;*/ }
  #nav ul { top: 25px; }
    #nav ul li a { background-color: #5E5A5A; }
      #nav ul a.hover { /*background-color: #666666; color: #ffffff;*/ }
   #nav ul a { /*border-bottom: 1px solid #841D0A;*/
   				border-right: 1px solid #841D0A;
   				opacity: 0.95; filter: alpha(opacity=95); }



.curMenuItem {
	cursor: default;
	display: block;
/*	background: url("../images/hover.gif"); repeat-x;*/
	background-color: #841D0A;
	color: #FFF051;
	font-size: 11px;
/*	font-weight: bold;*/
	text-decoration: none;
	height: 11px;
	line-height: 1;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 1px;
	padding-right: 1px;
	border-bottom: 1px solid #841D0A;
}

#nav .curMenuItem:hover {
	background: none;
	background-color: #841D0A;
}

/* FireBox BBQ Red: 841D0A */
/* FireBox BBQ Yellow: FFF051 */
