@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:165px;
	border-top:solid 1px #000000;
	border-right:solid 1px #000000;
	border-left:solid 1px #000000;
	font-size:10pt;
}

/* 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;
	background-color:#6C6A8A;
	color:#fff;
	padding:0px;
	padding-left:3px;
	padding-bottom:3px;
	margin:0px;
	width:165px;
	font-weight:bold;
	font-size:100%;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-left: solid 1px #6C6A8A;
	border-right: solid 1px #6C6A8A;
	border-bottom: solid 1px #000000;
	
}

.PanelTab a {
	background-color:#6C6A8A;
	color:#fff;
	text-decoration:none;
	width:165px;
	
}

.PanelTab a:link {
	background-color:#6C6A8A;
	color:#fff;
	text-decoration:none;
	
}

.PanelTab a:visited {
	background-color:#6C6A8A;
	color:#fff;
	text-decoration:none;	
}

.PanelTab a:hover {
	background-color:#6C6A8A;
	color:#BFBFD7;
	text-decoration:none;	
}

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


.submenu{
	margin-bottom: 0.5em;
	margin-top:0px;
	padding:3px;
	padding-top:4px;
	padding-bottom:4px;
	border:solid 1px #000000;
	width:165px;
	background-color:#BFBFD7;
	font-size:90%;
	text-decoration: none;
	
}

.submenuHighlights a
{
	display: block;
	width: 100%;
	background-color:#BFBFD7;
	padding-left:1px;
	padding-right:0px;
	text-decoration: none;
	padding-bottom:2px;

}

.submenuHighlights a:link {
	color: #6C6A8A;
	text-decoration: none;
	font-size:90%;	
}

.submenuHighlights  a:visited {
	color: #4D4B63;
	text-decoration: none;
	font-size:90%;		
}

.submenuHighlights a:hover
{
	background-color: #6C6A8A;
	color: #fff;
	text-decoration: none;
	font-size:90%;	

}	


.submenuHighlights2 a
{
	display: block;
	width: 100%;
	background-color:#E4E4EF;
	padding-left:1px;
	padding-right:0px;
	text-decoration: none;
	padding-bottom:2px;

}

.submenuHighlights2 a:link {
	color: #6C6A8A;
	text-decoration: none;
	font-size:90%;	
}

.submenuHighlights2 a:visited {
	color: #4D4B63;
	text-decoration: none;
	font-size:90%;		
}

.submenuHighlights2 a:hover
{
	background-color: #6C6A8A;
	color: #fff;
	text-decoration: none;
	font-size:90%;	

}	
