@charset "utf-8";
/* CSS Document */

/*<style type="text/css">*/

.applemenu{
	margin: 5px 0;
	padding: 0;
	width: 170px;
	height: 316px; /* Edit this if the menu starts pushing the footer down */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.applemenu div.silverheader a{
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/arrow_Acc.gif);
	background-position: left 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 10px;
}


.applemenu div.silverheader a:selected, .applemenu div.silverheader a:active{
	/*color: #cd1806;*/
	background-image: url(../images/arrow_Acc_roll.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-align: left;
	text-indent: 10px;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	color: #4e4c40;
	background-image: url(../images/arrow_Acc_roll.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-align: left;
	text-indent: 10px;
	background-color: #a29978;
}

.sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #a19a79;
	text-decoration: none;
}

.sublink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	padding: 5px;
	/*height: 92px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

li.sublink2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #a19a79;
	text-decoration: none;
}

li .sublink2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
ul ul .sublink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #a19a79;
	text-decoration: none;
}
ul ul .sublink2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/*</style>*/
