/*************************************************************************
* 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
 */
.modern_eurofins {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	font-weight: normal;
	z-index:99999;
	color:#FFF;
}

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

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.modern_eurofins li {
/*background-color:#6D93BD;*/
	/*background-color: #039 ;*/
	background-image:url(/30000/images/redGradient.png);
	background-repeat:repeat-x;
	background-position:top;
	width: 98px;
	margin-right: 2px;
}


/*
 * Specific to MODERN skin only
 * Applies to the last item of the first level
 */
.modern_eurofins li.last {
	padding-right: 0px;
}



/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.modern_eurofins ul li {
	background-color: #6D93BD ;
	background-image: none;
	border: none;
	margin-right: 0px;
 	width: 160px;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.modern_eurofins a {
	color: #333;
	text-decoration: none;
	padding: 2px 2px 2px 20px;
	line-height: 25px;
	cursor: pointer;
	/*border-bottom:2px solid #806C59;*/
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.modern_eurofins ul a {
	border-bottom:1px solid #ffffff;
	color: #FFF;
}


/*****************************************************************************
* 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
 */
.modern_eurofins li.selected {
	/*background-color: #1F3259;
	background-image: none;*/
	color: #900;
	text-decoration:underline;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.modern_eurofins ul li.selected {
	background-color: #6D93BD;
	color:#900;
	text-decoration:underline;
}

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

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.modern_eurofins ul a.selected {
}


/***************************************************************************
* 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
 */
.modern_eurofins li.hover {
	text-decoration:underline;
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.modern_eurofins ul li.hover {
	background-color: #6D93BD;
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.modern_eurofins a.hover {
	color: #900;
	/*border-top:2px solid #406E8E;*/
	border-bottom: none;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.modern_eurofins ul a.hover {
	border-top: none;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
}


/*
 * Specific to MODERN skin only
 * Applies to links located in the third (or more) level menu items
 */
.modern_eurofins ul ul li.hover  {
	background-color: #6D93BD;
}


/******************************************************************************
* 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
 */
.modern_eurofins .arrow {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}

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

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
.modern_eurofins .hover .arrow {
	background-image: url(img/arrow_down_light.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
 */
.modern_eurofins ul .hover .arrow {
	background-image: url(img/arrow_right_light.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;
	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;
}