.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 138px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 138px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 14px Trebuchet MS;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #d4340c;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}




.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(http://www.football-bbc.com/menur_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: #595959;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 16px;
	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 14px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(http://www.football-bbc.com/menur_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(http://www.football-bbc.com/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}




.markermenu{
width: 140px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: white url(http://www.football-bbc.com/arrow-list.gif) no-repeat 2px center;
font: bold 13px Verdana, Helvetica, sans-serif;
color: #d4340c;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #d4340c;
}

.markermenu ul li a:hover{
color: white;
background-color: #000099;
background-image:url(http://www.football-bbc.com/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


.arrowlistmenu{
width: 140px; /*width of menu*/
	background-color: #ffffff;
	
}

.arrowlistmenu .headerbar{
font: bold 14px Trebuchet MS, "Lucida Sans";
color: white;
background: black url(http://www.football-bbc.com/titlebar.png) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #d4340c;
background: url(http://www.football-bbc.com/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 100%;
}

.arrowlistmenu ul li a:visited{
color: red;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background-color: #999999;
}


.animatedtabs{
border-bottom: 0px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 420px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(http://www.football-bbc.com/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(http://www.football-bbc.com/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 6px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}




.arrowgreen{
	width: 140px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
	font: bold 13px Trebuchet MS, Helvetica, sans-serif;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 13px Trebuchet MS, Helvetica, sans-serif;
	display: block;
	background: transparent url(http://www.football-bbc.com/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #000066;
}

.arrowgreen li a:hover{
	color: red;
	background-position: 100% -32px;
	}

	
.arrowgreen li a.selected{
	color: red;
	background-position: 100% -64px;
}



.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #000066; /*menu strip background*/
border: 0px solid gray;
padding: 4px 0;
border-width: 0px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('http://www.football-bbc.com/aeroleftblack.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Trebuchet MS, Helvetica, sans-serif; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 5px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: #ffffff; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('http://www.football-bbc.com/aerorightblack.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('media/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('media/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}






.class1 A:link {text-decoration: underline; font-weight: bold; color: blue}
.class1 A:visited {text-decoration: underline; font-weight: bold; color: blue}
.class1 A:active {text-decoration: underline; font-weight: bold; color: blue}
.class1 A:hover {text-decoration: underline; font-weight: bold; color: red}
}
.class2 A:link {text-decoration: none; font-weight: normal; color: #000099}
.class2 A:visited {text-decoration: none; font-weight: normal; color: #000099}
.class2 A:active {text-decoration: none; font-weight: normal; color: #000099}
.class2 A:hover {text-decoration: none; font-weight: normal; color: red}
}
.class3 A:link {text-decoration: none; font-weight: bold; font-size: 13px; color:#000066}
.class3 A:visited {text-decoration: none; font-weight: bold; font-size: 13px;color:#000066}
.class3 A:active {text-decoration: none; font-weight: bold; font-size: 13px;color:#000066}
.class3 A:hover {text-decoration: underline; font-weight: bold; font-size: 13px;color:red}
}
.class4 A:link {text-decoration: underline; font-weight: bold; color:#ffffff}
.class4 A:visited {text-decoration: underline; font-weight: bold; color:#ffffff}
.class4 A:active {text-decoration: underline; font-weight: normal; color: #ffffff}
.class4 A:hover {text-decoration: underline; font-weight: bold; color:red}
}
hr {
  border: 0;
  width: 100%;
text-align: center;
color: #ed0003;
background-color: #000;
height: 2px;
}



H1 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
color: #ffffff; 
font-size:14px;
font-weight: normal;
text-align: center; 
                 }

H2 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color: #ffffff;
 } 

H3 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
color: #000000;

                 }

H4 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
padding: 0px 0 0px 0px;
color: #999999;
                 }
H7 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color: rgb(204,0,0);
padding: 0px 0 0px 0px;
                 }
H6 {
font-family:"Tahoma", Trebuchet MS, "Lucida Sans";
font-weight:bold;
font-size:14px;
color: #065ba5;
                 }
H5 {
font-family:"Tahoma", Trebuchet MS, "Lucida Sans";
font-weight:bold;
font-size:17px;
color: #000000;
text-align: center;
padding: 0px 0 0px 0px;

                 }
#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
width: 120px;
padding: 0px;
margin: 0px;
background-color: #000066;
}

#vertmenu h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
display: block; 
background: url(http://shoponline.sportingways.com/shop-online-top.jpg);
font-size: 11px; 
padding: 3px 0 5px 3px;
border-bottom: 0px solid #ffffff;
color: #ffffff;
margin: 0px;
width: 116px;
}
#vertmenu h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
display: block; 
background: url(http://shoponline.sportingways.com/shop-online-top.jpg);
font-size: 11px; 
padding: 3px 0 5px 3px;
border-bottom: 0px solid #ffffff;
color: #ffffff;
margin: 0px;
width: 116px;
}
#vertmenu h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
display: block; 
background: url(/ladbrokes.jpg);
font-size: 11px; 
padding: 3px 0 5px 3px;
border-bottom: 0px solid #ffffff;
color: #ffffff;
margin: 0px;
width: 116px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 11px;
font-weight:normal;
display: block;
border-bottom: 1px solid #999999;
padding: 5px 0px 2px 4px;
text-decoration:none ;
color: #ffffff;
width:116px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:selected {
color: #ffffff;
background-color: #065ba5;
text-decoration:none ;
width:116px;
}
#side {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
width: 200px;
padding: 0px;
margin: 0px;
background-color: #000066;
}

#side h1 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
display: block; 
background-color:#065BA5 ;
font-size: 12px; 
padding: 3px 0 5px 3px;
border-bottom: 0px solid #ffffff;
color: #ffffff;
margin: 0px;
width: 195px;
}
#side h2 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
display: block; 
background-color:#000066 ;
font-size: 12px; 
padding: 3px 0 5px 3px;
border-bottom: 0px solid #ffffff;
color: #ffffff;
margin: 0px;
width: 195px;
}

#side ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#side ul li {
margin: 0px;
padding: 0px;
}
#side ul li a {
font-size: 12px;
font-weight:normal;
display: block;
border-bottom: 0px solid #ffffff;
padding: 5px 0px 2px 4px;
text-decoration: underline;
color: #ffffff;
width:200px;
}

#side ul li a:hover, #vertmenu ul li a:selected {
color: #ffffff;
background-color: #065BA5;
text-decoration: underline;
}

* {margin:0;padding:0}
h1,h2,h3,h4,h5,p,ul{margin-bottom:1em}
ul{margin-left:16px}
body {
	background: #ffffff;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-align: center;
	color:#000000;
}

#container {
	width: 800px;
	margin: 0px auto 0px auto;
	margin-left:auto;
	margin-right:458px;	
	border:0px solid black;
	background: #ffffff;
	text-align: left;
}
* html #container{
	width: 800px;
	w\idth: 795px;
}
#header {
	width: 800px;
background: #fff;
	text-align: center;
	border-bottom:2px solid silver;
}

#leftmenu {
	width: 140px;
	height: 3000px;
	margin: 0px 10px 0px 0px;
	background-color: #000066;
border-right: 0px solid #000000;	
display: inline;
	float: left;
	position:relative;
	left:-485px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	width: 485px;
	background: #ffffff;
	text-align: left;
	color: #000;
	float:left;
	position:relative;
	left:150px;
}
#rightmenu{
float: right;
width: 125px; /*Width of right column*/
margin-left: -125px; /*Set left margin to -(RightColumnWidth) */
background: #d4d3d3;
height: 3000px;
border-left: 0px solid #000000;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
	width: 100%;
	height: 160px;
	background: #ffffff;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	clear: both;

}
#vertmenu2 {
font-family:Trebuchet MS, "Lucida Sans";
font-weight: bold;
font-size: 8pt;
width: 475px;
padding: 0px;
margin: 0px;

