@charset "UTF-8";

/* Spry.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main  container.*/

.menu {
	overflow: hidden;
	width:160px;
	border-top:solid 1px #000000;
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
}

/* This is the selector for the Panel container which houses the
 * panel tab and a panel content area.*/
.Panel {
	margin: 0px;
	padding: 0px;

}

/* This is the selector for the PanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel. */
 
.PanelTab {
	cursor:hand;
	margin-left:0px;
	margin-right:0px;
	background-color:#14203F;
	color:#ffffff;
	padding:0px;
	margin-bottom:0px;
	font-weight:bold;
	font-size:.8em;
	-moz-user-select: none;
	-khtml-user-select: none;	
	border-bottom: solid 1px #14203F;
}

.PanelTab a {
	background-color:#14203F;
	color:#ffffff;
	text-decoration:none;
	display: block; 
	width: 100%;
	margin:0px;
	padding:0px;
	padding-left:5px;	
}

.PanelTab a:link {
	background-color:#14203F;
	color:#ffffff;
	text-decoration:none;
	font-size:1.2em; 
}

.PanelTab a:visited {
	background-color:#14203F;
	color:#ffffff;
	text-decoration:none;	
	font-size:1.2em;
}

.PanelTab a:hover {
	background-color:#ffffff;
	color:#14203F; 
	text-decoration:none;	
	font-size:1.2em;	
}

/* This is the selector for a Panel's Content area */
 
.PanelContent {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

.submenu{
	margin-bottom: 0.5em;
	margin-top:0px;
	padding:2px;
	border:solid 1px #000000;
	width:160px;
	background-color:#FFFFFF;
	font-size:.8em;
	text-decoration: none;
	
}

.submenuHighlights a
{
	display: block;
	width: 100%; 
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:0px;
	text-decoration: none;	
	font-size:.8em;

}

.submenuHighlights a:link {
	color: #14203F;
	text-decoration: none;
	font-size:.8em;	
}

.submenuHighlights  a:visited {
	color: #14203F;
	text-decoration: none;
}

.submenuHighlights a:hover
{
	background-color: #14203F;
	color: #FFFFFF;
	text-decoration: none;
	font-size:.8em;	

}	

