@charset "utf-8";
/* BEGIN vMenu1 styles */
div.vMenu										{	margin: 0; padding: 0;
															width: 160px; 
															font-family: "Lucida Grande", 											/* adapted from from http://www.sitepoint.com/article/eight-definitive-font-stacks/2/ */
																"Lucida Sans", "DejaVu Sans", 
																"Bitstream Vera Sans", "Liberation Sans", 
																Verdana, "Verdana Ref", 
																Arial, sans-serif;
															font-size: 11px;
															font-weight: 500; }

.vMenu .bar-top							{ margin: 0; padding: 0;
															text-indent: 15px;
															line-height: 35px;
															background: transparent url(../images/vMenu-bar-top.gif) left top no-repeat; }

.vMenu .bar-top	a						{ position: relative; left: 0; top: 5px; 
															border: none; outline: none; text-decoration: none; 
															font-weight: 600;
															color: #273867; }																																		/* CS navy 0 */

.vMenu .bar-bot							{ margin: 0; padding: 0;
															line-height: 25px;
															background: transparent url(../images/vMenu-bar-bot.gif) left bottom no-repeat; }

.vMenu .headerbar						{ margin: 0; padding: 0;
															line-height: 35px;
															text-indent: 20px;
															letter-spacing: .05em;
															background: transparent url(../images/vMenu-collapsed-up.gif) left top no-repeat; }

.vMenu .headerbar:hover			{ margin: 0; padding: 0;
															background: transparent url(../images/vMenu-collapsed-over.gif) left top no-repeat; }

.vMenu .headerbar.selected	{ background: transparent url(../images/vMenu-L2-selected.gif) left top no-repeat; }

.vMenu .headerbar a					{ text-decoration: none;
															color: #273867;																																			/* CS navy 0 */
															display: block;
															line-height: 35px; 
															text-decoration: none; outline: none; border: none; }
													
.vMenu .headerbar a:hover		{ color: #7e0810;	}																																		/* CS red 0 */

.vMenu h3										{ font-size: 12px; }

.vMenu ul										{ margin: 0; padding: 0; }

.vMenu ul li								{ margin: 0; padding: 0;
															color: #273867;																																			/* CS navy 0 */
															list-style: none; 
															list-style-type: none;
															font-size: 11px;
															line-height: 1.5em; }

.vMenu ul li a							{ margin: 0; padding: 3px 15px 3px 22px;
															color: #273867;																																			/* CS navy 0 */
															display: block;
															line-height: 1.5em;
															background: url(../images/vMenu-L2-up.gif) left 50% no-repeat;
															text-decoration: none; border: none; outline: none; }

.vMenu ul li a:hover				{ background: #ebedf1 url(../images/vMenu-L2-over.gif) no-repeat right center;				/* CS navy -6 */
															color: #7e0810;	}																																		/* CS red 0 */
/* END vMenu1 styles */