/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.simple {
 	border: 1px solid #97C22A; border-bottom: none; border-left: none; border-right: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	font-weight:normal;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.simple ul {
 	border: 1px solid #99C12A; border-bottom: none; 
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	width: 150px;
	/*white-space: nowrap;*/
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.simple ul li {
	background-image: none;
	background-color: beige;
 	width: 150px; 
	white-space: normal;
	padding:0px; margin:0px; border: none;  
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple a:link, .simple a:visited {
 	border: none; border-bottom: 1px solid #97C22A;
	text-decoration: none; cursor:pointer;
	padding: 6px 10px 6px 8px;
	color: #FFFFFF; 
	background: url(../../../../images/nav_a_04.gif) no-repeat scroll center right; 	
	background-color:#3c7b21;			

}

.simple a:hover {
 	border: none; border-bottom: 1px solid #97C22A;
	text-decoration: none; cursor:pointer;
	padding: 6px 10px 6px 8px;
	color: #FFFFFF; 
	background: url(../../../../images/nav_a_04.gif) no-repeat scroll center right; 	
	background-color:#184e00;			

}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a:link, .simple ul a:visited {
 	border: none; border-bottom: 1px solid #99C12A;
	text-decoration:none; cursor:pointer;	
	padding: 6px 10px 6px 8px;
 	color: #FFFFFF; 
	background-image:none; 
	text-decoration:none;	  
}

.simple ul a:hover {
 	border: none; border-bottom: 1px solid #99C12A;
	text-decoration:none; cursor:pointer;	
	padding: 6px 10px 6px 8px;
 	color: #FFFFFF; 
	background-image:none; 
	text-decoration:underline;	  
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/
/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.simple li.hover {
	/*background-position: 0px 12px !important; */
	/*background: url(img/bg.gif) repeat scroll top left;*/
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.simple ul li.hover {

}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simple a.hover {
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a.hover {
  	color: #FFFFFF !important;
}
/*****************************************************************************
* 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
 */
.simple li.selected {
	/*background-position: 0px 22px;*/
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.simple ul li.selected {
}

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.simple ul a.selected {
	/*color: brown;*/
}
/******************************************************************************
* 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 *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.simple .arrow {
	/*background: url(img/arrow.gif) no-repeat scroll center right;*/	
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a:link, div.vertical a:visited {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical ul li ul li a:link, div.vertical ul li ul li a:visited {
	clear: both;
}
.hasImg,
.hasImg a:link, .hasImg a:visited {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}

#bgnd_img_none {
	background-image: none;
}

#subnav_w_submenu {
	background: url(../../../../images/nav_a_04.gif) no-repeat scroll center right;
	background-color:#3c7b21;	
}

#subnav_w_submenu:hover {
	background-color:#184e00;	
}