/* ================================================================ 
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/elegant2.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
ul.menu a{
	text-decoration:	none; 
	font-size: 			13px;	
}
ul.menu, ul.menu ul {
	padding:			0; 
	margin:				0; 
	list-style:			none; 
	height:				40px; 
}
ul.menu table {
	border-collapse:	collapse; 
	width:				0; 
	height:				0; 
	padding:			0; 
	margin:				-1px;
}
ul.menu ul {
	position:			absolute; 
	display:			none;
}
ul.menu li {
	float:				left; 
}
ul.menu li a {
	white-space:		nowrap;  
	display:			block; 
	float:				left; 
	height:				40px; 
	line-height:		40px; 
	color:				#555; 
	padding:			0 25px 0 25px;
}
ul.menu li a.justactive {
	background:			#FFF;
}
ul.menu li a:hover {
	position:			relative;
	color:				#000;
	background-color:	#FFF;
}
ul.menu li:hover {
	position:			relative;
	background-color:	#FFF;	
}
ul.menu :hover ul {
	display:			block;
	left:				-1px;
	top:				40px; 
/*	width:				110px; */
	border-bottom:		0;
}
ul.menu :hover ul li a {
	border-left:		1px solid #CCC; 
	border-right:		1px solid #CCC; 
	border-bottom:		1px solid #CCC; 		
	height:				26px; 
	line-height:		26px; 
	width:				110px; 
	font-size:			12px;
	background-color:	#FFF;
	color:				#666;
}
ul.menu :hover ul li a:hover{
	background-color:	#FFF;
	color:				#000;	
}







ul.menuclaas {
	padding:			0; 
	margin:				0; 
	list-style:			none; 
	width:				120px;
	text-align: 		center;
}
ul.menuclaas li a {
	text-decoration:	none; 
	font-size: 			13px;
	white-space:		nowrap;  
	display:			block; 
	color:				#666; 
	padding:			0;
	height:				40px; 
	line-height:		40px; 	
}
ul.menuclaas li a:hover {
	position:			relative;
	color:				#000;
	background-color:	#FFF;
}
