/* ================================================================ 

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.

=================================================================== */

/*modified by Christine Cé 9 March 2008 */

#menu {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:30px;  
	position:relative; 
	z-index:200; 
	font-family:arial, verdana, sans-serif;
	width:999px; 
}

#menu li.top-level {
	display:block; 
	float:left;
}

#menu li a.top_link {
	display:block; 
	float:left; 
	width:124px;
	border-width:1px 1px 0 0;
	border-color: #fff;
	border-style: solid;
	height:30px; 
	color:#fff; 
	text-decoration:none; 
	font-weight:bold;
	line-height:29px;
	background: #f60;
	font-size:110%;
}

#menu li.current a.top_link, #menu li:hover a.top_link, 
#menu a.top_link:hover, 
#menu li.current:hover a.top_link, 
#menu li.current a.top_link:hover {	
	color:#fff; 
	background: #633;}

#menu table {
	border-collapse:collapse; 
	padding:0; 
	width:0; 
	height:0; 
	margin:0;
}



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



#menu li:hover {
	position:relative; 
	z-index:200;
}

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

#menu :hover ul.sub-level {
	left:-1px; 
	top:31px; 
	background: #d9c3c3; 
	padding:0; 
	border:1px solid #fff; 
	white-space:nowrap; 
	width:124px; 
	height:auto; 
	z-index:300;
}

#menu :hover ul.sub-level li {
	display:block; 
	height:auto; 
	position:relative; 
	float:left; 
	width:124px; 
	font-weight:normal;
	text-align:center;
}

#menu :hover ul.sub-level li a{
	display:block; 
	font-size:1em; 
	height:auto; 
	width:114px; 
	line-height:1em; 
	color:#000; 
	text-decoration:none;
	padding:5px 5px;
	border-top:1px solid #fff;}

#menu :hover ul.sub-level li a:hover {
	background:#633; 
	color:#fff; 
	}



#menu li.current a:hover,
#menu li.current:hover {
	position:static; 
	white-space:normal; 
	z-index:1;}

#menu li.current .line {
	margin:0 0 0 10px; 
	padding:0; 
	list-style:none; 
	display:inline;
	position:absolute; 
	left:0; 
	top:38px; 
	width:980px; 
	height:20px; 
	border:0;
	background: #fff;
}
	
#menu li.current .line li {
	display:inline; 
	font-weight:bold; 
	height:20px; 
	margin:0; 
	padding:0;
	background-image: url(../images/bullet.gif);
	background-position: center left;
	background-repeat:no-repeat;
}

#menu li.current .line li a {
	display:block; 
	float:left; 
	padding:0 20px 0 10px; 
	margin:0; 
	color:#f60; 
	text-decoration:none; 
	border:0; 
	height:20px; 
	line-height:20px; 
	background-image: url(../images/bullet.gif);
	background-position: center left;
	background-repeat:no-repeat;
}

#menu li.current .line li a:hover  {
	color: #633;
}

#menu li.current .line li.here a {
	color: #633;
}
