/*************************************************************************
* 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
 */
.nmenu {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 9pt;
 	font-weight: bold;
	color:#333333;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.nmenu ul {
	font-weight:normal;
	color:#333333;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.nmenu li {
	/*background-image: url(img/custom/imgs_06.gif);
	background-repeat: no-repeat;*/
	background-color:#eafad6;
	width: 200px;
	margin-bottom: 2px;
	color:#333333;
	
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.nmenu ul li {
	background-image: none;
	background-color: #eafad6;
	color:#333333;
	width: 175px;
	border-bottom: solid 1px #D7D7D7;
	margin: 0px;
}


/* these settings are specific to NATURE skin only */
/* this applies to the last item of the first level */
.nmenu li.last {
	margin: 0px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.nmenu a {
	text-decoration: none;
	color:#333333;
	line-height: 29px;
	padding: 0px 30px 0px 30px ;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.nmenu ul a {
 	color: #757575;
	line-height: 19px;
}


/***************************************************************************
* 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
 */
.nmenu li.hover {
	/*background-image: url(img/custom/imgs_06on2.gif) !important;*/
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.nmenu ul li.hover {
	background-image: none !important;
	background-color: #eafad6 !important;
	color:#333333;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.nmenu a.hover {
	color:#333333; !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.nmenu ul a.hover {
  	color:#333333 !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
 */
.nmenu li.selected {
	background-image: url(img/custom/imgs_06on1.gif);
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.nmenu ul li.selected {
	background-image: none;
	background-color: #eafad6;
	color:#333333;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.nmenu a.selected {
	color:#333333;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.nmenu ul a.selected {
	color:#333333;
}


/******************************************************************************
* 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
 */
.nmenu .arrow {
	background-image:url(img/white_arrow_horizontal.gif);
	background-repeat: no-repeat;
	background-position: 14px 11px;
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.nmenu .hover ul .arrow,
.nmenu ul .arrow {
	background-image:url(img/green_arrow_horizontal.gif);
	background-position: 14px 5px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.nmenu .hover .arrow {
	background-image:url(img/green_arrow_horizontal.gif);
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
.nmenu ul .hover .arrow {
	background-image:url(img/green_arrow_horizontal.gif);
}
/*************************************************************************
* 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: auto !important;
}