﻿.linkbuttonwrapper a.button{
background: transparent url('images/buttons/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none; 
}

.linkbuttonwrapper a.button:link, .linkbuttonwrapper a.button:visited, .linkbuttonwrapper a.button:hover, .linkbuttonwrapper a.button:active{
color: #ffffff; /*button text color*/
}

.linkbuttonwrapper a.button span{
background: transparent url('images/buttons/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; 
white-space:nowrap;
}

.linkbuttonwrapper a.button:hover{ /* Hover state CSS */

	/*color: #ccffff;*/
	color:#19c6ff; 
}

.horizontal .linkbuttonwrapper
{
	 float:left;
	 margin-right:5px;
}

.linkbuttonwrapper{ 
/*overflow: hidden; */
	  
}

.buttonfloatleft
{
	float:left;
}