@charset "utf-8";
/* BEGIN accMenu Styles */
.accMenu												{ width: 160px; }																																	/* menu width */

.accMenu h3,
.accMenu ul li,
.accMenu ul li a								{ margin: 0; padding: 0; 
																	letter-spacing: normal; }

.accMenu h3.mnTop			 					{ height: 25px; 
																	background: #fff url(../images/vMenu-bar-top.gif) left top no-repeat; 
																	color: #273867; }																																/* CS navy 0 */

.accMenu h3.mnBot								{ height: 20px; 
																	background: #fff url(../images/vMenu-bar-bot.gif) left bottom no-repeat; }

.accMenu .mnHeader							{ background: #fff url(../images/vMenu-collapsed-up.gif) left bottom no-repeat;		/* L1 menu closed (non-selected) state */
																	padding: 4px 0 4px 15px;
																	line-height: 20px;
																	font-size: .91666666em; 																												/* override base.css  .9166666 * 12px default for parent body element = 11px */
																	font-weight: 500;
																	cursor: pointer; }

.accMenu .mnHeader a						{ text-decoration: none; border: none; outline: none;
																	color: #273867;	}																																/* CS navy 0 */

.accMenu .mnHeader:hover				{ background: #fff url(../images/vMenu-collapsed-over.gif) left bottom no-repeat;	/* L1 menu hover state */
																	display: block; }

.accMenu .mnHeader a:hover			{ color: #7e0810;																																	/* CS red 0 */
																	text-decoration: none; border: none; outline: none; }

.accMenu .mnHdOpen							{ background: #fff url(../images/vMenu-expanded.gif) left bottom no-repeat;	 }		/* L1 menu expanded (selected) state */

.accMenu .mnHdOpen a 						{ color: #273867;																																	/* CS navy 0 */
																	text-decoration: none; border: none; outline: none; }

.accMenu ul											{ margin: 0; padding: 0; 																													/* L2 menu */
																	list-style-type: none; }

.accMenu ul li									{	margin: 0; padding: 0;
																	width: 160px;
																	background: transparent url(../images/vMenu-L2-up.gif) left 50% no-repeat;			/* L2 menu */
																	font-size: .91666666em; 																												/* .9166666 * 12px default for parent body element = 11px */
																	list-style: none; 
																	line-height: 1.3em; }

.accMenu ul li .mnSubHdClsd			{	background: transparent url(../images/vMenu-L2-up.gif) left 50% no-repeat; 			/* L2 menu item closed (non-selected) state */
																	color: #273867;	}																																/* CS navy 0 */

.accMenu ul li .mnSubHdOpen			{ background: transparent url(../images/vMenu-L2-selected.gif) left 50% no-repeat;/* L2 menu item open (selected) state */
																	color: #273867;	}																																/* CS navy 0 */

.accMenu ul li a								{ margin: 0; padding: 4px 0 4px 25px;																							/* L2 menu item */
																	display: block;
																	text-decoration: none; border: none; outline: none;
																	font-weight: 500;
																	color: #273867;	}																																/* CS navy 0 */

.accMenu ul li a:visited				{	color: #273867;	}																																/* CS navy 0 */

.accMenu ul li a.mnSubHd:hover	{ background: transparent url(../images/vMenu-L2-over.gif) left 50% no-repeat;		/* L2 menu closed (non-selected) hover state */
																	color: #7e0810;	}																																/* CS red 0 */
																	
.accMenu ul li a.mnSubHdOpen:hover	{ background: transparent url(../images/vMenu-L2-over.gif) left 50% no-repeat;/* L2 menu closed (non-selected) hover state */
																	color: #7e0810;	}																																/* CS red 0 */

.accMenu .mnL2Item							{ margin: 0; padding: 0; 
																	position: absolute; left: -10000px; }																						/* move L2menuItems off screen b/c L2 menu won't have select/non-selected state w/o them, but don't need them */
/* END accMenu Styles */