div#buttonA {
margin-left: 50px;
}
div#buttonA ul {
        margin: 20px;
        padding: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 14px;
        font-weight : bold;
        vertical-align : middle;
}
div#buttonA li {
	list-style-type: none;
 	height: 40px;
	width: 12%;
	margin: 10px;
	text-align: right;
	display : inline;
padding-left : 5px;
}
div#buttonA li a {
	height: 40px;
	width: 125%;
	display: inline;
	text-decoration: none;
	border-width: 8px;
	background-image : url("redbud.gif");
	background-position : left;
	background-repeat : no-repeat;
	line-height : 16px;
padding-left : 30px;
}
div#buttonA li a:link {
        color: #000000;
        font-weight: bold;
        background-color: #CCCCCC;
        border-style: outset;
        }
div#buttonA li a:visited {
color: #000000;
font-weight: normal;
background-color: #CCCCCC;
border-style: outset;
}
div#buttonA li a:hover {
font-weight: bold;
color: #FFFFFF;
background-color: #999999;
border-style: outset;
}
div#buttonA li a:active {
font-weight: bold;
color: #FFFFFF;
background-color: #666666;
border-style: inset;
}
#content {
        margin: 30px;
        padding: 15px;
        border: 5px solid #a0522d;
        background: transparent url("BriteDry.jpg") repeat;
}
ul.NoBullet {
	list-style-type: none;
	padding-left : 3in;
}
li.NoBullet {
	list-style-image: url(10anidot2c.gif);
	padding-left : 24px;
}