/*************************************************************************
* 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
 */
.manellinature {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 9px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.manellinature ul {
	font-weight:normal;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.manellinature li {

	background-repeat: no-repeat;
	margin-bottom: 2px;
	width: 160px;
	background-color: #EEEEEE;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.manellinature ul li {
	background-image: none;
	margin: 0px;
	background-color: #003366;
}


/* these settings are specific to NATURE skin only */
/* this applies to the last item of the first level */
.manellinature li.last {
	margin: 0px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.manellinature a {
	text-decoration: none;
	color: #000066;
	line-height: 28px;
	padding: 0px 8px 0px 31px ;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.manellinature ul a {
 	color: #FFFFFF;
 	padding: 0px 8px 0px 22px ;
	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
 */
.manellinature li.hover {

	background-color: #0099CC;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.manellinature ul li.hover {
  	background-image: none !important;
	background-color: #0033FF;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.manellinature a.hover {
	color: #FFFFFF !important;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.manellinature 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
 */
.manellinature li.selected {

	background-color: #6633CC;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.manellinature ul li.selected {
	background-image: none;
	background-color: #9999CC;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.manellinature a.selected {
	color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.manellinature ul a.selected {
	color: #FFFFFF;
	font-weight: bold;
}


/******************************************************************************
* 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
 */
.manellinature .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
 */
.manellinature .hover ul .arrow,
.manellinature 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
 */
.manellinature .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
 */
.manellinature 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.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable 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;
}
