

#popupmenu{
	 /* to keep the other floating objects contained*/
	position: fixed; /* This can also be fixed or absolute*/
	bottom: -10px;
	left:5px;
	float:left;
	z-index:1;
	width: 800px;
	/*Format */
	color: #003399;
	font-family: "Arial";
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#popupmenu ul{
	/* POSITIONING */
	
	text-align:center;
}



/* add more for each extra submenu level*/
#popupmenu ul li {
	
	
	/* POSITIONING */
	width: 100px;
	height: 48px;
	float:left;
	
	/* FORMATTING */
	font-family:"Arial";
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	color:#003399;
	
	/* BACKGROUND IMAGE */
	background-image: url("../images/link_button_bottom_bg_soccer.gif");
	background-repeat:no-repeat;
	background-position: center;	
	
}
#popupmenu ul li a {
	position: relative;
	top:15px;
	text-align:center;
	
	}


#popupmenu ul li ul li,
#popupmenu ul li ul li ul li,
#popupmenu ul li ul li ul li ul li
{
	/* BLOCK */
	width: 100px;
	height: 12px;
	margin: 0;
	padding: 0;
	
	/* FORMATING */
	font-family:"Arial";
	font-size: 12px;
	color:#FFFFFF;
	list-style-type: none;
	background-image:none;
	
	/* POSITIONING */
	float: left;
	text-align:center;
	
	
}
/* add more for each extra submenu level*/
#popupmenu ul li ul,
#popupmenu ul:hover li ul li ul,
#popupmenu ul:hover li ul li ul li ul,
#popupmenu ul:hover li ul li ul li ul li ul
{ 
	display: none;
	z-index: 1000;
}



/* First submenu level*/
#popupmenu  > ul > li:hover > ul{
	display: block; /*unhide it*/
	color: white;
	float: right;	
	position: absolute; /* It needs to be absolute
	for the effect to work.*/
	
	width: 10em;
	bottom: 5.1em;; /* This places the the bottom of the 
	ul 5.1em from the bottom of the enclosing li. This 
	is the important part of the effect.*/
	
}
/* For the remaining submenu levels*/
/* add more for each extra submenu level*/
#popupmenu  ul  li  ul  li:hover  ul,
#popupmenu  ul  li  ul li ul li:hover  ul,
#popupmenu  ul  li  ul li ul li ul li:hover  ul{
	float: right;
	display: block;
	position: absolute;
	text-align:center;
	width: 10em;
	left: -10px;
	bottom: 1em; /* Required with some value or
	the effect will not work*/
}
#popupmenu ul li:hover ul li{ 
	display: block;
 	float: left;   
 	width: 100%;
}



#popupmenu ul li a{
	/* BLOCK */
	display: block;
	
	/* FORMATING */
	text-align:center;
	text-decoration: none;
	color: #003399;
	
}


/* The on state for the link when you are on the submenu.
This should be before the hover state for the link itself*/
#popupmenu ul li:hover > a{
	color: #0099FF;
}
#popupmenu ul li a:hover
{ 	
	color:#0099FF;
}

#popupmenu ul li ul li a{
	float: none;
	text-align:center;
	background-color: #fbdf7d;
	color: #0066CC;
	font-size:12px;;
	white-space: normal;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #345D84;
	border-right-color: #345D84;
	border-bottom-color: #345D84;
	border-left-color: #345D84;
 }

#popupmenu ul li ul li:first-child a{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-style:none;
	border-top-style:none;
	border-left-width: 1px;
}

#popupmenu #bioLinks {
	position:relative; left: 0px; top:-70px;
	}
	
#popupmenu #playerLinks {
	position:relative; left:95px; top:-70px;
	}
