﻿body {
    margin: 0px;


}
#buttonA {

    margin-left: 0px;
}
#buttonA ul {
	
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    line-height: 20px;
}
#buttonA li {
    list-style-type: none;
    height: 25px;
    width: 100%;

}
#buttonA li a {
	
	background:url('../images/AccordionTab0.gif');
	height: 100%;
    width: 240px;
    display: block;
    text-decoration: none;
    border-width: 1px;
    font-weight:bold;
    text-align:left;
}
#buttonA li a:link {
      
    font-weight: normal;
    color:#cb0e15;
    background-color: #CCCCCC;
    border:1px outset;
    font-weight:bold;
  	padding:2px 0px 0px 15px;
}
#buttonA li a:visited {
    
    color: #cb0e15;
    font-weight: normal;
    background-color: #CCCCCC;
    border:1px outset;
    font-weight:bold;
	padding:2px 0px 0px 15px;
}
#buttonA li a:hover {
	
	font-weight: bold;
    color: #cb0e15;
    background-color: #999999;
    border-style: inset;
}
#buttonA li a:active {
	
	font-weight: bold;
    color: #000000;
    background-color: #666666;
    border-style: inset;
} 
