/* ------------------------------
	Basic
------------------------------ */
html, body {
	background:url("images/bg-site-slice.jpg") #1f1f1f repeat-x scroll center top;
	border:0 none;
	font-family:"Lucida sans",Helvetica,Arial;
	font-size:11px;
	margin:0;
	padding:0;
}

body, th, td, input, select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;}
body.nobg, table.nobg {
	background: #fff;
	margin: 0;
	padding: 15px;}
body.pop {
	background: #fff;
	margin: 0;
	padding: 15px;}

input, select {color: #000;}
input.inputright {text-align: right;}

/* brainstorm #26 */
input.disabled {
	border:0; 
	background-color: transparent;}

/* brainstorm #26 */
input.inputrightdisabled { 
	border:0; 
	background-color: transparent;
	text-align: right;}

a			{color: #e00;}
a:hover 	{color: #000;}
a:visited	{color: #006;}
a:active	{color: #000;}

hr {
	border: 0;
	height: 2px;
	margin: 2px 0;
	background-color: #cecfce;
	color: #cecfce;}

img {border: 0;}

h1, h2, .lgmedb, h3, h4, h5 {
	font-weight: bold;
	color: #a40701;}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #000;}
h2, .lgmedb {font-size: 18px; line-height: 1.5em;}
h3 {font-size: 14px;}

big, .lgmed, .sectionhead {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	color: #a40701;}

small, 
.small, 
.small p, 
.small div, 
.small td, 
.smallbold, 
.smallmedbold, 
.errorsm {
	font-size: 10px;}

.small b, 
.small strong, 
.smallbold, 
.smallmedbold {
	font-weight: bold;}

.small strong, 
.smallmedbold {
	color: #a40701;}

form, script {margin: 0; padding: 0;}

/* ------------------------------
	Layout
------------------------------ */

#wrap{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background: transparent;
}


/* ------------------------------
	Main Page
------------------------------ */
#mainLinks td {
	margin: 0;
	padding: 0;}

#mainLinks h3 {
	height: 30px;
	margin: 0 0 1em;
	padding: 0 0 0 10px;
	line-height: 30px;}

#mainLinks ul {}

#mainLinks td li {
	margin-bottom: 0.5em;}

#mainLinks td a {
	text-decoration: none;
	color: #4d2892;}

#mainLinks td a:hover {
	text-decoration: underline;}

/* ------------------------------
	Mini Cart - top hover version
------------------------------ */

#cartIcon{
	background-color: transparent; 
	color: #333;  
	width: 300px; 
	z-index: 10; 
	position: absolute;
	margin-top: -15px;
	margin-left: 250px;
	padding: 2px;}
	
.minicart{
  background: none;	
}	

.minicart-over{
  background: transparent url('../images/minicart-bg.png') top left no-repeat;	
}		

#carttimer {  
	font-size: 11px;
	color: #000;
	padding: 2x 4px;
	text-align: center;}

#mCart{
	padding:10px 0;}
	
#timer {
	background-color: #eee;
	margin: 0 0 0 0;
	padding: 5px 5px;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	color: #fff;}
	
#timer input {
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	border: 1px solid #808080;
	text-align: center;
	background-color: #eee;}

#timer a:link, #timer a:active, #timer a:visited{	
  color: #09326f;
  text-decoration: none;}  

#timer a:hover{	
  color: #cc0000;}    
	
.timer {
	font-size: 13px;
	color: #cc0000;
	font-weight: bold;
	border: 1px solid #808080;
	text-align: center;
	background-color: #eee;
	padding: 3px 5px;}
	
a.timer:link{
	font-size: 10px;
	color: ##09326f;
	border: 1px outset #808080;
	text-decoration: none;
	padding: 3px 8px;}

a.timer:hover{
	color: #cc0000;
	text-decoration: none;}	
/*   ----------------------
		end of mini cart - top hover
--------------------------*/ 

