@charset "UTF-8";
/* CSS Document */

/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
/*	background-color: #587B8C; */
	list-style:none;
	font-weight:none;
	margin-bottom:0px;
	margin-top: 0px;
	margin-left: -40px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed. */
	 position:relative;
	z-index:5; 
	 
}
#nav li{
/*	float:left; */
	float:none;
	margin-right:0px;
	position:relative;
	text-align:center; 
}
#nav a{
	display:block;
/*	width:100%; */
	padding:5px;
	color:#fff;
	background:#587B8C;
	white-space:nowrap; 
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#999288;
	text-decoration:none;
/*	text-decoration:underline; */
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:-41px; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#999288;
	text-decoration:none;
/*	text-decoration:underline; */
}
#nav li:hover a:active{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#669933;
	text-decoration:none;
/*	text-decoration:underline; */
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#94AEC7;
}

#nav li:hover ul li a:active{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#669933;
}

#nav0{
/*	background-color: #587B8C; */
	list-style:none;
	font-weight:none;
	margin-bottom:0px;
	margin-top: 0px;
	margin-left: -40px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav0 above everything else--uncomment if needed. */
	 position:relative;
	z-index:5; 
	 
}
#nav0 li{
/*	float:left; */
	float:none;
	margin-right:0px;
	position:relative;
	text-align:center; 
}
#nav0 a{
	display:block;
/*	width:100%; */
	padding:5px;
	color:#587B8C;
	background:#eee;
	white-space:nowrap; 
	text-decoration:none;
}
#nav0 a:hover{
	color:#fff;
	background:#999288;
	text-decoration:none;
/*	text-decoration:underline; */
}

/*--- DROPDOWN ---*/
#nav0 ul{
/*	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav0 ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav0 ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav0 li:hover ul{ /* Display the dropdown on hover */
	left:-41px; /* Bring back on-screen when needed */
}
#nav0 li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	color:#fff;
	background:#94AEC7;
	text-decoration:none;
/*	text-decoration:underline; */
}
#nav0 li:hover a:active{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#5180bb;
	text-decoration:none;
/*	text-decoration:underline; */
}
#nav0 li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav0 li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color:#fff;
	background:#5180bb;
}

#nav0 li:hover ul li a:active{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#003366;
}

#nav0 span {
	display:block;
	white-space:nowrap; 
	background:#ddd;
/*	padding:5px;
/*	color:#587B8C; */
/*	color:#999288; */
	color:#777;
/*	line-height:195%; */
/*	line-height:+19pt; */
	line-height:+25px; 
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;

}


#nav1{
/*	background-color: #587B8C; */
	list-style:none;
	font-weight:none;
	margin-bottom:0px;
	margin-top: 0px;
	margin-left: -39px;
	/* Clear floats */
	float:left;
	width:99%;
	/* Bring the nav1 above everything else--uncomment if needed. */
	 position:relative;
	z-index:5; 
	 
}
#nav1 li{
/*	float:left; */
	float:none;
	margin-right:0px;
	position:relative;
	text-align:center; 
}
#nav1 a{
	display:block;
/*	width:100%; */
	padding:4px 5px 4px 5px;
	color:#587B8C;
	background:#eee;
	white-space:nowrap; 
	text-decoration:none;
	font-weight:normal;
}
#nav1 a:hover{
	color:#fff;
	background:#999288;
	text-decoration:none;
/*	text-decoration:underline; */
}

/*--- DROPDOWN ---*/
#nav1 ul{
/*	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav1 ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav1 ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav1 li:hover ul{ /* Display the dropdown on hover */
	left:-42px; /* Bring back on-screen when needed */
}
#nav1 li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	color:#fff;
	background:#94AEC7;
	text-decoration:none;
/*	text-decoration:underline; */
}
#nav1 li:hover a:active{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#5180bb;
	text-decoration:none;
/*	text-decoration:underline; */
}
#nav1 li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav1 li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	color:#fff;
	background:#5180bb;
}

#nav1 li:hover ul li a:active{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#003366;
}

#nav1 span {
	display:block;
	white-space:nowrap; 
	background:#ddd;
/*	padding:5px;
/*	color:#587B8C; */
/*	color:#999288; */
	color:#777;
/*	line-height:195%; */
/*	line-height:+19pt; */
	line-height:+25px; 
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;

}