.leftNavLevel1, .FirstItemleftNavLevel1, .SecondItemleftNavLevel1 {
	font-size:11px;
	font-weight:normal;
	color:#213468 !important;
	text-decoration:none !important;
	text-transform:uppercase;
	display:block;
	width:200px;
	background:url(../images/leftNavBg.png) top left no-repeat;
	padding:9px 0px 9px 20px;
}

.FirstItemleftNavLevel1 {
	padding:8px 0px 9px 20px !important;
	background-position:0px -1px !important;
}

.SecondItemleftNavLevel1 {
	padding:9px 0px 8px 20px !important;
}

.leftNavLevel1:hover, .FirstItemleftNavLevel1:hover, .SecondItemleftNavLevel1:hover {
	background:url(../images/leftNavHoverBg.png) #B5C8D7 top left repeat-y;
	color:#FFFFFF !important;
	text-decoration:none !important;
}

.flexdropdownmenu, .flexdropdownmenu ul {
	font-size:10px;
	color:#213468;
	background:url(../images/level_2_3_baseBg.png) #B5C8D7 top left repeat-x;
	font-weight:normal;
	margin:0px;
	padding:8px 0px 0px 0px;
	position:absolute;
	left:0px;
	top:0px;
	list-style-type:none;
	visibility:hidden;
	display:none;
	text-align:left;
}

.flexdropdownmenu li {
	position:relative;
}

.flexdropdownmenu li a {
	display:block;
	width:200px;
	color:#213468 !important;
	text-decoration:none !important;
	padding:4px 12px;
	background:url(../images/level2_3Bg.png);
	background-position:12px bottom;
	background-repeat:no-repeat;
}

.flexdropdownmenu li.last_chld a {
	margin-bottom:8px;
	background:none !important;
}

* html .flexdropdownmenu li {
	display:inline-block;
	width:210px;
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a, .first_chld a:hover, .last_chld a:hover {
	color:#FFFFFF !important;
	background:#213468 !important;
}

.rightarrowclass {
	position:absolute;
	top:6px;
	right:5px;
}
