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


/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.metal_simple li {
	width: 92px;
	/*background-image:url(img/middle_tab2.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	padding: 1px 0px 1px 0px;
}
/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.metal_simple ul li {
	width: 179px;
	background-image: none;
	background-color: #A67AAD;
	padding: 0px;
	border-bottom: 1px solid #494949;
}



/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.metal_simple a {
	text-decoration: none !important;
	color: #FFF;
	line-height: 30px;
	padding: 0px 8px 0px 20px;
	/*border-right:1px solid #9F9F9F;
	border-left:1px solid #F9F9F9;
*/	cursor: pointer;
white-space:nowrap;
}
/*
 * Menu link settings
 * Applies to links that are to be found within the second (or more) level menu items
 */
.metal_simple ul a {
	color: #FFF;
	line-height: 22px;
	padding: 0px 8px 0px 30px;
	border: none;
}



/*
 * Settings specific to the "METAL SIMPLE" skin only
 *
 */
 /* this applies to the first item of the first level */
.metal_simple li.first {
/*	background-image: url(img/left_tab2.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
}
/* this applies to the last item in the first level */
.metal_simple li.last {
	/*background-image: url(img/right_tab2.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
}
/* this applies to the link inside the first item of the first level */
.metal_simple li.first a {
	border-left: none;
}
/* this applies to the link inside the last item of the first level */
.metal_simple li.last a {
	border-right: none;
}
/* this applies to the first/last item of the second (or more) level */
.metal_simple ul li.first,
.metal_simple ul li.last {
	background-image: none;
}

/***************************************************************************
* 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
 */
.metal_simple li.hover {
	color: #FFF;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.metal_simple ul li.hover {
	background-color: #666666;
	border-bottom-color: #666666;
}

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

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

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.metal_simple ul li.selected {
	/*background-color:#990099;*/
	color: #FFF;
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.metal_simple a.selected, .metal_simple ul a.selected, .metal_simple a.visited {
	color:#FFF;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.metal_simple ul a.selected {
		border-right: 1px dotted #FFF;

}


/******************************************************************************
* 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
 */
.metal_simple .arrow {
	/*background-image:url(img/arrow_horizontal_dark.gif);*/
	background-repeat: no-repeat;
/*	background-position: 7px 14px;*/
}

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.metal_simple .hover ul .arrow,
.metal_simple ul .arrow {
/*	background-image:url(img/arrow_horizontal_dark.gif);
	background-position:10px 10px;*/
	color: #FFF;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.metal_simple .hover .arrow {
	/*background-image:url(img/arrow-red_vertical.gif);
	background-position: 9px 12px;*/
}

/* 
 * 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
 */
.metal_simple ul .hover .arrow {
	/*background-image:url(img/arrow_horizontal_white.gif);*/
}
/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	/*display: block;*/
	display: inline;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal 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;
}
li.bgfade {
	font-family: Arial, Helvetica, sans-serif;
	border:	none !important;
	margin:	0px	!important;
	outline: none !important;
	width: auto !important;
	font-size: 12px;
	/*font-size: 14px;*/
	background-repeat: repeat-y;
	/*display: block;*/
	background-image: url(../../../../assets/images/nav/nav_gen_up.gif);
	background-position: right -1;
	/*color: #FFF !important;*/
}
li.bgfade>a{
	border:	none !important;
	background-image: url(../../../../assets/images/nav/nav_gen_up.gif);
	/*background-image: url(../../../../images/button_bg4.jpg);*/
	/*height: 28px;*/
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFF;
	text-align: center;
	background-position: right -1px;
	text-transform:uppercase;
	/*letter-spacing:1px;*/
	font-weight: bold;
	/*border-right: 1px dotted #FFF;*/
	display:inline-block;
	border: none;
}
li.bgfade.selected > a, li.bgfade.hover > a, li.bgfade.selected.hover, li.bgfade.hover{
	background-image: url(../../../../assets/images/nav/nav_gen_sel.gif);
	/*background-image: url(../../../../images/button_bg5.jpg);*/
	/*background-color: #CF0;*/
	background-position: right -1;
}