﻿/****** START Left Menu Styles ******/
	#menuArea{
		background-image:url("../_images/acc_bg.png");
		background-repeat:no-repeat;
		width:200px;
	}
	#accMenu{
		width:200px;
		text-align:left;
	}
	#accMenu .imageLinks{
		background-color:#fbfbfb;
		text-align:center;
	}
	.accordionHeader{
		background-image: url("../_images/acc_header.gif");
		color: white;
		font-family: Tahoma, Arial, "Century Gothic", Sans-Serif;
		font-size: 1em;
		font-weight: bold;
		padding: 5px;
		cursor: pointer;
	}
	.accordionContent{
		background-color: #fbfbfb;
		border-top: none;
		padding: 5px;
		padding-top: 5px;
	}
	.accordionLink{
		color: #ff5c00;
		text-decoration: none;
	}
	#accMenu .accordionNav{
		color:#414141;
		font-weight:bold;
		font-size:1em;
		text-decoration:none;
	}
	#accMenu p{
		margin:0;
		padding:0;	
	}
	#accMenu a{
		font-family: Tahoma, Arial, "Century Gothic", Sans-Serif;
		color: #414141;
		text-decoration:none;
	}
	#accMenu ul, #accMenu ol{
		margin:0;
		padding:0;
	}
	#accMenu ul{
		list-style-type:square;
		padding-left:20px;
	}
	#accMenu ol{
		padding-left:20px;
	}
	#accMenu a:hover{
		color: #FA3A19;
		text-decoration:underline;
	}
	.belowmenulinks{
		width:190px;
		margin:5px 0px 5px 5px;
		border:solid 1px #414141;
		background-color:#fefefe;
		padding:5px 0px 5px 0px;
	}
	.belowmenulinks ul{
		padding-left:20px;
	}
/***** END Left Menu Styles *****/
