﻿/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
body {
	behavior:url("/csshover3.htc");
}

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	position:relative;
	width:581px; 
	z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
#navigation ul {
	list-style-type:none;
	margin:6px auto 0 auto;
	padding:0 0 0 30px;
	text-align:left;
}
#navigation ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	margin:0;
	padding:0;
	text-align:left;	
	top:26px;
	left:0; 
}

#navigation ul li:hover ul,
#navigation ul a:hover ul{
	visibility:visible; 
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navigation li {
	border-left:1px solid #488dc3;
	display:inline;	
	float:left;
	position:relative;
	padding:6px 8px;
	margin:0;
}

#navigation li li {
	border:1px solid #488dc3;
	display:block;
	float:none;
	padding:0;
}

/* style the links for the top level */
#navigation li a, #navigation li a:visited {
	color:#fff; 
	display:block;
	font-weight:bold;
	text-decoration:none; 
}

/* style the links for the second level */
#navigation li li a, #navigation li li a:visited {
	background-color:#5690d9;
	color:#fff; 
	display:block;
	font-size:9px;
	font-weight:normal;	
	padding:2px 8px;	
	text-decoration:none; 
	width:160px;
}

#navigation li li a:hover {
	background-color:#c1d9f2;
	color:#333366; 
}

/* Member Sidebar Navigation Styles */

#nav-member {
	font-size:9px;
	padding:0 8px;
}

#nav-member ul , #nav-member li{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

#nav-member a {
	color:#0063ad;
	text-decoration:none;
}

#nav-member a:hover {
	text-decoration:underline;
}
