/* CSS Document */

#competitionsMenu
{
	position: absolute;
	width: 190px;
	left: 330px;
	top: 30px;
	display: none;
}


#countryMenu
{
	position: absolute;
	width: 190px;
	left: 165px;
	top: 30px;
	display: none;
}
#competitionssubMenu
{
	position: absolute;
	width: 190px;
	left: 190px;
	top:250px;
	display: none;
}

#competitionssubMenu table
{
	margin: 0px; padding: 0px;
	background: #860120;
	width: 100%;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-spacing: 0px;
	-webkit-box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #666;
}


#competitionssubMenu2
{
	position: absolute;
	width: 190px;
	left: 190px;
	top:250px;
	display: none;
}

#competitionssubMenu2 table
{
	margin: 0px; padding: 0px;
	background: #860120;
	width: 100%;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-spacing: 0px;
	-webkit-box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #666;
}

#competitionsMenu table
{
	margin: 0px; padding: 0px;
	background: #860120;
	width: 100%;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-spacing: 0px;
	-webkit-box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #666;
}

#competitionsMenu td
{
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #aaa;
	color: #dedede;
	font-weight: bold;
	text-indent: 10px;
	cursor: pointer;
}

#competitionsMenu td:hover
{
	background-color: #2E3033;
}

#competitionsMenu a
{
color: #dedede;
}

#competitionsMenu a:hover
{
color: #dedede;
	text-decoration: none;
}



#countryMenu table
{
	margin: 0px; padding: 0px;
	background: #860120;
	width: 100%;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-spacing: 0px;
	-webkit-box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #666;
}

#countryMenu td
{
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #aaa;
	color: #dedede;
	font-weight: bold;
	text-indent: 10px;
	cursor: pointer;
}

#countryMenu td:hover
{
	background-color: #2E3033;
}

#countryMenu a
{
color: #dedede;
}

#countryMenu a:hover
{
color: #dedede;
	text-decoration: none;
}


.leagueTitle
{
	border-bottom: 1px dotted #aaaaaa;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #aaaaaa;
	margin-bottom: 20px;
	
}

.leagueLink{
	width: 140px;
	height: 83px; 
	background: url('../images/web_layout/league_ball.png');
	text-align: center;
	color: #000000;
	font-weight: bold;
	display:inline-table;
	padding: 0px;
}

ul
{
	margin: 0px;
	padding: 0px;
}

li
{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-image: url('../images/web_layout/chevron.png');
}
