/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#link-line {float:left;position:relative; z-index:3; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */


#link-line li ul li {float:left; position:relative;
padding:10px 10px; width:140px; background: #43291A;  color:#fff;}

/* style the links for the top level */

/* hide the sub levels and give them a positon absolute so that they take up no room */
#link-line ul ul {visibility:hidden; position:absolute; height:0; top:35px; left:60px; width:160px; padding: 0px ; padding-top:10px; }

/* style the table so that it takes no ppart in the layout - required for IE to work */
#link-line table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#link-line ul ul li { background: #43291A; height: auto; border: 0; padding:0px;}

/* style the second level links */
#link-line ul ul ul li { background: #9C0001; height: auto; border: 0; padding:0px;}

/* style the second level links */
#link-line ul ul ul ul li { background: #520100; height: auto; border: 0; padding:0px;}

#link-line li ul li a, #link-line ul li.topnav_last a { 
	text-align: left; 
	height: auto; 
	display:block;
	padding:10px; 
	margin-right:0px;
	padding-right:12px;
	width:120px; 
	font-family: 'EstrangeloEdessaRegular', Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	line-height: 16px; 
	text-transform: uppercase;
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	background: #43291A;
	text-align:center;
	color: #C5FEFF; 
	border-bottom: 1px solid #000; 
	font-size:12px;
}



 
/* make the second level visible when hover on first level list OR link */
#link-line ul li:hover ul, #link-line ul a:hover ul {visibility:visible; }

#link-line ul ul a:hover, #link-line .topnav_last ul a:hover  { background: #43291A; color: #C5FEFF; }

#link-line ul ul :hover > a, #link-line .topnav_last ul :hover > a { background: #1A9BD5; color: #fff;  }

#link-line ul :hover > a, #link-line .topnav_last ul :hover > a { color: #C5FEFF;  }


#link-line ul li
{list-style:none;}


