
@charset "UTF-8";

/** 
 * MTV.com CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		MTV
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

/* BEGIN first level */
ul.dropdown {
	
	font: bold  15px arial;
	color:#FFFFFF;
	background:transparent url(../images/menu/menu_bg.png) repeat-x top left;
	line-height:40px;
    padding:0;
	 
}

ul.dropdown li {
	
	 line-height:39px;
    border:medium none;
	 text-align:center;
	 background:transparent url(../images/menu/menu_separator.png) no-repeat scroll right top;	
	
}




ul.dropdown li.last {
background:none;
}


ul.dropdown li:hover > .dir {

		background:#4C4C4C;
		 color:#EBEBEB;	
}

ul.dropdown a:link,		
ul.dropdown a:visited {
color: #EBEBEB; text-decoration:none;}
ul.dropdown a,
ul.dropdown span {
 display: block;
 width: 85px;
 padding:0;
 text-align:center;}

ul.dropdown ul li a,
ul.dropdown ul *.dir {
 border-style: solid;
 border-width: 1px;
 border-color: #757575 #333333 #333333 #757575;}



/* END first level */

/* BEGIN second level */

ul.dropdown ul {	
	 margin-top:0px;
     font: 12px/1em Tahoma, Geneva, Verdana, sans-serif;
	 color:#dadada;
	 position:absolute;

	  width: 85px;

		}

	ul.dropdown ul li {
background-image:none;
line-height:25px;
width:150px;
background-color:#4C4C4C;}

ul.dropdown ul a,
ul.dropdown ul span {
	border-color:"a3afaf" "a3afaf" "e1ecec" "e1ecec";
	text-align:left;
    margin-left:0px;
	padding-left:10px;
	width:auto;}
	
ul.dropdown ul a:hover {		
			height:25px;
		    color:#FFF;		
			font-weight:bold;
			width:auto;
			text-align :left; 
			background-color:#000;
			margin-left:0px;
			padding-left:10px;}
			
ul.dropdown ul li:hover > *.dir {
 background-image: url(../images/menu/menu_right_arrow.png);
background-color:#000000;
color:#b0b0b0;
color:#fff;
font-weight:bold;
 background-position: 90% 50%;
 background-repeat: no-repeat;}		
		
		
/* END second level */


/* BEGIN left and right*/

.menu_left{
	background-image:url(../images/menu/menu_left_bg.png);
	display:block;
	float:left;
	height:39px;
	margin-top:0px;
	margin-left:37px;
	padding:0px;
	width:19px;}

.menu_right{
	background-image:url(../images/menu/menu_right_bg.png);
	background-repeat:no-repeat;
float:left;
	display:block;
	height:39px;
	margin-top:0px;
	padding:0px;
	width:19px;}

/* END left and right*/

/* BEGIN custom settings */
#n-ressources a { width:105px;}
#n-partners a { width:105px;}
#n-partners ul a { width:auto;}
#n-ressources ul a { width:auto;}
#n-solutions ul li {width:160px;}
#n-partners ul li {width:180px;}
#n-services ul ul li {width:180px;}

/* END custom settings */



