/*
 * SITE NAVIGATION PROTOTYPE
 */
 
 
 #form1 #submit {
height: 18px;
width: 55px;
font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic", Arial, Helvetica;
font-size: 11px;
font-weight: normal;
color: white;
background-color: #B74511;
text-transform: uppercase;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

/*** CONTAINER PROPERTIES ***/

#topnav-outer-wrapper {
  margin: 0;
  position: absolute;
  top: 56px;
  left: 0;
  text-align: center;
  width: 100%;
}

#topnav {
  /* background-image: url(images/bkgrnd_globalnav.gif);
  background-repeat: repeat-x; */
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

/*** TOP-LEVEL MENU PROPERTIES ***/

#topnav ul.menu {
	margin: 0;
	height: 28px;
	background: transparent;
	padding: 0;
	text-transform: none;
}

/*** SUB-MENU PROPERTIES ***/

#topnav ul.menu2 {
	margin: 1px 0px 0px -1px;
	position: absolute;
	top: -999em;
	height: auto;
	padding: 2px 0px 8px 0px;
	overflow: hidden;
	z-index: 21;
border-right: solid 1px #AA6641;
border-left: solid 1px #AA6641;
border-bottom: solid 1px #AA6641;
	background-color: #A33B05;
	background-image: url('images/bkgrnd_dropnav.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*** THESE ARE THE ONLY THREE CLASSES OF LIST ITEM IN THE TOP-LEVEL MENU ***/

#topnav li.image-only {
	list-style-type: none;
	float: left;
	height: 28px;
	position: relative;
   margin: 0;
   padding: 0;
   text-align: center;
}

#topnav li.category {
   padding: 1px 0px 0px 0px;
	list-style-type: none;
	float: left;
	height: 28px;
	position: relative;
   margin: 0;
   text-align: left;
}

#topnav li.category img {
	padding-top: 2px;
	border:0px;
}

#topnav li.nosubmenu {
   padding: 0;
	list-style-type: none;
	float: left;
	height: 28px;
	position: relative;
   margin: 0;
   text-align: center;
   overflow: hidden;
}

/*** THIS IS A SPECIAL ADD-ON CLASS TO ADD A LEFT BORDER ***/

#topnav li.leftsep > a {
   border-color: transparent transparent transparent #ffffff !important;
}

/*** LIST ITEMS IN THE TOP-LEVEL MENU ***/

#topnav li.category > a {
   text-indent: 0;
   outline: none;
   font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic", Arial, Helvetica;
font-size: 10px;
font-weight: bold;   text-decoration: none;
   height: 19px;
	display: block;
	position: relative;
	border: none;
	text-transform:uppercase;
	color: #D8C6A6;
   padding: 7px 10px 3px 11px;
   cursor: pointer;
   letter-spacing: 1px;
}

.search-link {
   text-indent: 0;
   outline: none;
   font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic", Arial, Helvetica;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   height: 19px;
	display: block;
	position: relative;
	border: none;
	text-transform:none;
	color: #e39d3d;
   padding: 7px 4px 3px 9px;
   letter-spacing: 2px;
}

#topnav li.category > a:link,
#topnav li.category > a:visited {
}

#topnav li.category > a:hover,
#topnav li.category > a:active {
}

#topnav li.nosubmenu > a {
   text-indent: 0;
   outline: none;
   font-family: sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
   height: 28px;
	display: block;
	position: relative;
	border: none;
	text-transform:none;
	color: #ffffff;
   padding: 5px 10px;
   cursor: pointer;
}

#topnav li.nosubmenu a:hover {
}

#topnav ul.menu > li > a {
   border-width: 0 1px;
   border-color: transparent;
   border-style: solid;
}

#topnav li:hover ul {
	left: 0;
	top: 28px;
	z-index: 22;
}

#topnav ul.menu > li:hover > a {
   background-color: #A33B05;
   color: #EBA850;
}

/*** LIST ITEMS IN THE SUB-MENUS ***/

#topnav li.leaf {
	width: 100%;
	height: auto;
	line-height: normal;
	text-transform:none;
	padding: 0;
	list-style-type: none;
	float: left;
	position: relative;
	z-index: 20;
   text-align: left;
}

#topnav li.leaf > a {
	text-indent: 0;
	outline: none;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	border: none;
	text-transform: none;
	padding: 5px 0 7px 12px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #D8C6A6;
}

#topnav li.leaf > a:link,
#topnav li.leaf > a:visited {
	color: #D8C6A6;
}

#topnav li.leaf > a:hover,
#topnav li.leaf > a:active {
   color: #EBA850;
}

/*
 * SET THE MENU ITEM WIDTHS
 */

#menu-item-0 { width: 62px; }
#menu-item-1 { width: 116px; }
#menu-item-2 { width: 90px; }
#menu-item-3 { width: 81px; }
#menu-item-4 { width: 101px; }
#menu-item-5 { width: 52px; }
#menu-item-6 { width: 89px; }
#menu-item-7 { width: 56px; }
#menu-item-8 { width: 65px; }
#menu-item-9 { width: 132px; }


/*
 * CUSTOMIZE THE SUB-MENU WIDTHS BELOW
 */
 

#menu-item-1 ul {
	width: 163px;
}

#menu-item-2 ul {
	width: 170px;
}

#menu-item-3 ul {
	width: 165px;
}

#menu-item-4 ul {
	width: 160px;
}

#menu-item-5 ul {
	width: 157px;
}

#menu-item-6 ul {
	width: 130px;
}

#menu-item-7 ul {
	width: 106px;
}

/*
#menu-item-8 > a {
   padding-left: 20px !important;
   padding-right: 20px !important;
}

#menu-item-9 > a {
   padding-left: 20px !important;
}
*/
