.applemenu_links{
	padding: 0;
	width: 249px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}

.applemenu_links div.silverheader a{
	margin-left: 4px;
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 249px;
	padding-left: 0px;

}


.applemenu_links div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: #333333;
}


.applemenu_links div.selected a, .applemenu div.silverheader a:hover{

	color: #333333;
}

.applemenu_links div.submenu{ /*DIV that contains each sub menu*/
	background-image: url(../images/main_right_repeat.png);
	background-repeat: repeat-y;
	background-position: left top;
		padding-top: 7px;
			padding-bottom: 17px;

height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.submenu_item {
	height: 23px;
	width: 227px;
	padding-top: 7px;
	padding-left: 10px;
	margin-left: 6px;
	background-image: url(../images/right_link_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.submenu p{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
}
.submenu_item a{
	color: #333333;
	text-decoration: none;
}
.submenu_item a:hover{
	color: #EE216E;
	text-decoration: underline;
}

