
/* ================================================================ 
The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_concertinaslide_2.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menuPad {
		height:280px;
		}

#slide {
		padding:7px; 
		margin:0; 
		width:165px; 
		font-family:arial, sans-serif; 
		font-size:13px; 
		background:#006; 
		position:absolute;
		}
		
#slide dt {
		padding:0; 
		margin:0; 
		width:165px; 
		height:37px; 
		background: url(../grafix/back.png); 
		color:#ddd; 
		text-align:center; 
		line-height:37px; 
		cursor:pointer; 
		font-weight:bold;
		}
		
#slide dt.slide {
		color:#fff; 
		background: url(../grafix/back.png) left bottom;
		}
		
#slide dt a {
		display:block; 
		height:37px; 
		color:#fff; 
		text-decoration:none; 
		line-height:37px;
		}
		
#slide dt a:hover {
		color: #F90;
		}
		
#slide dd {
		padding:0; 
		margin:0; 
		background:#eee  url(../grafix/shade.png);
		background-repeat:no-repeat top left; 
		text-align:center; 
		width:165px;
		height:0; 
		overflow:hidden; 
		position:relative;
		}
		
#slide dd ul {
		padding:0; 
		margin:0; 
		list-style:none; 
		position:absolute; 
		left:0; 
		bottom:0; 
		height:auto;
		}
		
#slide dd ul li {
		border-bottom:1px solid #aaa; 
		width:165px; 
		height:25px; 
		line-height:25px;
		}

#slide dd ul li a {
		color:#666; 
		text-decoration:none; 
		font-size:12px;
		font-weight:bold; 
		display:block; 
		height:25px;
		}
		
#slide dd ul li a:hover {
		color:#009;
		text-decoration:underline;
		font-weight:bold; 
		}


/* ======== E N D  =========== */


























