﻿.applemenu{
margin: 5px 0;
padding: 0;
width: 940px; /*width of menu*/
border: 0px solid #9A9A9A;
}
.applemenu div.silverheader a{
background:silver url('../images/navbutton1.gif') repeat-x left center;
font: bold 13px "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
color: navy;
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;
}
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover{
background:silver url('../images/navbutton_active2.png') repeat-x left center;
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 360px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
margin:10px 0 0 0;
}
#subnav
 {
	overflow: hidden;
}
#subnav
 ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 4px 9px 4px 0px;
	width: 100%;
}
#subnav
 li {
	float: left;
	width: 100px;
	line-height: 12px;
	text-indent: 10px;
}
#subnav
 a {
	color: #000080;
	background-color: #D3D3D3;
	background:url('../images/navbutton1.gif') repeat-x left 50%;
	position:relative;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 4px 9px 4px 0px;
	border: 1px solid white;
}
#subnav
 a:hover {
	color: navy;
	background: #E1E1E1 url('../images/silvergradientover2.gif') repeat-x left 50%;
	text-decoration: none;
	padding: 4px 9px 4px 0px;
	border: 1px solid white;
}

#subnav 
 a:focus {
	background: url('../images/silvergradientover.gif') repeat-x left 50%;
}
#subnav 
 a:active {
	background: url('../images/silvergradientover.gif') repeat-x left 50%;
}
.applemenu div.cleargroup {
	margin-bottom:20px;
}
