/* CSS Document */
#sideNav {
	width : 214px;
	height : 389px;
	overflow : hidden;
	background-image: url(../images/nav_backdrop.jpg);
	float: left;
}

#sideNav h3 a {
	width : 214px;
	height: 28px;
	display: block;
/*text-indent : -9999px; }*/
}


h3#sideNavHeader1 {
	background : url(../images/vnav_header_001.jpg) no-repeat;

}
h3#sideNavHeader1 a:hover{
	background : url(../images/vnav_header_001_f2.jpg) no-repeat;
}

h3#sideNavHeader2{
	background : url(../images/vnav_header_002.jpg) no-repeat;
}
h3#sideNavHeader2 a:hover{
	background : url(../images/vnav_header_002_f2.jpg) no-repeat;
}
h3#sideNavHeader3{
	background : url(../images/vnav_header_003.jpg) no-repeat;
}
h3#sideNavHeader3 a:hover{
	background : url(../images/vnav_header_003_f2.jpg) no-repeat;
}
h3#sideNavHeader4{
	background : url(../images/vnav_header_004.jpg) no-repeat;
}
h3#sideNavHeader4 a:hover{
	background : url(../images/vnav_header_004_f2.jpg) no-repeat;
}

#sideNav ul {
	width : 214px;
	margin : 0px 0;
	clear: both;
}

#sideNav li {
	display : block;
	list-style-type:none;
	margin : 0px 0px 0px 0px;
	padding :8px 8px 4px 18px;
	/*background : url(images/side_marker_001.gif) no-repeat 5px 50%;*/
	border-bottom: 1px solid #D3D8DE;
		border-top: 1px solid #fff;
	line-height: 13px;
	text-align: left;
	position : relative;
}
#sideNav a {
	
	
}
#sideNav li a {
	
	text-decoration:none;
	color:#586A74;
	font-style:oblique;
	
}

#sideNav .last{
	border-bottom:none;
}
#sideNav .subCopy{
	font:12px Geneva, Arial, Helvetica, sans-serif;
	line-height:1em;
	color:#688E99;
}
.menuItemTitle{
	font:13px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:1em;
	color: #586A74;
	font-style:oblique;
}
#sideNav li:hover {
	text-decoration:none;
	background : url(../images/snav_over.jpg) no-repeat 0px 0px;
}
/*#sideNav li:hover {
	background:#F0F2F9 url(../images/list_nav_backdrop.jpg) bottom repeat-x;
	text-decoration:none;

}
*/

