/* ================================================================ 
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.cssplay.co.uk/menus/simple_dropline.php
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.
=================================================================== */
/* the styling */
#nav {
    margin: 12px 0 0;
	width:960px;
	height:60px;
	background:#cae7f3 url(../images/menu-bg1.jpg) repeat-x top left;
	position:relative;
}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}

#nav li {
	display:inline;
	margin:0;
	padding:0;
	height:33px;
}

#nav .select a,
#nav .current a {
	display:block;
	height:17px;
	float:left;
	background:none;
	padding:6px 15px 6px 15px;
	text-decoration:none;
	font-size:13px;
	line-height:17px;
	white-space:nowrap;
	border-right:1px solid #fff;
	color:#fff;
}

* html #nav .select a, * html #nav .current a {
	width:1px; 
	height:17px;
}


#nav .select a:hover, 
#nav .select li:hover a {
	background:#640505;
	cursor:pointer;
}

#nav .sub {
	display:none;
}

/* for IE5.5 and IE6 only */
#nav table {
	position:absolute; 
	border-collapse:collapse; 
	left:0; 
	top:0;
}

#nav .current a {
	background:#640505;
	color:#fff;
}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	background: #cae7f3; 
	color:#640505;
}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {
	background:# none; 
	color:#640505;
}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
	display:block;
	position:absolute;
	width:960px;
	top:29px;
	left:0;
	background:#cae7f3;
	margin-top:0px;
	padding:0;
	z-index:100;
	color:#fff;
	font-size:13px;
}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {
	display:block;
	position:absolute;
	width:960px;
	top:29px;
	left:0;
	background:#cae7f3;
	margin-top:0;
	padding:0;
	z-index:10;
}

* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {
	height:18px; 
	text-decoration:none; 
	line-height:17px; 
	white-space:nowrap; 
	display:block; 
	float:left; 
	background:#cae7f3; 
	padding:7px 15px 6px 15px; 
	margin:0; 
	font-size:13px;
	border:0; 
	color:#be0a0b;
}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display:block; 
	background:#cae7f3; 
	padding:7px 15px 6px 15px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#be0a0b; 
	font-size:13px;
}

.news a {
	position:relative;
	left:400px;
}

.about a {
	position:relative;
	left:310px;
}