/* ------------------------------
	Mini Cart - left lower corner version
------------------------------ */
#minicartContainer {
	margin: 1em 0.5em 1em 0.5em;}

#minicart {}

#minicart td {
	padding: 5px 0;
	/*border-bottom: 1px solid #ccc;*/
	font-size: 10px;}

#container {
background:url("../images/bg-site.jpg") no-repeat scroll center top transparent;
width:100%;
}

#content {
	background: #fff;
	margin: 0;
	padding: 15px 4px 35px 4px;}

#site-shadow {
background:url("../images/bg-site-shadow.png") repeat-y scroll 0 0 transparent;
margin:0 auto;
width:1036px;
}

#site-container {
margin:0 auto;
width:1000px;
}

#footer {
	background: #fff url('../images/arkansas2-footerBG.gif') bottom left repeat-x;
	border: 1px solid #cecfce;
	padding: 10px;
	font-size: 10px;
	text-align: center;}

#pleasewait {
	background: #fff;
	border: 6px double #ddd;
	width: 400px;
	text-align: center;
	color: #666;}

/* ------------------------------
	Top Menu
------------------------------ */
#topmenu {
	background: #fff;
	border: 1px solid #cecfce;
	padding: 0;
	font: 12px Arial, sans-serif;}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;}

#topmenu ul li ul {
	position: absolute;
	left: -999em;
	width: 165px;
	height: auto;
	background: #fff;
	border: 1px solid #cecfce;
	/* border-top: none; */}

#topmenu ul li ul li ul {
	margin: -2.3em 0 0 165px;}

/* IE hack */
* html #topmenu ul li ul li ul {margin-left: 163px;}

#topmenu li:hover ul ul,
#topmenu li:hover ul ul ul,
#topmenu li.sfhover ul ul,
#topmenu li.sfhover ul ul ul
	{left: -999em;}

#topmenu li:hover ul, 
#topmenu li li:hover ul, 
#topmenu li li li:hover ul, 
#topmenu li.sfhover ul,
#topmenu li li.sfhover ul,
#topmenu li li li.sfhover ul
	{left: auto;}

#topmenu ul li {
	display: block;
	float: left;
	z-index: 99999;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;}

#topmenu ul li ul li {
	display: inline;
	float: none;}

#topmenu ul li ul li.topmenu_header {
	display: block;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #c61c31;}

#topmenu ul li a {
	display: block;
	white-space: nowrap;
	border-right: 1px solid #cecfce;
	margin: 0;
	padding: 1px 8px;
	font-weight: bold;
	text-decoration: none;
	color: #c61c31;}

#topmenu ul li a:hover {
	color: #000;}

#topmenu ul li ul li a {
	display: block;
	white-space: normal;
	border-top: 1px solid #cecfce;
	border-right: none;
	margin: 0;
	padding: 2px;
	color: #c61c31;}

/* IE hack */
* html #topmenu ul li ul li a {width: 100%;}

#topmenu ul li ul li a:hover {
	background-color: #c61c31;
	color: #fff;}

/* ------------------------------
	Menu
------------------------------ */
#menu {
	margin: 0;
	background: #ccc;
	padding: 10px 0 3em;}

#menu ul {
	list-style: none;
	background: #fff url('../images/arkansas2-menuBG.gif') bottom left repeat-x;
	border: 1px solid #cecfce;
	margin: 0 0 3em;
	padding: 0 0 2em;
	font-size: 11px;}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;}

#menu li.menuHeader {
	display: block;
	background: #c11f37 url('../images/arkansas2-menuHeaderBG.gif') bottom left repeat-x;
	margin-bottom: 1em;
	padding: 3px 5px;
	font-weight: bold;
	color: #fff;}

#menu li a {
	display: block;
	margin: 0;
	padding: 2px 5px;
	font-weight: normal;
	text-decoration: underline;
	color: #b51c31;}

#menu li a:hover {
	color: #000;}