background-color: #2d6ab8;

}
#vertmenu2 h1 {
font-family:Trebuchet MS, "Lucida Sans";
font-weight: bold;
display: block; 
background: url(http://shoponline.sportingways.com/shop-online-top.jpg);
font-size: 8pt;

padding: 3px 0 5px 3px;
border-bottom: 0px solid #ffffff;
color: #ffffff;
margin: 0px;
width: 475px;
}
#vertmenu2 h2 {
font-family:Trebuchet MS, "Lucida Sans";
display: block; 
background: url(http://shoponline.sportingways.com/shop-online-top.jpg);
font-size: 8pt; 
padding: 3px 0 5px 3px;
border-bottom: 0px solid #ffffff;
color: #ffffff;
margin: 0px;
width: 475px;
}

#vertmenu2 ul {
list-style: none;
margin: 0px;
padding: 5px;
border: none;
}
#vertmenu2 ul li {
margin: 0px;
padding: 0px;
}
#vertmenu2 ul li a {
font-size: 8pt;
font-weight: bold;
display: block;
border-bottom: 0px solid #ffffff;
padding: 5px 0px 2px 4px;
text-decoration: none;
text-decoration: underline;
color: #ffffff;
width: 475px;
}

#vertmenu2 ul li a:hover, #vertmenu ul li a:selected {
color: #ffffff;
background-color: #000000;
padding: 5px 0px 2px 4px;
text-decoration: underline;
width:475px;
}
#vertmenu3 {
font-family:Trebuchet MS, "Lucida Sans";
font-weight: bold;
font-size: 8pt;
width: 125px;
padding: 0px;
margin: 0px;

