@charset "utf-8";
/* CSS Document */
#navigation {
	width: 940px;
	background-color: #eaf3fa;
	background-image: url(../img/menu_BG2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 13px;
	padding: 0px;
	z-index: 10;
}
/* ================================================================ 
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 {
	/*background-color: #6798c5;*/
	position:relative;
	height:22px;
	text-align: center;
	width: 940px;
	padding: 0px;
	float: left;
	margin: 0px;
}


#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:30px;}
#dropline li a {
	float:left;
	display:block;
	height:25px;
	line-height:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bolder;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: hidden;
	width: 115px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #92b6d1;
}
#dropline li a:visited {
	color:#FFF;
}
#dropline li a:hover {
	color:#FFF;
	background-color: #eaf3fa;
	/*background-image: url(../img/menu_BG_over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #CCC;*/
	display: block;
	height: 25px;
	overflow: hidden;
}
#dropline li ul li {
	color:#1c416c;
	display: block;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#dropline li ul.sub li a {
	color:#1c416c;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#dropline li ul.sub li a:hover {
	background-image: none;
}

#dropline li ul li a.down {font-size:14px; font-weight:bold;}

#dropline li ul {
	position:absolute;
	top:25px;
	left:-9999px;
	z-index:10;
	width: 865px;
	padding-left: 75px;
	overflow: visible;
}
#dropline li ul {
	width: expression(document.body.clientWidth < 867? "865px" : document.body.clientWidth > 867? "865px" : "auto");
	}

#dropline li ul.floatRight li {float:right;}
.menu_small {
	font-size: 9px;
	color: #701b2c;
	line-height: 8px;
	display: block;
	top: -5px;
}
#dropline li.home a {
	float:left;
	display:block;
	height:25px;
	line-height:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bolder;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: hidden;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #92b6d1;
}
#dropline li.home a:link {
	background-color: #F00;	
}
#dropline li.home a:hover {
	background-image: url(../img/menu_BG2over.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