/* ------------------------------
	Breadcrumbs
------------------------------ */
#breadcrumbs {
	margin: 0;
	padding: 2px;
	font-size: 10px;
	text-align: left;
	color: #666;}
#breadcrumbs strong {
	font-weight: bold;
	color: #a40701;}

/* ------------------------------
	Tables
------------------------------ */
.boxed {
	border: 1px solid #eee;
	padding: 5px;}

.boxedhead, .boxedheadsm, .bgmed {
	background-color: #a40701;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;}

/* custom code */
.boxedhead {
	border: 1px solid #000;
}

.boxedheadsm {
	font-size: 10px;}

/* brainstorm # 25 */
.boxedheadlink, a.boxedheadlink, a.boxedheadlink:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffff00;}

a.boxedheadlink:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;}	

/* brainstorm # 22 */
.label {
	text-align: right;
	padding: 0 5px 0 0;}	
	
.acctInfo {
	text-align: left;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold;}	
	
.myacct a:link{
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px;
}	
/* end of brainstorm #22 */

/* ------------------------------
	Event List Style
------------------------------ */
ul.eventlist li {
	list-style-image: url('../images/bullet.gif');
	margin-bottom: 1.5em;}

ul#eventlistbig {margin: 0 27%;}
p#eventlistbig {margin: 0; text-align: center;}
#eventlistbig {
	list-style: none;
	padding: 2em 0;
	text-align: center;}
#eventlistbig img {
	margin: 5px;}
#eventlistbig li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;}
#eventlistbig li a {
	display: block;
	background: url('../images/arkansas-eventlistbigBG.gif') center left no-repeat;
	border: 1px solid #eee;
	margin: 10px 0;
	padding: 10px;
	padding-left: 100px;
	font: bold 20px Arial, sans-serif;
	text-align: right;
	text-decoration: none;
	color: #a40701;}
#eventlistbig li a:hover {
	border: 1px solid #999;
	color: #000;}

