/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/
.metal_simple {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
 	font-weight: bold;
}


.metal_simple ul {
	font-weight:normal;
}


.metal_simple li {
	background-color: #404B18;
}

.metal_simple ul li {
	width: 140px;
	background-image: none;
	background-color: #8E9C61;
	padding: 0px;
	border-bottom: 1px solid #272324;
	border-left: 1px solid #272324;
	border-right: 1px solid #272324;
	text-align: left;
}

.metal_simple a:link, .metal_simple a:visited {
	text-decoration: none;
	color: #FCFFE1;
	line-height: 26px;
	padding: 1px 25px 1px 25px;
	border-right: 1px solid #5B692C; 
	cursor: pointer;
	text-align: center;
}

.metal_simple ul a:link, .metal_simple ul a:visited {
	color: #FCFFE1;
	line-height: 22px;
	padding: 0px 8px 0px 8px;
	border-right: none;
	border-left: none;
	text-align: left;
}


.metal_simple li.first {
	border-left: 1px solid #73715E;
	}




/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/
/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.metal_simple li.selected {
	background-color: #3A4516;
	color: #F4FAC0;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.metal_simple ul li.selected {
	background-color: #634E3A;
	color: #505050;

}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.metal_simple a.selected {
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.metal_simple ul a.selected {
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/


.metal_simple li.hover {
	background-color: #FCFFE1;
		color: #404B18; 
}
  

.metal_simple ul li.hover {
	background-color: #2D3511;
	border-bottom-color: #295042;
}


.metal_simple a:hover{
	color: #404B18; !important;
}


.metal_simple ul a:hover{
  	color: #FEFFF2; !important;
}






/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/


.metal_simple .arrow {
	background-image:url(img/arrow_horizontal_dark.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}


.metal_simple .hover ul .arrow,
.metal_simple ul .arrow {
	background-image:url(img/arrow_horizontal_dark.gif);
	background-position:10px 10px;
}


.metal_simple .hover .arrow {
	background-image:url(img/arrow-red_vertical.gif);
	background-position: 10px 10px;
}


.metal_simple ul .hover .arrow {
	background-image:url(img/arrow_horizontal_white.gif);
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}

/* add by Jim */
.menubak {
	background-color: #404B18;
	height: 30px;
}

.menubot {
background-color: #000000;
height: 2px;

}
