#tabmenu{
	background-image: url(http://online-betting-4u.co.uk/images/menu/bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.glowingtabs{
float:left;
width:100%;
height: 30px;

line-height:normal;
/*border-bottom: 1px solid #c0c0c0;*/ /*Add border strip to bottom of menu*/
font-size: 12px;
font-weight: bolder;
font: Arial;

}

.glowingtabs ul{
width: 100%;
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
margin-left: 50%;
margin-right: 50%;
float:left;
background:url(http://online-betting-4u.co.uk/images/menu/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;

width: 15%;
height: 30px;
}

.glowingtabs a span{
float:left;
display:block;
background:url(http://online-betting-4u.co.uk/images/menu/glowtab.gif) no-repeat right top;
padding: 5px 12px 0px 5px;
text-align: center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;

height: 25px;*/
}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -31px; /*Shift background image up to start of 2nd tab image*/
height: 30px;
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
color: black;
height: 30px;*/
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -31px; /*Shift background image up to start of 2nd tab image*/

}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;
width:94%; /*width of 2nd level sub menus*/
height:16px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/

}

.tabcontent{
display:none;
background-image: url(http://online-betting-4u.co.uk/images/menu/tabcontent.gif);
background-repeat: repeat-x;

font-size: 10px;
font-weight: bolder;
font: Arial;
text-align: center;
}


.tabcontent a{
margin-left: 20px;
	
}


.tabcontent a:hover{ /*onMouseover style*/
color: White;
text-decoration: none;
}
.tabfreebets{
display:none;
background-image: url(http://online-betting-4u.co.uk/images/menu/tabcontent.gif);
background-repeat: repeat-x;
font-size: 10px;
font-weight: bolder;
font: Arial;
padding: 0 350px;
}
.tabfreebets a{
margin-left: 20px;
	
}

.tabfreebets a:hover{ /*onMouseover style*/
color: White;
text-decoration: none;
}