th, .listhead {
	background-color: #a40701;
	font-weight: bold;
	color: #fff;}
.listeven, .listevenb {
	background-color: transparent;}

.listevenb {
	font-weight: bold;}

.listodd, .listoddb {
	background-color: #eee;}

.listoddb {
	font-weight: bold;}

/* ------------------------------
	Cart Display
------------------------------ */
.sectionhead {
	background: #eee;
	border: 1px solid #666;
	padding: 4px;
	color: #000;}
.cartbox {
	border: 1px solid #cecfce;
	padding: 4px;
	font-size: 10px;
	line-height: 1.5em;}
.cartbox img {
	float: left;
	padding-right: 10px;}
.carthead {
	background-color: #cecfce;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #a40701;}
.amounthead {
	background-color: #a40701;
	padding: 1px 3px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;}
.amount {
	background: #eee;
	padding: 1px 5px;
	text-align: right;}

/* ------------------------------
	Content
------------------------------ */
.attention {
	font-weight: bold;
	color: #0000ff;}

.button {
	background-color: #a40701;
	border: 2px solid #000;
	font-weight: bold;
	/*
	text-transform: uppercase;
	*/
	color: #fff;}

.colorBox {
	border: 1px solid #666;
	margin: 2px 5px;}

.checkOut {
	background: #a40701;
	padding: 5px;
	font-size: 13px;}

.error, .errorsm, .req  {
	font-weight: bold;
	color: #cc0000;}
	
.req  {	font-weight: normal; font-size: 9px}	
	
		
ul.extended li,
ol.extended li
	{margin-bottom: 1em;}

ul.extended ul,
ul.extended ol,
ol.extended ul,
ol.extended ol
	{margin-top: 1em;}

.hide {display: none;}

.medbold {font-weight: bold;}

span.secret {color: #fff;}

.secret, a.secret, a.secret:hover, a.secret:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000;}

.spaceOut {line-height: 1.5em;}

.white {background: #fff;}

/* ------------------------------
	eCheck
------------------------------ */
.checkamount {
	font-size: 11pt;
	font-weight: bold;}

.checkamountbox {
	border: 1px solid #000;
	padding: 4px;}

.checki {
	font-size: 7pt;
	font-style: italic;}

.checkmain {
	font-size: 10pt;}

.checkmaini {
	font-size: 10pt;
	font-style: italic;}

.checksmall {
	font-size: 7pt;}

.maincheck {
	background-image: url('../images/echeck-bg.gif');
	border: 2px solid #000;
	padding: 4px;}
	
/* ------------------------------
	10px font fix
	(use when global font is arial
	instead of verdana)
------------------------------ */
/*
small, .small, .small p, .small div, .small td, .smallbold, .smallmedbold, .errorsm,
#timer,
#footer b, #footer strong,
#breadcrumbs,
.boxedheadsm,
.sectionhead,
.cartbox,
.carthead,
.amounthead{
	font-family: Verdana, Geneva, sans-serif;}
*/

/* ------------------------------
	LOGOS: toggle fullsize
------------------------------ */
.thumbShow, .thumbHide {
	display: block;
	outline: none;
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #00f;}

.thumbShow span, .thumbHide span {
	position: absolute;
	top: -50%;
	left: -50%;
	display:block;
	white-space: nowrap;
	margin: 0;
	padding: 0 0 0.5em;
	background: #fff;
	border: 3px solid #999;
	color: #00f;}
	
.thumbShow span {
	cursor: pointer;}

.thumbHide span {
	display:none;}
	
.rdBox {
	border: 1px solid #a40701;
	padding: 5px;}
	
.rdBoxhd {
	background-color:#a40701;	
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px; 
	height: 18px;} 	
	
html>body .rdBoxhd{ 
    background-image: url('../images/opacityHeader2.png')!important;
    background-position: top left;
    background-repeat: repeat-x;} 		
	
/*---------------------------------
		POPUP : windows
----------------------------------*/

#layer {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

#box {
	background-color: transparent;
	font-size: 100%;
	position: absolute;
	z-index: 101;
	}		
	
#box .hd {
	background-color:#a40701;	
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px; 
	height: 18px;
	} 	
	
html>body #box .hd{ 
    background-image: url('../images/opacityHeader2.png')!important;
    background-position: top left;
    background-repeat: repeat-x;	  	
	} 	
	
	
*html #box .hd {
	height: 28px;
	} 	
	
	
#box .content {
	background-color: #fff;
	margin: 0;
	padding: 10px 10px;
	overflow: auto;	
	} 		

#box .ft {
	background-color: #505050;
	position: relative;
	text-align: center;
	padding: 10px 10px 10px 10px;;
	color: #fff;
	} 
	
#box .button{
	padding: 5px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-color: #eee;
	color: #000;
	border: 1px outset #666666;
	margin: 2px 5px;
}	

#box a:hover{
	color: #cc0000;
}	

html>body .button{
    background-image: url('../images/opacityHeader2.png')!important;
    background-position: top left;
    background-repeat: repeat-x;		
} 
	


/* form validation */

.errors{
	background: #ffcece url('../images/error-bkg.gif')top right scroll no-repeat;
	padding: 3px 10px 3px 2px;
	margin: 0;
	height: 19px;
	font-size: 0.9em;
	z-index:10;
	position:absolute;	
	}

.acctMenu {margin: 8px 0px;}

/*****************/
/* round corners */
/*****************/

.hdCorner, .ftCorner {display:block}
.hdCorner *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.001em;
  /*background-image: url('../media/image/2ColorHeader.png')!important; */
 /* background-image: url('../images/opacityHeader2.png')!important;*/
  background-color: #a40701; 
  }  
  
html>body .hdCorner *{
  background-image: url('../images/opacityHeader2.png')!important;
  background-position: top left;
  background-repeat: repeat-x;	    
}  
  
  
.ftCorner *{ 
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.001em;
  background:#505050;}
  
.Corner1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  }
.Corner2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  }
.Corner3{
  margin-left:1px;
  margin-right:1px;
  }
