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

.applemenu{
margin: 5px 0;
padding: 0;
width: 250px; /*width of menu*/
}
 
.applemenu div.silverheader a{
	color: #0F5E02;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 240px;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../_images/nav/sideNavBar02.jpg);
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 3px;
}
 
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: #0F5E02;
}
 
.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(../_images/nav/sideNavBar.jpg);
	color: #0F5E02;
}
 
.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	height: 180px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sideNav {
	margin-top: 20px;
}
#sideNavWrapper {
	height: 300px;
	width: 250px;
}

.sideNavBar {
	background-image: url(../_images/nav/sideNavBar02.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 250px;
}
.sideNavBarSecondary {
	background-image: url(../_images/nav/sideNavBarSecondary.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 250px;
}

.sideNavBarSecondary a{
	font-size: 20px;
	color: #060;
	padding-left: 25px;
}
.sideNavBar a {
	margin-top: 11px;
	margin-left: 10px;
	line-height: 30px;
	font-weight: normal;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.sideNavBar a:link {
	color: #060;
	text-decoration: none;
}
.sideNavBar a:hover {
	color: #300;
	text-decoration: none;
}
.sideNavBar a:visited {
	color: #060;
	text-decoration: none;
}
.sideNavBar a:active {
	color: #060;
	text-decoration: none;
}

.sideNavBackDark {
	background-image: url(../_images/nav/sideLinkBackDark.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 250px;
}
.sideNavBackDark a {
	margin-left: 22px;
	line-height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #060;
	font-weight: normal;
}
.sideNavBackDark a:link {
	color: #060;
	text-decoration: none;
}
.sideNavBackDark a:hover {
	color: #300;
	text-decoration: none;
}
.sideNavBackDark a:visited {
	color: #060;
	text-decoration: none;
}
.sideNavBackDark a:active {
	color: #060;
	text-decoration: none;
}

.sideNavBackLight {
/*	background-image: url(../_images/nav/sideLinkBackLight.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 250px; */
}
.sideNavBackLight a {
	/*	line-height: 37px;
	margin-left: 40px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #060;
}

.sideNavBackLight a:link {
	color: #060;
	text-decoration: none;
}
.sideNavBackLight a:hover {
	color: #300;
	text-decoration: none;
}
.sideNavBackLight a:visited {
	color: #060;
	text-decoration: none;
}
.sideNavBackLight a:active {
	color: #060;
	text-decoration: none;
}
/* End */


.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95BB95;
}

.suckerdiv ul li{
position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 155px; /*sub menu width*/
	bottom: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #060;
	text-decoration: none;
	padding: 1px 5px;
	background-color: #EDF3ED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #95BB95;
	border-right-color: #95BB95;
	border-bottom-color: #95BB95;
	border-left-color: #95BB95;
}

.suckerdiv ul li a:visited{
	color: #060;
}

.suckerdiv ul li a:hover{
	background-color: #BBD5BB;
}

.suckerdiv .subfolderstyle{
	background-color: #EDF3ED;
	background-image: url(media/arrow-list.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
