/* ================================================================ 
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.
=================================================================== */

#menu {
	width:770px;
	height:26px;
	font-size:12px;
	position:relative;
	z-index:100;
	background: #c00 url(../images/design/menubackg.gif) repeat-x;
	border-top:1px solid #ddd;
	border-bottom:1px solid #333;
}

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


#menu li {
	float:left;
	height:26px;
	position:relative;
	}

#menu a, #menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	float:left;
	height:26px;
	background:url(../images/design/menubackg.gif) repeat-x 0px 0px;
	padding-left:23px;
	padding-right:23px;
	line-height: 25px;
	font-weight: bold;
	border-left: 1px solid #bbb;
	border-right: 1px solid #666;
	
}



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




#menu a:hover{
	color:#fff;
	background: url(../images/design/menubackh.gif) repeat-x;
	text-decoration:none;
	border-left: 1px solid #6e0808;
	border-right: 1px solid #a00;
	line-height:23px;
	
	}
#menu :hover > a, #menu ul ul :hover > a {
	color:#fff;
	background: url(../images/design/menubackh.gif) repeat-x;
	line-height:23px;
	}