.Corner4{
  border-left:1px solid #505050;
  border-right:1px solid #505050;
  }
.Corner5{
  border-left:1px solid #505050;
  border-right:1px solid #505050;
  }

 
.whtCornerfg{
  padding: 3px 6px 3px 6px;  }
  

/*****************/
/* shadow		 */
/*****************/
  

.x1, .x1a, .x2, .x2a {
   display:block;
   background:url('../images/glow2.png') no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:90%;
   position:absolute;
}
.x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0px;
   /* set glow to the edges of 'mod' */
   padding:0 10px 10px 0; 
   height:95%;  
   * height: 105%;       
}

.x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:0px;
   * bottom: -35px;
   right:-10px;
   padding:10px 0 0 10px;
}

.x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:10px;
}

  
/*****************************/
/* Multi Column Select 		 */
/*****************************/

.multiColSel{
	border-collapse: collapse;
}

.multiColSel Input{
	border: 1px solid #6d6d6d;
	height: 15px;
}	

.multiColSel img{
	margin: 0 0 0 -3px;	
	* margin: 0 0 0 -3px;
    margin /*\**/: 0 0 0 -3px\9 	/*CSS hack for IE8 Standards Mode */
}	




/****************************
 cart actions
****************************/

  
#cartActions {
	line-height: 20px;	
} 

#cartActions a:link, #crosell a:visited{
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;}
	
#cartActions a:hover{
	text-decoration: underline;}
	
#cartActions img{
	height: 15px;	
	width: 15px;
} 	

a.cartNav {
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;}

a.cartNav:hover {
	text-decoration: underline;}

.cartNav img{
	width: 18px;
	height: 18px;}

/*****************/
/* Upsell		 */
/*****************/

.upsell{
	padding:10px 0;
	background: transparent url('../images/topgreybg.gif') top left repeat;}



/****************************
 6.93 CrossSell Box		
****************************/

#crossSellrow {
	border-top: 1px solid #e8e8e8;
	padding: 10px 0 0 0;
	background-image: url('../images/upgrad-w.png')!important;
  	background-position: top left;
 	background-repeat: repeat-x;	    
    background-color: #a40701;
} 
/*
html>body #crossSellrow {
  background-image: url('../images/upgrad-w.png')!important;
  background-position: top left;
  background-repeat: repeat-x;	    
} 
*/ 

  
#crossSell {
  	background: transparent; 
} 

#crossSell a:link, #crosell a:visited, #crosell a:active{
	text-decoration: none;
	font-weight: normal;}
	
#crossSell a:hover{
	text-decoration: underline;}

/* MISC */

#header {
position:relative;
}

#header .ad {
bottom:0;
position:absolute;
right:0;
}

#header-menu {
background:url("../images/bg-menu.png") repeat-x scroll 0 0 transparent;
display:block;
height:25px;
width:100%;
}
#header-menu2 {
background:url("../images/bg-menu.png") repeat-x scroll 0 0 transparent;
display:block;
height:25px;
width:100%;
}
#header-menu .ad-menu {
float:left;
height:25px;
}
#menu-container, #menu-container2 {
float:left;
height:25px;
position: absolute; 
z-index: 10000; 
left: 131.5px; 
display: block;
}


