@charset "UTF-8";
/* CSS Document */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Left Col ( Left Menu / Nav Elements )



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



.group-left-col {

	width: 140px;

	float: left;

	margin: 0 10px 0 0;

	padding: 0 0 0 10px;

}



ul.left-menus {

	width: 150px;

	margin: 0 0 10px 0;

	float: left;

	border-bottom: 1px #3E5F81 solid;
	border-left: 1px #3E5F81 solid;
	border-right: 1px #3E5F81 solid;
	border-top: 1px #3E5F81 solid;

	

}



	ul.left-menus a:hover {

		text-decoration: underline;

	}



	ul.left-menus li {

		display: block;

		width: 130px;

		padding: 0 10px;

		float: left;

	}

	

	ul.left-menus li.lmenusubhead {

		margin: 0 0 5px 0;

		padding: 1px 10px;

		color: #FFF;

		background: #333;

		font-weight: bold;

	}

	

		ul.left-menus li.lmenusubhead * {

			color: #FFF;

		}



		ul.left-menus li.lsub {

			width: 120px;

			margin: 0 0 5px 0;

			padding: 0 10px 0 30px;

			font-weight: bold;

			background: transparent url(../2V_images/bullet-dash.png) 12% 65% no-repeat;

		}

		

		ul.left-menus li.lmain {

			margin: 0 0 5px 0;

			font-weight: bold;

		}

		

			ul.left-menus li.lmain em.lmenuinfo {

				font-style: normal;

			}

	

			ul.left-menus li.lmain a, ul.left-menus li.lmain a:visited {

				line-height: normal;
				color: #093d72;
			    text-decoration: none;

			}



		ul.left-menus li.lsub a, ul.left-menus li.lsub a:visited {

			line-height: normal;
			color: #093d72;
			text-decoration: none;

		}

	

	ul.left-menus p.lmenuText {

		margin-top: 5px;

		float: left;

	}

	

	ul.left-menus p.lmenuTextCenter {

		width: 100%;

		margin-top: 5px;

		float: left;

		text-align: center;

	}

	

		li.lmenu-t {

			height: 24px;

			line-height: 24px;

			background: #41709F url(../2V_images/mvt_css_images/l-nav-cap-t.png) top left no-repeat;

			color: #FFF;

			overflow: hidden;

			font-weight: bold;

		}

		

		li.lmenu-b {

			height: 5px;

			line-height: 5px;

			background: #F5F5F5 url(../2V_images/mvt_css_images/l-nav-cap-b.png) top left no-repeat;

			overflow: hidden;

		}

		

		li.lcart {

			margin-top: 5px;

			font-weight: bold;

		}

		

			li.lcart a.cartlinks {

				padding: 0 3px 0 3px;


