/* ================================================================
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop7.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {
	list-style:none;
	z-index:200;
	width:600px;
	margin:0;
	padding:0px 0px 0px 254px;
	height:33px;
}

ul#nav li{
	float:left;
	padding:0;
	margin:0px 15px 0px 0px;
	list-style-type:none;

}

#nav li.top {display:block; float:left;}
#nav li a.top_link {
	display:block;
	float:left; 
	height:33px;
	line-height:33px; 
	color:#ccc; 
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	padding:0 0 0 25px; 
	cursor:pointer; 
}
#nav li a.cas {
	width:107px;
	background: top left no-repeat url(../i/mCasCliniques.gif);
 
} 

#nav li a.articles {
	margin:0;
	padding:0;
	width:186px;
	height:33px;
	background: top left no-repeat url(../i/mArticles.gif);
} 

#nav li a.cours {
	width:117px;
	background: top left no-repeat url(../i/mCours.gif);
} 



#nav li:hover a.top_link, #nav a.top_link:hover{
color:#ff0000;
background-position: 0 -33px;
}



#nav  span:hover, 
#nav  span
{display:none;}

#nav table {border-collapse:collapse; padding:0; width:0; height:0; margin:0 -20px 0 0;}

#nav .sub {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub{
	left:1px;
	top:33px;
	background-color:#00233f;
	padding:0;
	white-space:nowrap;
	width:185px;
	height:auto;
	z-index:300;
	color:#ffffff;
}
#nav :hover ul.sub li{
	display:block;
	height:20px;
	position:relative;
	float:left; width:183px;
	font-weight:normal;
	list-style: none;
	margin:0;
	padding:0;
	height:24px;
	line-height:24px;
	border-top:1px dashed #00b8e4;
	color:#ffffff;
}

#nav :hover ul.sub li:first-child{
	border:none;
}

#nav :hover ul.sub li a
{display:block;
font-size:11px;
height:18px;
width:183px;
line-height:18px;
text-indent:5px;
color:#fff;
text-decoration:none;
}
#nav :hover ul.sub li a:hover 
{color:#00b8e4;  height:18px; width:183px;border-color:#fff;}


