/* ================================================================ 
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.stunicholls.com/menu/pro_dropline_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {
	height:90px;
	position:relative;
	font-family:arial;
	font-size:18px;
	z-index: 500;
	width: 960px;
	background-image: url(../images/borderLine.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nav .select {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
}
#nav li {
	float:left;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 25px;
}

#nav .select a {
	display:block;
	height:90px;
	float:left;
	background: url(../images/blank_p.gif);
	padding:0 0 0 0px;
	text-decoration:none;
	line-height:27px;
	white-space:nowrap;
	color:#838383;
	width: 118px;
	text-align: center;
	background-repeat: no-repeat;
}

/*#nav .sub {
	display:none;
	margin:0;
	padding:0 0 0 60px;
	list-style:none;
}
#nav .sub li {background:transparent;}*/

#nav .select a .active{
	display:block;
	height:60px;
	float:left;
	background: url(../images/blank_active.gif);
	/*background: url(../images/close_form.gif);*/
	padding:30px 0 0 0px;
	text-decoration:none;
	line-height:27px;
	white-space:nowrap;
	color:#383838;
	width: 118px;
	text-align: center;
	background-repeat: no-repeat;
}

#nav .select a b {
	display:block;
	padding:30px 0px 0px 0px;
	background:url(../images/blank_p.gif) right top;
	background-repeat: no-repeat;
}
#nav .select li:hover a {
	background: url(../images/blank_over_p.gif);
	padding:0 0 0 0px;
	line-height:27px;
	cursor:pointer;
	color:#383838;
	width: 118px;
	background-repeat: no-repeat;
}
/*#nav .select li:hover a b {
	display:block;
	padding:30px 0px 0px 0px;
	background:url(../images/blank_over_p.gif) right top;
	cursor:pointer;
	background-repeat: no-repeat;
}*/

/*#nav .select li:hover .sub {
	height:25px;
	display:block;
	position:absolute;
	float:left;
	width:750px;
	top:86px;
	left:290px;
	text-align:center;
}*/

/*#nav .select li:hover .sub li a {
	display:block;
	height:30px;
	line-height:16px;
	float:left;
	background:#000;
	padding:16px 0px 0px 0px;
	margin:0;
	white-space:nowrap;
	color:#FFFFFF;
	font-size:14px;
}

#nav .select li:hover .sub li a:hover {
	color:#FFFFFF;
	background:#414041;
	line-height:15px;
}*/
