#leftnav {
	position:absolute;
	margin:12px;
	margin-top: 40px;

	left: 0px;
	padding-top:0em;
	width: 190px;
	border-top:1px solid #EEE;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	top:92px;
	}

/* IE min-height */
* html #leftnav {
	top:81px;
	height: 40px;
	}

#leftnav ul {
	margin:0px;
	padding:0px;
	text-align:left;
	border:0;
	}

#leftnav li {
	font-size:1.3em;
	list-style: none;
	border-bottom: 1px solid #c0c0c0;
	}

/***************************************Member Case Styles*****************************/	

#leftnav li.case a {
	text-indent:0;
	font-weight:bold;
	font-size:.8em;
	list-style: none;
	display:block;
	white-space:pre;
	background-color:#D9F3FA;
	}

#leftnav ul li.case a:hover {
	text-indent:0;
	font-weight:bold;
	background-color:#FFF;
	font-size:.8em;
	list-style: none;
	background-color: #F7F2EA;
	color:#336666;
	}

/***************************************Employer Case Styles*****************************/	
#leftnav li.empcase a {
	color:#63246B;
	text-indent:0;
	font-weight:bold;
	font-size:.8em;
	list-style: none;
	display:block;
	white-space:pre;
	background-color:#E4E1EC;
	}

#leftnav ul li.empcase a:hover {
	text-indent:0;
	font-size:.8em;
	list-style: none;
	background-color: #F7F2EA;
	}

/***************************************Retiree Case Styles*****************************/	

#leftnav li.retcase a {
	color:#00457B;
	text-indent:0;
	font-weight:bold;
	font-size:.8em;
	list-style: none;
	display:block;
	white-space:pre;
	background-color: #E4E9FD;
	}

#leftnav ul li.retcase a:hover {
	text-indent:0;
	font-weight:bold;
	font-size:.8em;
	color:#00457B;
	background-color: #F7F2EA;
	}

#leftnav ul li#current a {
	background-color:#FFF;
	background-image:url(/Images/Gif/arrow_r.gif);
	background-repeat:no-repeat;
	background-position:left;
	}

li#current a:hover {
	background-color:#FFF;
	background-image:url(/Images/Gif/arrow_r.gif);
	background-repeat:no-repeat;
	background-position:left;
	}

#leftnav ul li#current a:hover {
	background-color:#FFFFFF;
	}

#leftnav a {
	color:#336666;
	text-decoration:none;
	font-weight:bold;
	display: block;
	padding: 4px 0px 4px 6px;
	text-indent: 0px;
	width: 98%;
	background-color:#EEEEEE;
	}

#leftnav li.selected a {
	background-color:#FFF;
	}

#leftnav a:hover {
	color:#0000FF;
	text-decoration:none;
	font-weight:bold;
	background-color: #F7F2EA;
	}

#contactinfo {
	background-color:#FFF;
	}

.nocaseMem {
	text-indent:5px;
	font-weight:bold;
	padding:4px 0 4px 0;
	background-image:url(/Images/Jpg/nocasebgMem.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-top:-2px;
	width:192px;
	}

*html .nocaseMem {
	margin-bottom:0px;
	border:none;
	background-position:left top;
	padding:4px 0 0 0;
	height:17px;
	}

.casedown {
	background-position:bottom;
	background-image:url(/Images/Gif/casedown2.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	}

.nocaseEmp {
	text-indent:5px;
	font-weight:bold;
	padding:4px 0 4px 0;
	background-image:url(/Images/Jpg/nocasebgEmp.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-top:-2px;
	width:192px;
	}

*html .nocaseEmp {
	margin-bottom:0px;
	border:none;
	background-position:left top;
	padding:4px 0 0 0;
	height:17px;
	}

.nocaseRet {
	text-indent:5px;
	font-weight:bold;
	padding:4px 0 4px 0;
	background-image:url(/Images/Jpg/nocasebgRet.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-top:-2px;
	width:192px;
	}

*html .nocaseRet {
	margin-bottom:0px;
	border:none;
	background-position:left top;
	padding:4px 0 0 0;
	height:17px;
	}

li.case {
	background-color:#D6CBDE;
	}