background-color: #2d6ab8;

}
#vertmenu3 h1 {
font-family:Trebuchet MS, "Lucida Sans";
font-weight: bold;
display: block; 
background: url(http://shoponline.sportingways.com/shop-online-top.jpg);
font-size: 8pt;

padding: 3px 0 5px 3px;
border-bottom: 0px solid #ffffff;
color: #ffffff;
margin: 0px;
width: 125px;
}
#vertmenu3 h3 {
font-family:Trebuchet MS, "Lucida Sans";
display: block; 
background: url(http://sportingways.com/ladbrokes.jpg);
font-size: 9pt; 
padding: 3px 0 5px 3px;
border-bottom: 0px solid #ffffff;
color: #ffffff;
margin: 0px;
width: 155px;
}
#vertmenu3 h4 {
font-family:Trebuchet MS, "Lucida Sans";
display: block; 
background: url(/bet365-head.jpg);
font-size: 9pt; 
padding: 3px 0 5px 3px;
border-bottom: 0px solid #ffffff;
color: #ffffff;
margin: 0px;
width: 155px;
}
#vertmenu3 ul {
list-style: none;
margin: 0px;
padding: 5px;
border: none;
}
#vertmenu3 ul li {
margin: 0px;
padding: 0px;
}
#vertmenu3 ul li a {
font-size: 8pt;
font-weight: bold;
display: block;
border-bottom: 0px solid #ffffff;
padding: 5px 0px 2px 4px;
text-decoration: none;
text-decoration: underline;
color: #ffffff;
width:155px;
}

#vertmenu3 ul li a:hover, #vertmenu ul li a:selected {
color: #ffffff;
background-color: #000000;
padding: 5px 0px 2px 4px;
text-decoration: underline;
width:155px;
}
div.myspace-scroll-box {
height:130px;
width:190px;
background-color: #ffffff;
font:12px Trebuchet MS;
overflow:scroll;
}
#slidetabsmenu {
float:left;
width:100%;
font-size:12px;
line-height:normal;
border-bottom: 0px solid gray;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 362px;
margin-top: 0px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: black;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: black;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}





#slidetabmenu {
float:left;
width:100%;
font-size:12px;
line-height:normal;
border-bottom: 0px solid gray;
}

* html #slidetabmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0em;
}

#slidetabmenu ul{
list-style-type: none;
margin:0;
margin-left: 130px;
margin-top: 0px;
padding:0;
}

#slidetabmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabmenu a {
float:left;
background:url(/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabmenu a span {
float:left;
display:block;
background:url(/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabmenu a:hover span {
color: black;
}

#slidetabmenu #current a {
background-position:0 -125px;
}

#slidetabmenu #current a span {
background-position:100% -125px;
color: black;
}

#slidetabmenu a:hover {
background-position:0% -125px;
}




#slidetabemenu {
float:left;
width:100%;
font-size:12px;
line-height:normal;
border-bottom: 0px solid gray;
}

* html #slidetabemenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0em;
}

#slidetabemenu ul{
list-style-type: none;
margin:0;
margin-left: 129px;
margin-top: 0px;
padding:0;
}

#slidetabemenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabemenu a {
float:left;
background:url(/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabemenu a span {
float:left;
display:block;
background:url(/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabemenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabemenu a:hover span {
color: black;
}

#slidetabemenu #current a {
background-position:0 -125px;
}

#slidetabemenu #current a span {
background-position:100% -125px;
color: black;
}

#slidetabemenu a:hover {
background-position:0% -125px;
}





#slidetabssmenu {
float:left;
width:100%;
font-size:12px;
line-height:normal;
border-bottom: 0px solid gray;
}

* html #slidetabssmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabssmenu ul{
list-style-type: none;
margin:0;
margin-left: 83px;
margin-top: 0px;
padding:0;
}

#slidetabssmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabssmenu a {
float:left;
background:url(/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabssmenu a span {
float:left;
display:block;
background:url(/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabssmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabssmenu a:hover span {
color: black;
}

#slidetabssmenu #current a {
background-position:0 -125px;
}

#slidetabssmenu #current a span {
background-position:100% -125px;
color: black;
}

#slidetabssmenu a:hover {
background-position:0% -125px;
}










#slidetabtennis {
float:left;
width:392px;
font-size:12px;
line-height:normal;
border-bottom: 0px solid gray;
}

* html #slidetabtennis{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabtennis ul{
list-style-type: none;
margin:0;
margin-left: 300px;
margin-top: 0px;
padding:0;
}

#slidetabtennis li{
display:inline;
margin:0;
padding:0;
}

#slidetabtennis a {
float:left;
background:url(/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabtennis a span {
float:left;
display:block;
background:url(/tab-right.gif) no-repeat right top;
padding:3px 4px 3px 0px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabtennis a span {float:none;}
/* End IE5-Mac hack */

#slidetabtennis a:hover span {
color: black;
}

#slidetabtennis #current a {
background-position:0 -125px;
}

#slidetabtennis #current a span {
background-position:100% -125px;
color: black;
}

#slidetabtennis a:hover {
background-position:0% -125px;
}

#glowingtabs{
width:100%;
font-size:90%;
line-height:normal;
overflow: hidden;
border-bottom: 0px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
float:left;
list-style-type: none;
margin:0;
margin-left: 485px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(http://football-bbc.com/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(http://football-bbc.com/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}



.aerobuttonmenu2{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 140px;
background: #000066; /*menu strip background*/
border: 0px solid gray;
padding: 4px 0;
border-width: 0px 0;
}

* html .aerobuttonmenu2{ /*IE6 and below hack. Set explicit strip width*/
width: 140px;
}

.aerobuttonmenu2 a.aero{ /*aero button CSS*/
background: transparent url('http://www.football-bbc.com/aeroleftblack.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Trebuchet MS, Helvetica, sans-serif; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
width: 140px;
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu2 a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu2 a.aero span{
background: transparent url('http://www.football-bbc.com/aerorightblack.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu2 a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu2 a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('media/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('media/aerorightblack.gif');
}

.aerobuttonmenu2 .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu2 .rightsection a{
color: blue;
}


.aerobuttonmenu3{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 160px;
background: #000066; /*menu strip background*/
border: 0px solid gray;
padding: 4px 0;
border-width: 0px 0;
}

* html .aerobuttonmenu3{ /*IE6 and below hack. Set explicit strip width*/
width: 160px;
}

.aerobuttonmenu3 a.aero{ /*aero button CSS*/
background: transparent url('http://www.football-bbc.com/aeroleftblack.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Trebuchet MS, Helvetica, sans-serif; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
width: 160px;
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu3 a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu3 a.aero span{
background: transparent url('http://www.football-bbc.com/aerorightblack.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu3 a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu3 a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('media/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('media/aerorightblack.gif');
}

.aerobuttonmenu3 .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu3 .rightsection a{
color: blue;
}

.wireframemenu2{
border: 1px solid #C0C0C0;
background-color: #000099;
border-bottom-width: 0;
width: 138px;
}

* html .wireframemenu2{ /*IE only rule. Original menu width minus all left/right paddings */
width: 138px;
}

.wireframemenu2 ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu2 a{
font: bold 14px Trebuchet MS;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu2 a:visited{
color: #ffffff;
}

html>body .wireframemenu2 a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #ffffff;
color: black;
}


