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

.applemenu{
	padding: 0;
	width: 147px; /*width of menu*/
	border: 0;
	color: #26358A;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.silverheader a {
	color: #FFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 147px;
	text-decoration: none;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	background-color: #26358A;
	text-indent: 10px;
	background-repeat: repeat-x;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

.applemenu div.silverheader a:hover {
	background-image: url(Images/silvergradientover.jpg);
	color: #26358A;
	background-repeat: repeat-x;
	background-position: left center;
	width: 147px;
}
.applemenu div.silverheader a:active{
	width: 147px;
	background-image: url(Images/silvergradientover.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.submenu {
	background-color: #26358A;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 147px;
	height: auto;
	overflow: hidden;
	position: relative;
	float: left;
}
.submenu a {
	color: #FFF;
	text-decoration: none;
	line-height: 28px;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Helvetica, Verdana, sans-serif;
	font-style: normal;
	text-indent: 28px;
	display: block;
	text-align: left;
	width: 147px;
	background-image: url(Images/nav_snowflake.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.submenu a:hover {
	background-image: url(Images/nav_snowbck.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 147px;
	color: #22348E;
}

.statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: relative;
	top: 5px;
	right: 5px;
	border: none;
	float: right;	
}
#wrapper #leftNav .applemenu .silverheader img {
	margin: 0px;
	padding: 0px;
	float: left;
}
