.cssbuttonstoggler{ 
text-align: left; 
overflow: hidden; 

}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.cssbuttonstoggler a{ /*style for every navigational link within toggler */
background: transparent url('square-gray-left.gif') no-repeat top left;
color: #494949;
display: block;
float: left;
margin-right: 6px;
font: normal 10px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; 
text-decoration: none;

}

.cssbuttonstoggler a span{
background: transparent url('square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/

}


.cssbuttonstoggler3{ 
text-align: left; 
overflow: hidden; 
font-family:Georgia, Times New Roman, Arial;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.cssbuttonstoggler3 a{ /*style for every navigational link within toggler */
background: transparent url('square-gray-left.gif') no-repeat top left;
color: #494949;
display: block;
float: left;
margin-right: 6px;
font: normal 10px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; 
text-decoration: none;
font-family:Georgia, Times New Roman, Arial;
}

.cssbuttonstoggler3 a span{
background: transparent url('square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
font-family:Georgia, Times New Roman, Arial;
}










.cssbuttonstoggler1{ /*style for DIV used to contain toggler links. */
text-align: center; 
overflow: hidden; 
font-family:Georgia, Times New Roman, Arial;
}

.cssbuttonstoggler1 a{ /*style for every navigational link within toggler */
background: transparent url('square-orange-left.gif') no-repeat top left;
color: #494949;
display: block;
float: right;
margin-right: 6px;
font: normal 13px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
font-family:Georgia, Times New Roman, Arial;
}

.cssbuttonstoggler1 a span{
background: transparent url('square-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
font-family:Georgia, Times New Roman, Arial;
}






.cssbuttonstoggler2{ /*style for DIV used to contain toggler links. */
text-align: center; 
overflow: hidden; 
font-family:Georgia, Times New Roman, Arial;
color:maroon;
}

.cssbuttonstoggler2 a{ /*style for every navigational link within toggler */
background: transparent url('square-red-left.gif') no-repeat top left;
color: #494949;
display: block;
float: center;
margin-right: 6px;
font: bold 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
font-family:Georgia, Times New Roman, Arial;
color:maroon;
}

.cssbuttonstoggler2 a span{
background: transparent url('square-red-right.gif') no-repeat top right;
display: block;
font: bold 12px Arial; /* Change 12px as desired */
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
font-family:Georgia, Times New Roman, Arial;
color:maroon;
}
