/*
	Foresite Menu CSS
    SIDEBAR AREA
*/

/* overall sidebar area */
.sidebar {
	color: #000075;
	background-color: #ffffff;
	width: 120px;
}

.sidebar a, .sidebar a:visited {
    margin-right: 2px;
    padding: 2px 6px 2px 0px; 
    color: #99e600;
    border-right: 3px double #aaaaaa;
    background-color: #ffffff;
    font-weight: bold; 
    text-decoration: none; 
    text-align: right;
    display: block;
}

.sidebar a:hover, .sidebar a:focus {
    color: #1d5700;
    background-color: #ffffff;
    border-right: 3px solid #1d5700;
}

.picked a, .picked a:visited {
    margin-right: 2px;
    padding: 2px 6px 2px 0px; 
    color: #1d5700;
    background-color: #ffffff;
    border-right: 3px solid #1d5700;
    font-weight: bold; 
    text-decoration: none; 
    display: block;
}

.picked a:hover, .picked a:focus {
    border-right: 3px solid #1d5700;
}

.pickpath a, .pickpath a:visited {
    margin-right: 2px;
    padding: 2px 6px 2px 0px; 
    color: #004ce6;
    background-color: #ffffff;
    display: block;
}

.pickpath a:hover, .pickpath a:focus {
	color: #000075;
}

.subsection {
    font-size: smaller;
    background-color: transparent;
    border-top: 1px solid #1d5700;
    border-bottom: 1px solid #1d5700;
}
.subsubsection {
	background-color: transparent;
}

.sublink a, .sublink a:visited {
    color: #004ce6;
    background-color: #ffffff;
    border-right: 3px double #004ce6;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.sublink a:hover, .sublink a:focus {
	border-right: 3px solid #000075;
	color: #000075;
	background-color: #ffffff;
}

.subpickpath a, .subpickpath a:visited {
	margin-right: 2px;
	padding: 2px 6px 2px 0px; 
	border-right: 3px double #004ce6;
	color: #004ce6;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.subpickpath a:hover, .subpickpath a:focus {
	color: #000075;
	border-right: 3px double #000075;
}

.subpicked a, .subpicked a:visited {
	border-right: 3px solid #000075;
	color: #000075;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.subpicked a:hover, .subpicked a:focus {
	color: #00075;
	background-color: #ffffff;
	border-right: 3px solid #000075;
}


