<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
padding: 0px;
margin-bottom: 0px;
/*width: 180px;*/
float: left;


}

.buttonmenu li a{
	color: #666666;
	display: block;
	/*width: 80%;*/
	width: 120px;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 1px;
	/*border: 1px solid;
	border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
	background-image:url(../images/navbg.gif);
	background-repeat:no-repeat;
	/*background-color: #AFDFE6;*/
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;*/
	padding-left: 4px;
}


.buttonmenu li a:visited{
color: #666666;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: white;
background-image: url(../images/navbgover.gif);
background-repeat:no-repeat;
/*background-color: #CE1141;*/

}

 ul{
list-style-type: none; /* REMOVE Bullets */
}

</style>
