.LeftMenuSpacer {
	width: 15px;
}

.Level1 {
	color: white;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.Level2 {
	color: white;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.Level3 {
	color: white;
	font-family: Arial;
	font-size: 11px;			
	text-decoration: none;
	font-weight: bold;
}
.Level4 {
	color: white;
	font-family: Arial;
	font-size: 11px;			
	text-decoration: none;
	font-weight: bold;
}
.Level1:hover {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.Level2:hover {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.Level3:hover {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;			
	text-decoration: none;
	font-weight: bold;
}
.Level4:hover {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;			
	text-decoration: none;
	font-weight: bold;
}
.Level1_selected {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.Level2_selected {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.Level3_selected {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;			
	text-decoration: none;
	font-weight: bold;
}
.Level4_selected {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;			
	text-decoration: none;
	font-weight: bold;
}
.Level1_selected:hover {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.Level2_selected:hover {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.Level3_selected:hover {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;			
	text-decoration: none;
	font-weight: bold;
}
.Level4_selected:hover {
	color: #FFD21F;
	font-family: Arial;
	font-size: 11px;			
	text-decoration: none;
	font-weight: bold;
}
#leftBarBg {
	background-image: url("/atcweb/images8/sidebar_left.jpg");
	background-color: #003F5E;
	background-repeat: repeat;
}

#leftSidebar {
	width: 170px;
}

#leftmenu {
	list-style: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;

}
#leftmenu:hover {
	color: #FFD21F;
	text-decoration: none;
}
#leftmenu:active {
	color: #FFD21F;
}

#leftmenusub:hover {
	color: #FFD21F;
}
#leftmenusub {
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;

}

#leftmenuselect {
	background-position: 6px 60%;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFD21F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

#leftmenuselectsub {
	background-position: 6px 60%;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFD21F;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;

}
#leftSidebar #pageHeading {
	padding: 4px 2px 4px 20px;
	margin: 2px 0 4px 0;
	background-color: #666666;
	color: yellow;
	background-image: url("/atcweb/images/bullet_white.gif");
	background-position: 6px 60%;
	background-repeat: no-repeat;
	font-weight: bold;
}

#leftSidebar ul {
	margin: 0px;
	padding: 7px 0px 5px 20px;
}

#leftSidebar li {
	list-style: none;
	margin-bottom: 8px;
}

#leftSidebar li a {
	list-style: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#leftSidebar li a.current {
	
}