/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

#nav ul li {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	display: block;
}
#nav a:link, #nav a:visited, #nav a:active, #nav a:focus {
	color: #FFF;
	text-decoration: none;
	padding: 0 8px;
	display: block;
}
#nav a:hover, #nav a:link.selected, #nav a:active.selected, #nav a:focus.selected, #nav a:hover.selected , #nav a:visited.selected {
	text-decoration: none;
	background: #7A9F14;
	display: block;
float:left; line-height:2.5em;
}
#nav .menu {
text-align:left; font-family: verdana, sans-serif; position:relative; padding:0; list-style-type:none; margin: 130px 0 0 6px;
}
#nav .menu ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */ 
}
#nav .menu li {
float:left; position:relative; display: block;
}
#nav .menu li a, #nav .menu li a:visited {
display:block; text-decoration:none; float:left; line-height:2.5em;
}

/* My team */
form#login table {
	margin-top: 0;
}
#nav a#myteamlogin {
    background: url("/ref/images/myteam.gif") no-repeat scroll 6px center #20300B;
    color: #FFFFFF;
    padding-left: 34px;
}
#myteambox {
	text-transform: none;
	background:none repeat scroll 0 0 #20300B;
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    right: 0;
    padding: 15px;
    position: absolute;
    top: 30px;
    width: 242px;
	display: none;
}
p.fail {    
	color: yellow;
    font-weight: bold;
    margin-bottom: 0;
}
.loggedin {
    background: url("/ref/images/padlock.gif") no-repeat scroll left 0 transparent;
    font-weight: normal;
    margin-top: 0;
    padding-left: 20px;
    text-transform: none;
}
#nav #myteambox a {
	text-decoration:underline;
	color: #FFF;
}
#nav #myteambox a.logout {
	color: #FFBC06;
    float: right;
    font-weight: normal;
    line-height: inherit;
    text-transform: none;
}
#nav #myteambox a.logout:hover {
	background: none;
	color: yellow;
}
#nav #myteambox h2 {
    background: none repeat scroll 0 0 #3E6103;
    clear: both;
    color: #FFFFFF;
    padding: 9px;
    text-transform: uppercase;
}
#nav #myteambox ul {
	list-style-type: square;
}
#nav #myteambox ul li {
	clear: both;
	list-style-type: square;
}
#nav #myteambox ul li a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}
#nav #myteambox ul li a:hover {
	text-decoration: underline;
}
#nav #myteambox ul li a#myteam {
	background: url("/ref/images/myteam.gif") no-repeat scroll 8px center #20300B;
    padding-left: 36px;
}
#nav #myteambox ul li a#mymatches {
	background: url("/ref/images/mymatches.gif") no-repeat scroll 8px center #20300B;
	padding-left: 36px;
}
#nav #myteambox ul li a#myduties {
	background: url("/ref/images/myduties.gif") no-repeat scroll 8px center #20300B;
	padding-left: 36px;
}
#nav #myteambox ul li a#getaplayer {
	background: url("/ref/images/getaplayer.gif") no-repeat scroll 8px center #20300B;
	padding-left: 36px;
}



/*#nav .menu li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
#nav .menu table {
margin:-1px; border-collapse:collapse; /* font size for IE5.5 */
/*}*/

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
/*
#nav .menu li:hover ul,
#nav .menu li a:hover ul {
visibility:visible; height:auto;  background:#20300B; left:0; top:2.5em; overflow:visible;border-top: 1px dotted #7A9F14;
}
#nav .menu li:hover ul li a,
#nav .menu li a:hover ul li a {
display:block; font-weight:normal; background:#20300B; text-decoration:none; height:auto; line-height:1.5em; padding:7px 5px; width:16.4em;border: 1px dotted #7A9F14;border-top: 0;margin: 0; font-size: 0.9em;
}
#nav .menu li:hover ul li a:hover,
#nav .menu li a:hover ul li a:hover  { 
background:#7A9F14;
}
* html #nav .menu li a:hover ul li a {
width:12em; w\idth:9em; /* hack for IE5.5 */
/*}
*/