@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, 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
 *
 */

@import "helper.css";


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.dropdown {
 font-weight: bold;
 width:500px;
 z-index:1000;
}

	ul.dropdown li {
	 padding: 5px 2px 5px;
	 border-style: solid;
	 border-width: 0px 0px 0px 0;
	 color: #FFF;
	 font-size:13px;
	 font-weight: bold;
	 font-family: Arial;
	  height:35px;
	}
	

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 color: #FFF;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #ffa300; text-decoration: none;}
	ul.dropdown a:hover		{ color: #828282; }
	ul.dropdown a:active	{ color: #FFCC00; }
	
	ul.dropdown a.accueilactif		{
	 color: #ffa300;
	 display:block;
	 text-align:center;
	 line-height:30px;
	 font-size:13px;
	 font-weight: bold;
	 font-family: Arial;
	 background:url(../../../../images/accueil.jpg) no-repeat;
	  height:35px;
	  width:76px;
	 }
	
	ul.dropdown a.accueil		{
	 color: #828282;
	 display:block;
	 text-align:center;
	 line-height:30px;
	 font-size:13px;
	 font-weight: bold;
	 font-family: Arial;
	  height:35px;
	  width:76px;
	 }
	 
	 ul.dropdown a.accueil:hover		{
	 color: #ffa300;
	 text-align:center;
	 font-size:13px;
	 font-weight: bold;
	 font-family: Arial;
	 background:url(../../../../images/accueil.jpg) no-repeat;
	  height:35px;
	  width:76px;
	 }
	 
	 ul.dropdown a.presactif		{
	 color: #ffa300;
	 display:block;
	 text-align:center;
	 line-height:30px;
	 font-size:13px;
	 font-weight: bold;
	 font-family: Arial;
	 background:url(../../../../images/presentation.jpg) no-repeat;
	  height:35px;
	  width:100px;
	 }
	
	ul.dropdown a.pres		{
	 color: #828282;
	 display:block;
	 text-align:center;
	 line-height:30px;
	 font-size:13px;
	 font-weight: bold;
	 font-family: Arial;
	  height:35px;
	  width:100px;
	 }
	 
	 ul.dropdown a.pres:hover		{
	 color: #ffa300;
	 text-align:center;
	 font-size:13px;
	 font-weight: bold;
	 font-family: Arial;
	 background:url(../../../../images/presentation.jpg) no-repeat;
	  height:35px;
	  width:100px;
	 }


ul.dropdown a.collactif		{
	 color: #ffa300;
	 display:block;
	 text-align:center;
	 line-height:30px;
	 font-size:13px;
	 font-weight: bold;
	 font-family: Arial;
	 background:url(../../../../images/presentation.jpg) no-repeat;
	  height:35px;
	  width:100px;
	 }
	
	ul.dropdown a.coll		{
	 color: #828282;
	 display:block;
	 text-align:center;
	 line-height:30px;
	 font-size:13px;
	 font-weight: bold;
	 font-family: Arial;
	  height:35px;
	  width:100px;
	 }
	 
	 ul.dropdown a.coll:hover		{
	 color: #ffa300;
	 text-align:center;
	 font-size:13px;
	 font-weight: bold;
	 font-family: Arial;
	 background:url(../../../../images/presentation.jpg) no-repeat;
	  height:35px;
	  width:100px;
	 }

	/* -- level mark -- */

	ul.dropdown ul {
	 width: 170px;
	 margin-left:0px;
	 border-top:1px solid #FFF;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		 background: #FF0099;
		 font-family:Tahoma;
		 border-left:1px solid #FFF;
		 border-right:1px solid #FFF;
		 border-bottom:1px solid #FFF;
		 width: 158px;
		 font-size:11px;
		 height:16px;
		}
		
		
		ul.dropdown ul li a:link, ul.dropdown ul li a:visited{
		 font-weight: normal;
		 font-family:Tahoma;
		 display:block;
		 color: #FFF;
		 font-size:12px;
		 font-weight:bold;
		 height:16px;
		}
		
		ul.dropdown ul li a:hover{
		 font-weight: normal;
		 font-family:Tahoma;
		 color: #E8EBBE;
		 font-size:12px;
		 font-weight:bold;
		 height:16px;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 10px;
 background-image: url(images/nav-arrow-down.gif);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 5px;
 background-image: url(images/nav-arrow-right.gif);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.gif);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.gif);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 5px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.gif);
 background-position: 0 50%;
}