ul#list-menu, ul#list-menu2 {
clear:both;
float:left;
list-style-type:none;
margin:0;
padding:0;
position:relative;
}
ul#list-menu ul, ul#list-menu2 ul {
list-style-type:none;
margin:0;
padding:0;
}
ul#list-menu ul.subnav li, ul#list-menu2 ul.subnav li {
border-width:1px 1px 0;
}
ul#list-menu ul.subnav li.last, ul#list-menu2 ul.subnav li.last {
border-width:1px;
}
#list-menu li, #list-menu2 li {
background:none repeat scroll 0 0 transparent;
border:0 solid #CCCCCC;
display:block;
float:left;
font-weight:bold;
margin:0;
width:200px;
}
#list-menu li.divider, #list-menu2 li.divider {
background:url("../images/menu-sep.png") no-repeat scroll 0 0 transparent;
display:block;
height:25px;
width:2px;
}
#list-menu li ul.subnav li, #list-menu2 li ul.subnav li {
background:none repeat scroll 0 0 #FFFFFF;
}
#list-menu li ul.subnav li:hover, #list-menu2 li ul.subnav li:hover {
color:#FFFFFF;
}
#list-menu li.sports ul.box h2, #list-menu2 li.sports ul.box h2 {
color:#FFFFFF;
font-size:12px;
margin:0;
padding:0;
}
#list-menu li.sports ul.box, #list-menu2 li.sports ul.box {
background:none repeat scroll 0 0 #EF9218;
border:1px solid #FFFFFF;
width:260px;
}
#list-menu li.sports ul.box div.mens a, #list-menu li.sports ul.box div.womens a {
padding-left:5px;
text-align:left;
}
#list-menu li.sports div.box {
}
#list-menu li.sports ul.box div.mens, #list-menu li.sports ul.box div.womens {
clear:right;
float:left;
width:130px;
}
#list-menu li.parent, #list-menu2 li.parent {
position:relative;
white-space:nowrap;
width:auto;
}
* html #list-menu li.parent, * html #list-menu2 li.parent {
width:1%;
}
#list-menu li.section {
}
#list-menu li.section a {
font-weight:bold;
padding-left:10px;
}
#list-menu li.sub, #list-menu2 li.sub {
}
#list-menu li a.top-menu-link {
padding:0 41px 0 42px;
}
#list-menu2 li a.top-menu-link {
padding:0 27px;
}
#list-menu li.parent.last, #list-menu2 li.parent.last {
background:url("") repeat scroll 0 0 transparent;
}
#list-menu li.parent, #list-menu li.parent a.top-menu-link, #list-menu2 li.parent, #list-menu2 li.parent a.top-menu-link {
height:25px;
line-height:25px;
}
#list-menu li a, #list-menu2 li a {
color:#000000;
display:block;
font-family:arial,sans-serif;
font-size:12px;
height:25px;
line-height:25px;
text-align:center;
text-decoration:none;
}
#list-menu li ul.subnav li a, #list-menu2 li ul.subnav li a {
text-align:left;
text-indent:5px;
}
#list-menu li.parent.menu-active a.top-menu-link, #list-menu a:hover, #list-menu2 a:hover {
color:#CD1041;
}
#list-menu li.sub:hover, #list-menu li.sub a:hover, #list-menu2 li.sub:hover, #list-menu2 li.sub a:hover {
position:relative;
}
#list-menu li.sub, #list-menu2 li.sub {
position:relative;
}
#list-menu ul, #list-menu :hover ul ul, #list-menu :hover ul :hover ul ul, #list-menu :hover ul :hover ul :hover ul ul, #list-menu :hover ul :hover ul :hover ul :hover ul ul, #list-menu2 ul, #list-menu2 :hover ul ul, #list-menu2 :hover ul :hover ul ul, #list-menu2 :hover ul :hover ul :hover ul ul, #list-menu2 :hover ul :hover ul :hover ul :hover ul ul {
left:0;
position:absolute;
top:25px;
visibility:hidden;
width:160px;
z-index:1000;
}
#list-menu :hover ul :hover ul, #list-menu :hover ul :hover ul :hover ul :hover ul, #list-menu2 :hover ul :hover ul, #list-menu2 :hover ul :hover ul :hover ul :hover ul {
bottom:auto;
left:100px;
padding:20px 20px 20px 0;
top:-10px;
}
div#lm-submenu {
background:none repeat scroll 0 0 #FFFFFF;
clear:both;
display:block;
font-size:11px;
height:20px;
overflow-y:hidden;
}
#list-menu div.sub-child-menu {
display:none;
}

