/*************************************************************************
* 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
 */
.NL_look {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	font-weight: bold;
 
	border: thin solid #B6A490;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.NL_look ul {
	font-weight: normal;
 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
 * specific to NL_look skin only
 * Applies to third (or more) level menu containers
 */
.NL_look ul ul {
}

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

	width: 110px;
	background-image: url(img/bgtop_v_sel.gif);
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.NL_look ul li {

	background-image: url(img/bg_sub.gif);
}

/*
 * specific to NL_look skin only
 * Applies to third (or more) level menu items
 */
.NL_look ul ul li {
	width: 140px;
	border-left: 2px solid #65688F;
	border-right: 2px solid #65688F;
}


/*
 * specific to NL_look skin only
 * Applies to the first item of third (or more) level
 */
.NL_look ul ul li.first {
	border-top: 2px solid #65688F;
}

/*
 * specific to NL_look skin only
 * Applies to the last item of third (or more) level
 */
.NL_look ul ul li.last {
	border-bottom: 2px solid #65688F;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.NL_look a {
	text-decoration: none;
	color: #623F1E;
	text-align: left;
	line-height: 20px;
	padding: 1px 1px 1px 4px ;
	cursor: pointer;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.NL_look ul a {
	text-align: left;
	line-height: 14px;
	border-top: 1px solid #9C8B7D;
	padding: 1px 1px 1px 6px ;
	color: #222222;
}

/*
 * specific to NL_look skin only
 * Applies to links located in the third (or more) level menu items
 */
.NL_look ul ul a {
	border: none;
	padding-left: 6px;
}

/*****************************************************************************
* 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
 */
.NL_look li.selected {

	background-image: url(img/bgtop_v.gif);
}

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

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

	font-weight: bold;
	color: #623F1E;
}

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


/***************************************************************************
* 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
 */
.NL_look li.hover {

	background-image: url(img/bgtop_v.gif);
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.NL_look ul li.hover {


}

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

	font-weight: bold;
	color: #B57400;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.NL_look ul a.hover {
	color: #623F1E;
	font-weight: normal;
}


/*
 * specific to NL_look skin only
 * Applies to third (or more) level menu items
 */
.NL_look ul ul li.hover {
	background-color: #65688F;
}

/******************************************************************************
* 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
 */
.NL_look .arrow {
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.NL_look .hover ul .arrow,
.NL_look ul .arrow {
	background-image: url(img/pos2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.NL_look .hover .arrow {
}

/* 
 * 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
 */
.NL_look ul .hover .arrow {
}
/*************************************************************************
* 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;
}