@charset "utf-8";
/* CSS Document */
#navigation {
	min-width: 700px;
	background-color: #ecebe5;
	background-image: url(../img/menu_BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	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;
	min-width: 700px;
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #ded4ce;
}


#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;
	padding:0px;
	width:0px;
	height:0px;
	font-size:12px;
}
#dropline li {float:left; height:25px;}
#dropline li a {
	float:left;
	display:block;
	height:25px;
	line-height:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: hidden;
	width: 129px;	/* 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #92b6d1;
	*/
}
#dropline li a:visited {
	color:#000;
}
#dropline li a:hover {
	display: block;
	height: 25px;
	overflow: hidden;
	text-decoration: underline;
}
#dropline li ul li {
	color:#000;
	display: block;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#dropline li ul li a {
	color:#000;
	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;
	min-width: 700px;
}

#dropline li ul {
	width: expression(document.body.clientWidth < 702? "700px" : document.body.clientWidth > 702? "700px" : "auto");
	}


#dropline li ul.floatRight li {float:right;}