div.sub-child-display ul {
list-style-type:none;
margin:0;
padding:0;
}
div.sub-child-display ul li {
float:left;
height:15px;
line-height:20px;
list-style-type:none;
margin:0;
padding:0 5px;
position:relative;
}
div.sub-child-display ul li a {
color:#EF9218;
font-weight:bold;
line-height:15px;
text-decoration:none;
}
div.sub-child-display ul li a:hover {
color:#EF9218;
font-weight:bold;
line-height:15px;
text-decoration:underline;
}
ul#section-menu {
float:right;
list-style-type:none;
margin:0;
padding:8px 0 0;
position:relative;
}
#section-menu-auto-position {
}
ul#section-menu li.divider {
background:url("../images/section-menu-divider.png") no-repeat scroll 0 0 transparent;
height:29px;
width:5px;
}
ul#section-menu ul {
list-style-type:none;
margin:0;
padding:0;
}
ul#section-menu ul.subnav li {
border-width:1px 1px 0;
}
ul#section-menu ul.subnav li.last {
border-width:1px;
}
#section-menu li {
background:none repeat scroll 0 0 transparent;
border:0 solid #FFFFFF;
display:block;
float:left;
font-weight:bold;
margin:0;
white-space:nowrap;
width:auto;
}
* html #section-menu li {
width:1%;
}
#section-menu li.sports ul.box h2 {
color:#FFFFFF;
font-size:12px;
margin:0;
padding:0;
}
#section-menu li.sports ul.box {
background:none repeat scroll 0 0 #EF9218;
border:1px solid #FFFFFF;
width:260px;
}
#section-menu li.sports ul.box div.mens a, #section-menu li.sports ul.box div.womens a {
padding-left:5px;
text-align:left;
}
#section-menu li.sports div.box {
}
#section-menu li.sports ul.box div.mens, #section-menu li.sports ul.box div.womens {
clear:right;
float:left;
width:130px;
}
#section-menu li.parent {
white-space:nowrap;
width:auto;
}
* html #section-menu li.parent {
width:1%;
}
#section-menu li.last {
border-right:0 none;
}
#section-menu li.section {
}
#section-menu li.section a {
font-weight:bold;
padding:0 20px;
text-transform:uppercase;
}
#section-menu li.sub {
background:url("../images/menu_arrow_white.gif") no-repeat scroll right center #EF9218;
}
#section-menu li a.top-menu-link {
padding:0 20px;
}
#section-menu li.parent.last {
border-width:0;
}
#section-menu li.parent, #section-menu li.parent a.top-menu-link {
height:20px;
line-height:20px;
}
#section-menu li a {
color:#000000;
display:block;
font-family:arial,sans-serif;
font-size:12px;
height:29px;
line-height:29px;
text-align:center;
text-decoration:none;
}
#section-menu li.current a {
color:#CD1041;
}
#section-menu a:hover {
color:#CD1041;
}
#section-menu li.sub:hover, #section-menu li.sub a:hover {
position:relative;
}
#section-menu li.sub {
position:relative;
}
#section-menu ul, #section-menu :hover ul ul, #section-menu :hover ul :hover ul ul, #section-menu :hover ul :hover ul :hover ul ul, #section-menu :hover ul :hover ul :hover ul :hover ul ul {
left:0;
position:absolute;
top:20px;
visibility:hidden;
width:160px;
z-index:1000;
}
#section-menu :hover ul :hover ul, #section-menu :hover ul :hover ul :hover ul :hover ul {
bottom:auto;
left:100px;
padding:20px 20px 20px 0;
top:-10px;
}
#section-menu li.more {
position:relative;
}
#section-menu ul.more li {
border-color:#FFFFFF;
border-style:solid;
border-width:0 1px 1px;
clear:both;
width:130px;
}
#section-menu li.more ul.more li.section.last {
border-width:0 1px 1px;
}


