
/*************************************************************************
* 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
 */
.simple2 {
 	/*border: 1px solid violet; border-bottom: none;*/
	font-family: Arial;
	font-size: 11px;
 	font-weight: normal;
	letter-spacing: 0px;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.simple2 ul { 
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	border: 1px solid #ffffff;
	color:#026f2f;
	padding:0px 0px 0px 0px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple2 li {
	/*background: url(img/bg.gif) repeat scroll top left;*/
	/*width: 150px;*/
	white-space: nowrap;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.simple2 ul li {
	background-image: none;
	background-color: #581719;
 	width: 180px; 
	white-space: normal;
	padding:3px 6px 3px 6px; margin:0px; border: none;
	text-indent:0px;
border-bottom: 1px solid #ffffff;
	
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple2 a, .simple2 a:visited {
 	/*border: none; border-bottom: 1px solid violet;*/
	text-decoration: none; cursor:pointer;
	padding: 0px 0px 0px 0px;
	color: #ffffff;		
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.simple2 ul a, .simple2 ul a:visited {
 	border: none;  
	text-decoration:none; cursor:pointer;	
	padding: 0px 0px 0px 0px;
 	color: #ffffff;	 

}

.simple ul li a, .simple ul li a:visited {
 	border: none; border-bottom: 1px solid #ffffff;
	text-decoration:none; cursor:pointer;	
	padding: 0px 0px 0px 0px;
 	color: #ffffff;		

}


/***************************************************************************
* 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
 */
.simple2 li.hover {
	background-color: #c3b486; text-decoration: none;
  	background-image: none;
	width: 180px; 
	color:#000000;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.simple2 ul li.hover {
  	background-color: #c3b486; text-decoration: none;
  	background-image: none;
	width: 180px; 
	color:#000000;
}

/*
 * Mouse over on links (border hover)
 * Applies to all links in all menu items
 */
.simple2 a.hover {
	background-color: #c3b486; text-decoration: none;
  	background-image: none;
	width: 180px; 
	color:#000000;

}

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

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.simple2 ul li.selected { width: 180px; 
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple2 a.selected { width: 180px; 
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.simple2 ul a.selected { width: 180px; 
	/*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
 */
.simple2 .arrow {
	/*background: url(img/arrow.gif) no-repeat scroll center right;*/	
}

/***************************************************************************
* 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
 */
.simple2 li.hover { width: 180px; 
	/*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
 */

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simple2 a.hover { width: 180px; 
}

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

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.simple2 ul li.selected { width: 180px; 
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple2 a.selected { width: 180px; 
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.simple2 ul a.selected { width: 180px; 
	/*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
 */
.simple2 .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 {
	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 {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: 220px !important;
}

