/************************************************************************/
/* SD-Scroll v1.0 layout, design and all included source code           */
/* copyright (c)2006. Spriteworks Developments. All rights reserved.    */
/* This copyright notice MUST remain within this document at all times  */
/* as a condition of use. Removal of this copyright notice voids your   */
/* right to use this product. SD-Scroll v1.0 may not be redistributed   */
/* in any form without express written permission from Spriteworks      */
/* Developments. This external CSS file MUST remain separate from the   */
/* HTML code at all times and may not be integrated into it or other    */
/* pages in any way, displayed, performed or otherwise made accessible  */
/* for public viewing under any circumstances. Please carefully read    */
/* the license agreement included with this script. It is the same      */
/* one you agreed to when you purchased a license to use it.            */
/*                                                                      */
/************************************************************************/

.nav dl {width: 150px;
margin:0 auto;
padding: 0 0 10px 0;
background: #0188c9 url(bpad.gif) no-repeat bottom left;
}

.nav dt {text-align:center;
margin:0;
padding: 7px;
font-size: 16px;
font-weight:bold;
font-family:Comic Sans MS;
color:#ffffff;
border-bottom:1px solid #0188c9;
background: #0188c9 url(tpad.gif) no-repeat top left;
}

.bground {background:url(opaque.gif);
border-bottom:1px inset #ffffff;
border-top:1px inset #ffffff;
border-left:2px solid #0175ad;
border-right:2px solid #0175ad;

}

.links a:hover {background: #5c95fe;
color:#fef883;
cursor:hand;
}

.text {text-align:left;
color: #ffffff;
font-size: 12px;
font-family:Comic Sans MS;
}