/*************************************************************************
* 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
 */
.newworld {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 16px;
 	font-weight: bold;
}
/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.newworld ul {
	font-weight: bold;
	font-size: 12px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.newworld li {
	width: 258px;
	background-image: url(img/custom/bnt.blue.png);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.newworld ul li {
	background-image:none;
	padding:0px;
	border-bottom: 0px solid #FFFFFF;
	margin: 0px ;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.newworld a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 42px;
	padding: 0px 8px 0px 36px ;
	cursor: pointer;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.newworld ul a {
	color: #DADADA;
	line-height: 22px;
	padding: 0px 15px 0px 26px ;
	border-right: none;
	border-left: none;
}



/*
 * Settings specific to the "METAL ORANGE" skin only
 *
 */
/* this applies to the last item in the first level */
.newworld li.last {
	margin: 0px;
}
/* this applies to the first item of the second (or more) level */
.newworld ul li {
	background-image: none;
	background-color: transparent;
}
/* this applies to the last item of the second (or more) level */
.newworld ul li.first, 
.newworld ul li.last {
	background-image: none;
	background-color: transparent;
}

/***************************************************************************
* 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
 */
.newworld li.hover {
	background-image: url(img/custom/bnt.blue_hover.png);
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.newworld ul li.hover {
	background-image: none;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.newworld a.hover {
	color: #FFFFFF !important;
	padding: 0px 8px 0px 20px ;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.newworld ul a.hover {
  	color: #000033 !important;
	padding: 0px 15px 0px 26px ;
	font-weight: bold;
}

/*****************************************************************************
* 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
 */
.newworld li.selected {
	background-image: url(img/custom/bnt.orange.png);
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.newworld ul li.selected {
	background-image: url(img/custom/bnt.subselected.gif);
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.newworld a.selected {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 8px 0px 20px ;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.newworld ul a.selected {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 15px 0px 26px ;
}



/*************************************************************************
* 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;
}