@charset "utf-8";
/* CSS Document */
#navigation {
	max-width: 500px;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
	font-family:Verdana, Arial;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:20px;
	margin-left:auto;
	padding:0px;
	z-index: 10;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
/* ================================================================ 
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.stunicholls.com/menu/jquery-dropline-7.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 {
	position:relative;
	height:25px;
	text-align: center;
	max-width:500px;
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #FFF;
	background-repeat: repeat-x;
	margin-right:auto;
	margin-left:auto;
}


#dropline, #dropline ul {
	display: block;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*text-transform: capitalize;*/	
}

#dropline table {border-collapse:collapse; margin:-1px -10px; 0 0; padding:0; width:0; height:0; font-size:12px;}
#dropline li {float:left; height:25px;list-style-type:none; list-style-position:outside;}
#dropline li a {
	float:left;
	display:block;
	height:25px;
	line-height:25px;
	font-family:Verdana, Arial;
	font-size:12px;
	color:#5d1101 !important;
	text-decoration:none;
	text-transform: capitalize;
	font-weight:bold;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: hidden;
	width: 125px;	/* 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #92b6d1;
	*/
}
#dropline li a:visited {
	color:#5d1101 !important;
}
#dropline li a:hover {
	color:#5d1101;
	/*background-color: #f6bf92;*/
	display: block;
	height: 25px;
	overflow: hidden;
        text-decoration:underline;
}
#dropline li ul li {
	color:#5d1101;
	display: block;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#dropline li ul li a {
	color:#5d1101;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

#dropline li ul li a.down {font-size:14px; font-weight:bold;}

#dropline li ul {
	position:absolute;
	top:25px;
	left:-9999px;
	z-index:10;
	max-width:500px;
	visibility: hidden;
}
#dropline li ul {
	width: expression(document.body.clientWidth < 502? "500px" : document.body.clientWidth > 502? "500px" : "auto");
	}

#dropline li ul.floatRight li {float:right;}
