.slidemenu{
	width: 235px; /*width of menu*/
}

.slidemenu div.silverheader a {	
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
}


.subnav-top, .subnav-middle, .subnav-bottom {
	background: url('../images/gallery-header-top.gif') no-repeat top left;
	display: block;
	height: 17px;
	width: 678px;
	color:#000;
	padding: 6px;
	font-weight:bold;
	cursor:pointer
}

.subnav-middle {
	background: url('../images/gallery-header.gif') no-repeat top left;
}

.subnav-bottom {
	background: url('../images/gallery-header-bottom.gif') no-repeat top left;
	height:5px;
	padding:0px;
	width: 690px
}


.slidemenu div.submenu { /*DIV that contains each sub menu*/
	background-color:#e5e5e5;
	padding: 5px;
	width: 680px;
}

/*.slidemenu div.submenu a { /*DIV that contains each sub menu*/
	/*background: url('../images/sub-nav-sub-buttons.gif') no-repeat top left;
	display:block;
	height: 18px;
	width: 195px;
	padding: 7px 0px 0px 40px;
	font-family: Trebuchet, Verdana, Tahoma, Arial;
	font-size: 90%;
	font-weight:bold;
	text-decoration:none;
	color:#3f5375
}*/



