.shorten_left_menu,
.left_menu {
	float: left;
	width: auto;
}

.left_menu ul {
	list-style-type: none;
}

.shorten_left_menu ul {
	list-style-image: url('../images/page/bullet.gif');
}

.left_menu span#header_label {
	font-size: 80%;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	display: inline-block;
	width: 160px;
	background: url('../images/page/bullet.gif') no-repeat 0px 3px;
}

.shorten_left_menu .menu,
.left_menu #info_menu_div,
.left_menu #select_menu {
	background: url('../images/page/iwantto_bkgrnd.gif') no-repeat;
}





.left_menu {
	width:179px;	
	background: url('../images/page/menu_right_border.gif') repeat-y;
	overflow: hidden;
}
.shorten_left_menu{
	width:178px;	
}




.shorten_left_menu .menu ul.user_menu li#element {
	padding:10px 0px;
	font-family: arial;
	font-size: 85%;
	border-bottom:2px blue dotted;
	padding-left:30px;
	margin-left:0px;
	text-indent:-20px;
}



.left_menu ul#menu_elements {
	list-style: none;
	padding:0px 0px 0px 15px;
	margin:0px;
}

.left_menu ul li#head {
	background: url('../images/page/menu_left_header_background.GIF') repeat-x;
	padding: 0px;
	margin: 0px;
}

.left_menu ul.user_menu li#element {
	font-family: arial;
	font-size: 85%;
}

.left_menu ul.user_menu li#element a{
	padding-left:15px;	
}

.left_menu ul.user_menu  li#element ul li{
	padding:0px 0px;
	border-bottom:none;	
}

.left_menu li#head ul#menu_elements li#element,.left_menu li#head ul#menu_elements li#element
	:last-child {
	font-size: 90%;
	font-family: arial; 
	list-style-image: none;
	text-align:left;
	list-style-position: outside;
	list-style: none;
	padding-left: 0px;
}
.left_menu li#head ul#menu_elements li a:hover{
	color:#006699;
	text-decoration: none;
}
.left_menu li#head ul#menu_elements li:last-child a {
	border-bottom: none;
}

.left_menu a {
	padding: 2px 0px 2px 10px;
	display: block;
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #AAA;
}

.left_menu a:hover{
	color: #7b97ae;
}

.left_menu a:visited{
	color: #000;
}

.left_menu a.noborder {
	border: none;
}

.header #menu {
	height: 27px;
	width: 960px;	/*increased from 799px for R11.1*/  
	
	margin:0 auto;
}


.header #sub_menu {
	overflow: hidden;
	width: 960px;	/*increased from 800px for R11.1*/ 
	background: url('../images/financialAwarenessCounseling/sub_menu_header_background.png');
	height: 21px;
	color: #FFF;
	font-family: verdana;
	font-size: 11px;
	vertical-align: middle;
	box-shadow:rgba(0, 0, 0, 0.6) -2px 2px 5px 0px,rgba(0, 0, 0, 0.6) 2px 2px 5px 0px;
	margin:0 auto;
	margin-top:10px;
}

.header #sub_menu .left {
	float:left; 
	margin-left: 10px;
	margin-top: 3px;
	font-weight:bold;
}

.header #sub_menu .left a{
	color: #FFF;
	text-decoration: underline;
}
	
.header #sub_menu .right {
	float:right; 
	margin-right: 10px;
	margin-top: 3px;
}		
	
.header #menu a {
	text-decoration: none;
}

.header #menu #drop_menu {
	padding: 0px;
	margin: 0px;
	height: 27px;
	-webkit-padding-start: 0px;
	display: inline-block;
	width:100%;
	position:inherit;
	top:0;
}

#drop_menu li {
	width:160px;
	padding-left:0;
}

#drop_menu li ul {
	padding: 0px;
	margin: 0px;
	-webkit-padding-start: 0px;
	display: inline-block;
	width:320px;
	border-bottom:5px solid rgb(173,222,118);
	outline:1px solid #4f4e4e;	
	background:white;
}

#drop_menu li ul li {
	padding: 0px;
	margin: 0px;
	height: 38px;
	-webkit-padding-start: 0px;
	display: inline-block;
	width:100%;
	overflow:visible;
}

