@charset "UTF-8";
.applemenu{
	padding: 0;
	width: 198px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9A9A9A;
	border-left-color: #9A9A9A;
}

.applemenu div.silverheader a{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 17px;
	text-decoration: none;
	background-color: black;
	background-image: url(../images/sidemenu_grey.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(../images/sidemenu_blue.jpg);
	color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	padding: 5px;
	height: 150px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	text-align: left;
}
.applemenu .submenu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
.applemenu   .submenu   ul   li  {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-image: url(../images/bullet_red.jpg);
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.applemenu .submenu a {
	color: #000000;
	text-decoration: none;
}
.applemenu .submenu a:hover {
	color: #951b39;
	text-decoration: underline;
}
.applemenu .submenu #active a {
	color: #951b39;
	text-decoration: underline;
}
