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

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: #999;
	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; 
	display: none;
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	top: 31px;
	list-style:none;
}

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

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

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

#menu 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 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;}

.line {
	margin: 10px 0; 
	padding:0; 
	list-style:none; 
	width:980px; 
	height:20px; 
	border:0;
	background: #fff; 
  font-family: Arial, Helvetica, Geneva, sans-serif; 
}
	
.line li {
	float:left; 
	font-weight:bold; 
	height:20px; 
	margin:0; 
	padding:0;
  list-style-type: disc; 
  list-style-position: inside; 
}

.line li a { 
	margin:0; 
	color:#960; 
	text-decoration:none; 
	border:0; 
	height:20px; 
	line-height:20px; 
  padding: 0 20px 0 0; 
}

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

.line li.active a {
	color: #633;
}