#drop_menu {
	margin: 0;
	padding: 0;
	width: 820px; /* prevent elements from spilling over to next line */
	}
	
	#drop_menu li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
	}
		
	.navLevel1Item {
		
	}
	
	#drop_menu li a
	{	display: block;
		padding: 4px 1px 5px 0px;
		text-decoration: none;
		border-right: 1px solid #4f4e4e;
		height:16px;
		text-align: center;
		color: whitesmoke;
		white-space: normal;
		font-size:13px;
		transition:background .3s ease-in-out;
		transition:color .3s ease-in-out;
		margin-top:0px;
		
	}
	
	#drop_menu li ul li a {
		padding:0;
		padding-left:5px;
		padding-right:5px;
		height: 41px;
		border-right:none;
	}
	
	#drop_menu li a:hover, #drop_menu li a:focus {
		background:white;
		color:#4f4e4e;
	}
	
	#drop_menu li ul li a:hover, #drop_menu li ul li a:focus {
		background: grey;
		color:whitesmoke;
	}
	
	#drop_menu li ul li a:focus {
		
	}
	
	#drop_menu li:first-child a {
		border-left: 1px solid #4f4e4e;
	}
	
	#drop_menu li ul li:first-child a {
		border-left: none;
	}	 
	
	#drop_menu li a img {
		margin-top:-5px;
		margin-bottom: -6px;
		margin-left: -5px;
		padding: 0;
	}

		#drop_menu li ul
		{	margin-top: 0px;
			padding: 0;
			position: absolute;
			visibility: hidden;
			box-shadow: rgba(0, 0, 0, 0.6) -2px 2px 15px 0px,rgba(0, 0, 0, 0.6) 2px 2px 15px 0px;
		}
		
		#drop_menu li ul li {	
			float: none;	
			border-right:none;
			margin: 0;
			padding: 0;
			background:white;
			border-top:1px solid #4f4e4e;
		}
		
		#drop_menu li ul li:last-child {
			border-bottom:1px solid #4f4e4e;
		}
		
		#drop_menu li ul li:hover
		{	background: grey;
			color:whitesmoke;
		}
		
		#drop_menu li ul li a {	
			width: 97.1%;
			text-decoration: none;
			color: black;
			white-space: normal;	
			display:table;
			background:white;
			}
		
		#drop_menu li ul li a span {
			display:table-cell;
			vertical-align:middle;
		}
		#drop_menu li ul li a .superTrademark {
			display:inline;
			vertical-align:super;
			font-size:xx-small;
		}


ul#wizard_menu {
	-webkit-padding-start: 0px;
	height: 32px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background: url(../images/stepHeader/wizardHeader/on_back.gif) repeat-x;
}

ul#wizard_menu  li {
	display: inline;
	height: 20px;
}

ul#wizard_menu li img,
ul#wizard_menu li input {
	margin: 0em -.19em 0em -.19em;
}

ul.informational_menu li {
	
}
.shorten_left_menu ul li {
	text-indent: 1em;
}
.shorten_left_menu ul li div{
	text-indent: -1.3em;
}
ul.user_menu{
	margin-right:1px;
	padding: 0px;
	margin: 0px;
}

#info_header div{
	border-bottom:1px gray dotted;
	padding-bottom:6px;
}
#info_header div span{
 	margin-right: 40px;
 	margin-bottom: 10px;
}

/* page footer */
#page_footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	clear: both;
    width: 960px;	/*Increased from 799px for R11.1*/
    color: #3D3D3D;
    height: 25px;
	background: white;
	margin:0 auto;
}

.homepage #page_footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

@media print {
    #page_footer {display:none;}
}

#page_footer a, #page_footer a:link, #footer a:visited {
    color:#888;
    font-size:11px;
    font-family:Verdana,sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
    text-decoration:none;
    padding:0px 5px;
    margin-top: 3px;
    height:14px; 
}

#page_footer a:first-child{
	border-left:none;
}

#page_footer a.icon {
	border:none;
	padding:0;
}

#page_footer a:hover{
	text-decoration: underline;
}

.sideleft {
    float:left;
    width:50%;
    text-align:left;
}
.sideright {
    float:right;
    width:50%;
    text-align:right;
}
.sideleft a{
    border-right:1px gray solid;	
}
.sideright a{	
    border-left:1px gray solid;	
}
a.logout_link{
	font-size: 105%;
	font-weight: bold;
	color:black;
}
a.logout_link:hover{
	color: blue;
}

.localeContainer {
	float:right;
	margin-right:30px;
	margin-top:-30px;
}

.locales {
	font-weight: bold;
	color: #36629F;
	font-size: 12px;
	font-family: verdana;	
	padding-top:5px;
	padding-bottom:15px;
	position: relative;
}
.locales:hover{
	color: blue;
}
.currLocale {
	color:black;	
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	padding-top:5px;
	padding-bottom:15px;
	position: relative;
}