

.navcontainer {
	 margin:0;
	 
}

.navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navcontainer li, .navcontainer ul ul li, .navcontainer ul ul ul li { 
	margin: 0;
}


.navcontainer a:hover {
	color: rgb(255,255,176);
	background-color: rgb(47,54,129);
	text-decoration: none;
}

.navcontainer ul li a, .navcontainer ul li a:visited {
	font-family: Futura, "Futura Medium", "Futura Md", FuturaMedium, "Futura Book", FuturaBook, "Futura Bk", "Century Gothic", AppleGothic, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	line-height: 120%;
	font-weight: normal;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: .3em;
	padding-bottom: .3em;
	width: 175px;
	height: auto;
	color: rgb(255,255,255);
	background-color: rgb(26,33,103);
	text-decoration: none;
}

.navcontainer ul ul li a, .navcontainer ul ul li a:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
	line-height: 120%;
	display: block;
	padding: .5em 8px .5em 20px;
	width: 163px;
	height: auto;
	color: rgb(255,255,255);
	background-color: rgb(76,95,160);
	text-decoration: none;
}


.navcontainer ul ul ul a, .navcontainer ul ul ul a:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: .8em;
	line-height: 120%;
	display: block;
	padding: .2em 8px .5em 35px;
	width: 148px;
	height: auto;
	background-image: url(../images/common/left-nav/grad.gif);
	background-position: top left;
	background-repeat: repeat-y;
	color: rgb(221,222,235);

}

.navcontainer ul ul ul li a:hover {
	background-image: none;
	color: rgb(255,255,176);

}



li.leftnavdivider {
	background-color: rgb(26,33,103);
	border-top: 1px solid rgb(144,154,186);
	display: block;
	margin: 0px;
	padding: 0px;
	width: 191px;
	height: 1px;
}

li.leftnavsubdivider {
	background-color: rgb(76,95,160);
	display: block;
	border-top: 1px dotted rgb(47,59,99);
	width: 191px;
	height: 1px;
}

li.leftnavdarkdivider {
	background-color: rgb(26,33,103);
	display: block;
	border-bottom: 1px solid rgb(19,24,73);
	width: 191px;
	height: 1px;
}

li.leftnavmeddivider {
	background-color: rgb(76,95,160);
	display: block;
	border-bottom: 1px solid rgb(85,103,166);
	width: 191px;
	height: 1px;
}

li.leftnavdivider, li.leftnavsubdivider, li.leftnavdarkdivider {
	font-size: 1px;
	line-height: 1px;
}

	

.subbullet {
	padding-left: 16px;
	float: left;
	clear: left;
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
	line-height: 120%;
	color: rgb(203,203,217);
}


.mainbullet {
	padding: .5em 3px .5em 3px;
	float: left;
	clear: left;
	font-family: 'Montserrat', sans-serif;
	font-size: .9em;
	line-height: 120%;
	color: rgb(203,203,217);
}



.navcontainer ul ul li a:hover {
	color: rgb(255,255,176);
	background-color: rgb(89,108,170);
	text-decoration: none;
}


