a.squarebutton{
background: transparent url('../images/buttonmenu/button_03_left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 20px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
font-family:Verdana;
font-size:11px;	
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/buttonmenu/button_03_right.gif') no-repeat top right;
display: block;
padding: 4px 12px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* For Pay */
a.squarebuttonpay{
background: transparent url('../images/buttonmenu/button_02_left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 20px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebuttonpay, a:visited.squarebuttonpay, a:active.squarebuttonpay{
font-family:Verdana;
font-size:11px;
color: #b3954a; /*button text color*/
}

a.squarebuttonpay span{
background: transparent url('../images/buttonmenu/button_02_right.gif') no-repeat top right;
display: block;
padding: 4px 12px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebuttonpay:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebuttonpay:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

/* For Free */
a.squarebuttonfree{
background: transparent url('../images/buttonmenu/button_01_left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 20px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebuttonfree, a:visited.squarebuttonfree, a:active.squarebuttonfree{
font-family:Verdana;
font-size:11px;
color: #6767f9; /*button text color*/
}

a.squarebuttonfree span{
background: transparent url('../images/buttonmenu/button_01_right.gif') no-repeat top right;
display: block;
padding: 4px 12px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebuttonfree:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebuttonfree:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}



.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/buttonmenu/menu_01_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/buttonmenu/menu_01_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/buttonmenu/menu_01_hover_right.gif) no-repeat right top; /*right tab image path*/
}

