﻿@charset "utf-8";
/* CSS Document */

/*top level styles*/
.leftNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 175px;
	border-top: 1px dotted #c5c5c5;
	/*position:relative;*/
	z-index:-1;
}

.leftNav li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(images/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	border-bottom: 1px dotted #c5c5c5;
}

.leftNav li a:link, .leftNav li a:visited, .leftNav li a:hover {
	display: block;
	padding: 5px 0 5px 0px;
}

.leftNav li.last {
	border-bottom: none;
}

.leftNav li.activeParent, .leftNav li.activemenu {
	font-weight: bold;
	background-image: url(images/arrow-orange-down.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	border-top: 2px solid #f26228;
	border-bottom: 1px solid #f26228;
}

.leftNav li.activeParent a {
	color: #f26228;
	font-weight: 600;
}

.leftNav li.activemenu {
	background-image: url(images/arrow-orange.gif);
}

.leftNav li.menuitem a, .leftNav li.parent a, .subNav li.menuitem a, .subNav li.menuitem a, .leftNav li a{
	color: #666666;
	font-weight:100;
}

.leftNav li a, .subNav li a {
	text-decoration:none;
	color: #666666;
}

.leftNav li a:hover {
	color: #f26228;
}

.leftNav li.activemenu a {
	color: #f26228;
	font-weight:600;
}

/* second level styles */
.subNav {
	background-color: #e5e5e5;
	list-style: none;
	text-decoration: none;
	margin-left: -10px;
	padding-left: 10px;
}

.subNav ul {
	width:165px;
}

.subNav li a {
	text-decoration:none;
	color: #666666;
}

.subNav .activemenu {
	background-color:#FFFFFF;
}

.subNav li{
	margin-left: -10px;
	padding-left: 20px;
	background-image: url(images/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.subNav li.activemenu {
	background-image: url(images/arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-top: none;
	border-bottom: none;
}

.subNav li.activeParent {
    background-image: url(images/arrow-orange-down.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-top: none;
	border-bottom: none;
}

.subNav li.activeParent a{
	color: #f26228;
	font-weight:600;
}

.subNav li.menuitem a, .subNav li.parent a{
	color: #666666;
	font-weight:100;
}

.subNav li.activemenu a{
	color: #f26228;
	font-weight:100;
}

.subNav li a:hover {
	color: #f26228;
}

/* 3rd level styles */
.subNav ul ul{
	width:155px;
}

#html .subNav li ul li a:link, #html .subNav li ul li a:visited, #html .subNav li ul li a:hover {
	padding-bottom: -5px;
}

.subNav li ul li, .subNav li ul li.activemenu{
	margin-left: -20px;
	padding-left: 30px;
	background-image: url(images/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	border-top: none;
	border-bottom: none;
}

.subNav li ul li.activeParent {
    background-image: url(images/arrow-orange-down.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	border-top: none;
	border-bottom: none;
}

/* 4th level styles */
.subNav ul ul ul{
	width:145px;
}

.subNav li ul li ul li , .subNav li ul li ul li.activemenu{
	margin-left: -30px;
	padding-left: 40px;
	background-image: url(images/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 30px 10px;
	border-top: none;
	border-bottom: none;
}	


