/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.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.
=================================================================== */

#menu2 {
	width:770px;
	height:20px;
	font-size:11px;
	position:relative;
	z-index:100;
	background: #CCCCCC url(../images/design/menuback2.gif) repeat-x top left;
	border-top:1px solid #eee;
	border-bottom:1px solid #888;

}

* html #menu2 {width:770px; w\idth:770px;}
#menu2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	
}


#menu2 li {
	float:left;
	height:20px;
	position:relative;
	}

#menu2 a, #menu2 a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#000;
	float:left;
	height:20px;
	background:url(../images/design/menuback2.gif) repeat-x left top;
	padding-left:24px;
	padding-right:24px;
	line-height: 20px;
	font-weight: normal;
	border-left: 1px solid #eee;
	border-right: 1px solid #bbb;
	
}



#menu2 table {position:absolute; top:0; left:0; border-collapse:collapse;}




#menu2 a:hover{
	color:#c00;
	background: url(../images/design/menuback2a.gif) repeat-x left top;
	text-decoration:none;
	border-right: 1px solid #eee;
	border-left: 1px solid #888;
	line-height:19px;
	
	}
#menu2 :hover > a, #menu2 ul ul :hover > a {
	color:#c00;
	background: url(../images/design/menuback2.gif) repeat-x left bottom;
	 
	}

