/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dropline {
	padding:0;
	margin-top:0px;
	list-style:none;
	height:25px;
	position:absolute;
	width: 850px;
	left: 0px;
	top:198px;
}

#dropline table {border-collapse:collapse: width:850px; height:25px; margin:0px -10px;}

#dropline li {float:left;}

#dropline li a {display:block; 
height:25px; 
line-height:25px; 
padding:0 20px 0 20px; 
float:left; 
color:#541935; 
text-decoration:none; 
letter-spacing: 0.03cm; 
font-family:"georgia", times new roman, serif; 
font-size:11px;
font-style: italic;
font-weight: bold;
}


#dropline li a:hover {background:url(images/nav_hover.gif) repeat-x; color:#f8f1e0; line-height:25px; height:25px}


#dropline li a {background:transparent no-repeat right top; line-height:25px; height:25px;margin: 2px; }
#dropline li a b {background:transparent; line-height:25px;}

#dropline li > a {background:transparent; line-height:25px; height:25px}
#dropline li > a b {background:transparent; line-height:25px;}


#dropline ul {padding:0; margin:-10px 0 0 0px; list-style:none; position:absolute; height:25px; width:850px; background:url(images/dropdown.jpg); left:-9999px; top:36px; z-index:10; }
#dropline ul li {height:25px; line-height:25px;}
#dropline ul li a {color:#541935; padding:0 0 0 20px; height:25px; line-height:25px;  font-size:11px; font-weight:normal;}

#dropline ul li a:hover {background:transparent none repeat scroll 0 0;
color:#000000;
height:25px;
line-height:25px;
text-decoration:underline;}


#dropline :hover ul {left:0;}

#dropline li.current ul {left:0; z-index:1;}
#dropline li.current a {background:url(images/nav_hover.gif) repeat-x; color:#f8f1e0; line-height:25px; height:25px}
#dropline li.current a:hover {background:url(images/nav_hover.gif) repeat-x; color:#f8f1e0; line-height:25px; height:25px}
#dropline li.current ul li a {background:transparent none repeat scroll 0 0;
color:#541935;
height:25px;
line-height:25px;}
#dropline li.current ul li.current_sub a {color:#000000; text-decoration:underline;}
#dropline li.current ul li a:hover {background:transparent none repeat scroll 0 0;
color:#000000;
height:25px;
line-height:25px;
text-decoration:underline;}
