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

#menu, #menu ul {	padding:0px 0px 0px 0px; 
			margin: 0 auto; 
			list-style:none;
			font: 10px arial, sans-serif; 
			height:28px; 
			background:#FFF8DC;
			
			border-bottom:1px solid #003366;			}

#menu 		{	padding-left:0px; 
			width:770px;					}
			
			
#menu li.first 	{	border-left:0px solid #8B0000;
			margin: 0px 0px 0px 3px;				}
			
#menu table 	{	border-collapse:collapse; 
			width:0; 
			height:0; 
			padding:0; 
			margin:-1px;					}
			
#menu ul 	{	position:absolute; 
			left:-9999px;					}
			
#menu li 	{	float:left; 
			border-left:1px solid #8B0000;			}
			
#menu li a 	{	white-space:nowrap; 
			background:#FFF8DC; 
			display:block; 
			float:left; 
			height:28px; 
			line-height:28px; 
			font-family: arial, verdana, serif; 
			font-size:17px; 
			text-decoration:none; 
			color:#003366; 
			padding:0 20px 0 10px;				}
			
#menu li a.drop {	background:#FFF8DC url(images/down.gif) no-repeat right center;}

#menu li a:hover {	position:relative; 
			color:#8B0000; 
			background-color:#FFE4B5;
			border-bottom:0px solid #8B0000;		}
			
#menu li:hover 	{	position:relative;				}

#menu li:hover > a {	color: #8B0000; 
			background-color:#FFE4B5; 
			border-bottom:1px solid #8B0000;
			text-decoration:underline;}

#menu :hover ul {	left:-1px; 
			top:28px; 
			width:120px; 
			background:url(trans.gif); 
			padding-top:1px; 
			border-bottom:0;				}
			
#menu :hover ul li a {	
			border-bottom:1px solid #8B0000;
			height:28px; 
			line-height:20px; 
			width:120px; 
 
			font-size:15px;					}
			
#menu :hover ul li a.right {background:#FFF8DC url(images/right.gif) no-repeat 135px center;}

#menu :hover ul ul {	left:-9999px; 
			padding-top:0;					}

#menu :hover ul li.fly a:hover {padding-left:161px; 
				border-bottom-color:#000; 
				background:#ccc url(images/down.gif) no-repeat right center;}

#menu :hover ul li.fly:hover > a {padding-left:160px; 
				border-bottom-color:#8B0000; 
				background:#ffe4b5 url(images/down.gif) no-repeat right center;}

#menu :hover ul :hover ul {left:150px; top:29px;			}
#menu :hover ul :hover ul ul {left:-9999px;				}

#menu :hover ul :hover ul li a:hover {padding-left:10px; 
				      border-color:#8B0000; 
				      background:#FFE4B5;			}
				      
#menu :hover ul :hover ul li.fly a:hover {padding-left:161px; 
					  border-bottom-color:#000; 
					  background:#FFF8DC url(images/down.gif) no-repeat right center;}

#menu :hover ul :hover ul li.fly:hover > a {padding-left:160px; 
					    border-bottom-color:#8B0000; 
					    background:#ffe4b5 url(images/down.gif) no-repeat right center;}

#menu :hover ul :hover ul :hover ul 		{left:150px;		}

#menu :hover ul :hover ul :hover ul li a:hover 	{padding-left:10px; 
						 border-color:#8B0000; 
						 background:#FFE4B5;	}

