#btnblockdiv ul {
	padding: 5px;
	margin: 0px 0;
	list-style: none;
	background-color: #F6F7F7;
	float: left;
	clear: left;
}

#btnblockdiv ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}

#btnblockdiv ul li a {
	text-decoration: none;
	background: url('../images/css.png') no-repeat right top;
	float:left;
	color: #fff;
	cursor: pointer;
	font: 900 12px/22px "verdana", Helvetica, sans-serif;
    width: 61px;
}

#btnblockdiv ul li a span {
	margin: 0 5px 0 -10px;
	background: url(../images/css.png) no-repeat top left;
	padding: 1px 3px 5px 7px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

/*GREEN*/

#btnblockdiv  ul.green li a:hover  {
 	color: #ffffff;
	background: url(../images/css1.png) no-repeat top right;
}

#btnblockdiv  ul.green li a:hover span {
	background: url(../images/css1.png) no-repeat top left;
}
/*--------------------------- for buttons on page
-------------------------*/



#btnblockdivl ul {
	padding: 5px;
	margin: 0px 0;
	list-style: none;
	
	float: left;
	clear: left;
}

#btnblockdivl ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}

#btnblockdivl ul li a {
	text-decoration: none;
	background: url('../images/css1.png') no-repeat right top;
	float:left;
	color: #ffffff;
	cursor: pointer;
	font: 900 12px/22px "verdana", Helvetica, sans-serif;   
}

#btnblockdivl ul li a span {
	margin: 0 5px 0 -10px;
	background: url(../images/css1.png) no-repeat top left;
	padding: 1px 3px 5px 7px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

/*GREEN*/

#btnblockdivl  ul.green li a:hover  {
 	color: #ffffff;
	background: url(../images/css.png) no-repeat top right;
}

#btnblockdivl  ul.green li a:hover span {
	background: url(../images/css.png) no-repeat top left;
}

/*-------------------- for view details
------------------------*/

#btnblockdivll ul {
	padding: 5px;
	margin: 0px 0;
	list-style: none;
	
	float:right;
	clear: left;
}

#btnblockdivll ul li {
	float: right;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}

#btnblockdivll ul li a {
	text-decoration: none;
	background: url('../images/css1.png') no-repeat right top;
	float:right;
	color: #ffffff;
	cursor: pointer;
	font: 900 12px/22px "verdana", Helvetica, sans-serif;   
}

#btnblockdivll ul li a span {
	margin: 0 5px 0 -10px;
	background: url(../images/css1.png) no-repeat top left;
	padding: 1px 3px 5px 7px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:right;
}

/*GREEN*/

#btnblockdivll  ul.green li a:hover  {
 	color: #ffffff;
	background: url(../images/css.png) no-repeat top right;
}

#btnblockdivll  ul.green li a:hover span {
	background: url(../images/css.png) no-repeat top left;
}



