TABLE.standings {
}

TH.standings {
	color: Gray;
	font-size: 10pt;
	border-top:10px;
	border-bottom:5px;
}

TD.standings {
	color: black;
	font-size: 12pt;
	border-bottom: 5px;
	border-top: 5px;
}

A.standings:LINK {
	text-decoration: none;
	font-size: 12pt;
	color: blue;
	font-weight : normal;
}

A.standings:HOVER {
	text-decoration: none;
	color: red;
	font-size: 12pt;
	font-weight : normal;
}

A.standings:ACTIVE {
	text-decoration: none;
	font-size: 12pt;
	color: blue;
	font-weight : normal;
}

A.standings:VISITED {
	text-decoration: none;
	font-size: 12pt;
	color: blue;
	font-weight : normal;
}

TD.teamroster {
	background-color: White;
}

TD.frmLabel {
	font-weight : bold;
}

SPAN.frmError {
	color : red;
	font-size : smaller;
	font-weight : bold;
}

SPAN.frmLabel2 {
	font-size : x-small;
}

span.mbuser {
	font-size : smaller;
	font-weight : bold;
}

/* color-only */
.red, .red td { color:#c00; }
.green, .green td { color:#090; }
form td.red, form span.red, form div.red { color:#c00; font-weight:bold; } /* red class within forms gets bolded */
.white, .white td { color:#fff; }
.greyLite, .greyLite td { color:#ccc; }
.grey, .grey td { color:#999; }
.greyDark, .greyDark td { color:#666; }
.greyBlack, .greyBlack td { color:#333; }
.black, .black td { color:#000; }

/* image padding */
.floatLeft { float:left; margin-right:5px; margin-bottom:3px; } /* left-aligned with right- and bottom- */
.floatRight { float:right; margin-left:5px; margin-bottom:3px; } /* right-aligned with left- and bottom- */

/* margins (space between block-level box and border) */
.mar0 { margin:0px }
.mar3 { margin:3px }
.mar5 { margin:5px }
.mar7 { margin:7px }
.mar5tb { margin:5px 0px; }
.mar5lr { margin:0px 5px; }
.mar7tb { margin:7px 0px; }
.mar7lr { margin:0px 7px; }

/* padding (space between border and content) */
.pad0 { padding:0px; }
.pad3 { padding:3px; }
.pad5 { padding:5px; }
.pad7 { padding:7px; }
.pad5tb { padding:5px 0px; }
.pad5lr { padding:0px 5px; }
.pad7tb { padding:7px 0px; }
.pad7lr { padding:0px 7px; }
form td.pad3 { padding-top:3px; } /* form <td>s that need 3px top padding */

/* Mini7 font-embedding */
.mini 
{ 
	font:8pt Verdana,Tahoma,Arial,Helvetica,sans-serif; 
	color: Blue;
}


/* header anchors not underlined on hover */
#hdr a:hover { text-decoration:none; }

.statHitters { color:#fc0; }
.statPitchers { color:#0661e9; }
.statHeader1 { background-color:#006; color:#fff; font-weight:bold;}
.statHeader2 { background-color:#c00; color:#fff; font-weight:bold; }
.playerName { color:#fff; }
.statComponent { line-height:20px; color:#fff; }
.stat { color:#fff; font-size:31px; font-weight:bold; }

/* anchor behavior */
a.stats:active { text-decoration:none; 
		font-size:12px;
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold}
	
a.stats:visited { text-decoration:none; 
		font-size:12px;
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold}
	
a.stats:link { text-decoration:none; 
		font-size:12px;
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold}

a.stats:hover { text-decoration:underline; 
		font-size:12px;
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold}

a.birthday:active { text-decoration:none; 
		font-size:medium;
		font-family:Verdana;
		font-weight:bold}
	
a.birthday:visited { text-decoration:none; 
		font-family:Verdana;
		font-weight:bold}
	
a.birthday:link { text-decoration:none; 
		font-family:Verdana;
		font-weight:bold}

a.birthday:hover { text-decoration:underline; 
		font-family:Verdana;
		font-weight:bold}


td.PhotoGalleryImageTitle
{
	font-size: x-large;
	font-family: Cursive,Verdana;
	color: Blue;
}

td.PhotoGalleryImageCaption
{
	font-size: larger;
	font-family: Verdana;
	color: Blue;
}

select.SelectFieldCombo
{
	font-size:14pt;
	font-family: Verdana;
	color: Black;
}

td.StatSelectHeader
{
	font-size: medium;
	font-family: Verdana;
	font-weight : bold;
	color: White;
	background-color: Blue;
}

td.StatSelectData
{
	font-size: medium;
	font-family: Verdana;
	color: Blue;
	background-color: White;
}

td.teamschedule
{
	background-color: #FFFACD;
}

th.teamschedule
{
	background-color: navy;
}

table.leagueschedule { 
border-collapse: collapse; 
border: 1px solid #C0C0C0; 
} 

td.leagueschedule 
{
	border: 1px solid #C0C0C0;
} 

div.leaguescheduleleagues
{
	font-family: Verdana;
	font-size: smaller;
}

div.leaguescheduledates
{
	font-family: Verdana;
	font-size: smaller;
	font-weight:bold;
}

div.leaguescheduleteams
{
	font-family: Verdana;
	font-weight:bold;
	font-size: smaller;
}

div.leaguescheduletimefield
{
	font-size: smaller;
	font-family: Verdana;
}

a.leagueschedulenavlink:active 
{ 
	text-decoration:none; 
	font-size:small;
	font-family:Verdana;
	color:Black;
}
	
a.leagueschedulenavlink:visited 
{ 
	text-decoration:none; 
	font-size:small;
	font-family:Verdana;
	color:Black;
}
	
a.leagueschedulenavlink:link 
{ 
	text-decoration:none; 
	font-size:small;
	font-family:Verdana;
	color:Black;
}

a.leagueschedulenavlink:hover 
{ 
	text-decoration:none; 
	font-size:small;
	font-family:Verdana;
	color:Black;
}

a.leagueschedulegamesummary:visited 
{ 
	text-decoration:none; 
}
	
a.leagueschedulegamesummary:link 
{ 
	text-decoration:none; 
}

a.leagueschedulegamesummary:hover
{ 
	text-decoration:underline; 
}

td.gamesummary
{
	font-family:Verdana;
}

table.gamesummary 
{ 
	border-collapse: collapse; 
	border: 1px solid #C0C0C0; 
} 

div.gamesummarytitle 
{
	font-family:Verdana;
	font-size:larger;
}

table.teamcalendar
{ 
	border-collapse: collapse; 
	border: 1px solid #C0C0C0; 
} 

tr.teamcalendartitle
{
	background:LightGrey;
	font-family:Verdana;
	font-size:14pt;
	font-weight:bold;
	color:Navy;
}

td.teamcalendarday
{
	width: 100px;
	border: 1px solid #C0C0C0; 
}

tr.teamcalendarweek
{
	height: 75px;
}

tr.teamcalenderdaysofweek
{
	font-size:8pt;
	font-family:Verdana;
}

td.teamcalendardayno
{
	font-size:8pt;
	font-family:Verdana;
	font-weight:bold;
}

td.teamcalendarresult
{
	font-size:8pt;
	font-family:Verdana;
}

td.teamcalendarleagueheader
{
	font-size:8pt;
	font-family:Verdana;
	background:blue;
	color:White;
}

a.teamcalendarlink:visited 
{ 
	text-decoration:none; 
}
	
a.teamcalendarlink:link 
{ 
	text-decoration:none; 
}

a.teamcalendarlink:hover
{ 
	text-decoration:underline; 
}

a.teamcalendarfield:visited 
{ 
	text-decoration:none; 
	color:Black;
}
	
a.teamcalendarfield:link 
{ 
	text-decoration:none; 
	color:Black;
}

a.teamcalendarfield:hover
{ 
	text-decoration:underline; 
	color:Black;
}

div.SpecialNewsTitle
{
    font-family: Verdana,Arial;
    font-size: 14pt;
    color: Red;
}

div.ScoreboardFont
{
    font-family: Verdana,Arial;
    font-size: 10pt;
}

div.voteQuestion
{
	font-family: Verdana,Arial;
	font-size:10pt;
}

tr.loginbg
{
	 background-color: blue;
}

div.row {
clear: both;
width: 100%;
padding-top:5px;
color:  black;
background: white;
font-family: Verdana;
}

div.currentseasonrow {
clear: both;
width: 100%;
padding-top:5px;
font-family: Verdana;
font-size: 14pt;
font-weight: bold;
color:Gray;
}


div.row span.left {
float: left;
text-align: left;
font-weight: bold;
}

div.row span.right {
float: right;
text-align: right;
}


div.row A:link {
font-weight: normal;
font-family: Verdana;
font-size:8pt;
}


div.row A:visited {
font-weight: normal;
font-family: Verdana;
font-size:8pt;
}


div.row A:active {
font-weight: normal;
font-family: Verdana;
font-size:8pt;
}

div.row2 {
clear: both;
padding-top:5px;
font-family: Verdana;
}

div.row2 span.label2 {
  float: left;
  width: 175px;
  text-align: right;
  }

div.row2 span.formw2 {
  float: right;
  width: 425px;
  text-align: left;
  } 
  
div.row2 span.label {
  float: left;
  width: 160px;
  }

div.row2 span.formw {
  float: right;
  width: 300px;
  text-align: left;
  } 
  
div.spacer 
{
	clear: both;
}

div.helptext
{
	clear: both;
	text-align:center;
	font-family:Verdana;
	font-size:smaller;
}

div.createuserbox
{
	width: 465px; 
	background-color: #cc9;
	border: 1px dotted #333; 
	padding: 5px; 
	margin: 0px auto;
	}
	
div.createusertitle
{
	color: #cc9;
	font-size:24pt;
	text-align:center;
	font-family:Verdana;
	font-weight:bold;
}

div.createaccountbox
{
	width:600px; 
	background-color: #cc9;
	border: 1px dotted #333; 
	padding: 5px; 
	margin: 0px auto;
	}

span.createaccountheading
{
	font-size:12pt;
	font-weight: bold;
	font-family:Verdana;
}


body {
  margin:10px 10px 0px 10px;
  padding:0px;
  font-family:Verdana;
  }
 
 #leftcontent {
  position: absolute;
  left:10px;
  top:50px;
  width:200px;
  background:#fff;
  border:1px solid #000;
  }
 
 #centercontent {
  background:#fff;
     margin-left: 199px;
     margin-right:199px;
  border:1px solid #000;
  /*
  IE5x PC mis-implements the box model. Because of that we sometimes have
  to perform a little CSS trickery to get pixel-perfect display across browsers.
  The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
  parsing bug in IE5x PC that will prematurly close a style rule when it runs
  into the string "\"}\"". After that string appears in a rule, then, we can override
  previously set attribute values and only browsers without the parse bug will
  recognize the new values. So any of the name-value pairs above this comment
  that we need to override for browsers with correct box-model implementations
  will be listed below.
  
  We use the voice-family property because it is likely to be used very infrequently,
  and where it is used it will be set on the body tag. So the second voice-family value 
  of "inherit" will override our bogus "\"}\"" value and allow the proper value to
  cascade down from the body tag.
 
  The style rule immediately following this rule offers another chance for CSS2
  aware browsers to pick up the values meant for correct box-model implementations.
  It uses a CSS2 selector that will be ignored by IE5x PC.
  
  Read more at http://www.glish.com/css/hacks.asp
  */
  
  voice-family: "\"}\"";
  voice-family: inherit;
     margin-left: 201px;
     margin-right:201px;
  }
 html>body #centercontent {
     margin-left: 201px;
     margin-right:201px;
  }
 
 #rightcontent {
  position: absolute;
  right:10px;
  top:50px;
  width:200px;
  background:#fff;
  border:1px solid #000;
  }
 
 #banner {
  background:#fff;
  height:40px;
  border-top:1px solid #000;
  border-right:1px solid #000;
  border-left:1px solid #000;
  voice-family: "\"}\"";
  voice-family: inherit;
  height:39px;
  }
 html>body #banner {
  height:39px;
  }
  
  #banner h1 {
  font-size:14px;
  padding:10px 10px 0px 10px;
  margin:0px;
  }
 
 #rightcontent p {
  font-size:10px
  }
 

td.menuBg
{
    width:100%;
}


A.CustomizeLink:link {
color: white;
font-weight: normal;
font-family: Verdana;
font-size:8pt;
}


A.CustomizeLink:visited {
color: white;
font-weight: normal;
font-family: Verdana;
font-size:8pt;
}


A.CustomizeLink:active {
color: white;
font-weight: normal;
font-family: Verdana;
font-size:8pt;
}



td.CompleteScheduleGameDate
{
	font-family:Verdana;
	font-size:10pt;
	background:blue;
    color:White;
}

td.CompleteScheduleGameTime
{
	font-size:8pt;
	font-weight:bold;
}

td.CompleteScheduleGameTeams
{
	font-size:10pt;
	color:Navy;
}

td.CompleteScheduleGameField
{
	font-size:8pt;
}

td.CompleteScheduleGameLeague
{
	font-size:8pt;
	color:Navy;
	background:LightGrey;
}

A.CompleteScheduleGameTeams:link
{
	text-decoration: none;
	font-size:10pt;
	color:Navy;
	font-weight:bold;
}

A.CompleteScheduleGameTeams:visited
{
	text-decoration: none;
	font-size:10pt;
	color:Navy;
	font-weight:bold;
}

A.CompleteScheduleGameTeams:hover
{
	text-decoration: underline;
	font-size:10pt;
	color:Navy;
	font-weight:bold;
}

A.CompleteScheduleGameField:link
{
	text-decoration: none;
	font-size:8pt;
	color:Black;
}

A.CompleteScheduleGameField:visited
{
	text-decoration: none;
	font-size:8pt;
	color:Black;
}

A.CompleteScheduleGameField:hover
{
	text-decoration: underline;
	font-size:8pt;
	color:Black;
}

A.CompleteScheduleGameField:active
{
	text-decoration: none;
	font-size:8pt;
	color:Black;
}


A.TeamNewsLink:link {
	text-decoration: none;
	font-family: Verdana;
	font-size:12pt;
	font-weight:bold;
}


A.TeamNewsLink:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size:12pt;
	font-weight:bold;
}


A.TeamNewsLink:active {
	text-decoration: none;
	font-family: Verdana;
	font-size:12pt;
	font-weight:bold;
}

A.TeamNewsLink:HOVER {
	text-decoration: underline;
	font-family: Verdana;
	font-size:12pt;
	font-weight:bold;
}

Div.PageHeader 
{
	font-family:Verdana;
	font-weight:bold;
	font-size:16pt;
	text-align:center;
}


A.homeMenu:link {
	text-decoration: none;
	font-family: Verdana;
	font-size:10pt;
	font-weight:bold;
}


A.homeMenu:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size:10pt;
	font-weight:bold;
}


A.homeMenu:active {
	text-decoration: none;
	font-family: Verdana;
	font-size:10pt;
	font-weight:bold;
}

A.homeMenu:HOVER {
	text-decoration: underline;
	font-family: Verdana;
	font-size:10pt;
	font-weight:bold;
}

div.UserWelcome 
{
	font-family:Verdana;
	font-size: 12pt;
	font-weight: bold;
}

div.PhotoGalleryCaption
{
	font-family:Verdana;
	font-size:10pt;
	font-weight: bold;
	color: Blue;
}

Div.MessageBoardHeader 
{
	font-family:Verdana;
	font-weight:bold;
	font-size:16pt;
	color:Navy;
	text-align:left;
}

table.MessageBoard
{
	border-collapse: collapse; 
	border: 1px solid #C0C0C0; 
}

tr.MessageBoardHeader
{
	background-color:LightGrey;
	font-size: 10pt;
	font-weight:bold;
	font-family:Verdana;
	color:Black;
}

td.MessageBoardCell
{
	border: 1px solid #C0C0C0; 
	padding-right:10px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}

td.MessageBoardLastPost
{
	border: 1px solid #C0C0C0; 
	padding-right:10px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 8pt;
}

A.MessageBoardLink:link
{
	font-size:10pt;
	color:Navy;
	font-weight:bold;
}

A.MessageBoardLink:visited
{
	font-size:10pt;
	color:Navy;
	font-weight:bold;
}

A.MessageBoardLink:hover
{
	font-size:10pt;
	color:Navy;
	font-weight:bold;
}

div.TopicDescription
{
	font-size:8pt;
	color:Black;
	font-family:Verdana;
}

A.LastTopicLink:link
{
	font-size:8pt;
	color:Blue;
	font-weight:bold;
}

A.LastTopicLink:visited
{
	font-size:8pt;
	color:Blue;
	font-weight:bold;
}

A.LastTopicLink:hover
{
	font-size:8pt;
	color:DarkBlue;
	font-weight:bold;
}

tr.TopicsHeader
{
	background-color:Blue;
	color:White;
	font-size:12pt;
	font-weight:bold;
}

div.MessagePostDescription
{
	font-size:10pt;
}

td.PostViewSubject
{
	background-color:LightGrey;
}

td.PostEdit
{
	font-size:8pt;
	color: Blue;
	background-color:Silver;
}

div.PostViewSubject
{
	font-size:14pt;
}

div.TopicLastPost
{
	font-size:10pt;
}

td.Poster
{
	background-color:#E0E0E0;
	text-align:center;
	border-left:10px;
	border-right:10px;
	width:150px;
}

div.PrevPostText
{
	background-color:#E0E0E0;
	border-width:1px;
}


div.PrevPostPoster
{
	font-size:10pt;
	font-weight:bold;
}

div.PrevPostSubject
{
	font-size:10pt;
}

div.MessageBoardShortcuts
{
	font-size:8pt;
}

div.AdminMenuBar
{
	text-decoration: none;
	font-family: Verdana;
	font-size:8pt;
	font-weight:bold;
	color:navy;
	text-align:right;
}

td.msgBoardMemberBusiness
{
	font-size: 8pt;
	font-weight: bold;
	background-color: Navy;
	color:White;
	text-align: center;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

A.msgBoardMemberBusinessLink:LINK {
	text-decoration: none;
	font-size: 10pt;
	color: blue;
	font-weight : normal;
}

A.msgBoardMemberBusinessLink:HOVER {
	text-decoration: none;
	color: red;
	font-size: 10pt;
	font-weight : normal;
}

A.msgBoardMemberBusinessLink:ACTIVE {
	text-decoration: none;
	font-size: 10pt;
	color: blue;
	font-weight : normal;
}

A.msgBoardMemberBusinessLink:VISITED {
	text-decoration: none;
	font-size: 10pt;
	color: blue;
	font-weight : normal;
}

td.msgBoardMemberBusinessDescription 
{
	font-size: 10pt;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding-top:5px;
	padding-bottom:5px;	
	padding-left:5px;
	padding-right:5px;	
}

td.msgBoardMemberBusinessContact
{
	font-size: 10pt;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;	
}

table.msgBoardMemberBusiness
{
}

A.TeamHandoutURL:LINK 
{
	color:Black;
	text-decoration: none;
}

A.TeamHandoutURL:HOVER 
{
	color:Black;
	text-decoration: none;
}

A.TeamHandoutURL:ACTIVE 
{
	color:Black;
	text-decoration: none;
}

A.TeamHandoutURL:VISITED 
{
	color:Black;
	text-decoration: none;
}

DIV.progress
{
	color:Blue;
	font-weight:bold;
}

div.SubmitPhotoHelp
{
	font-family:Verdana;
	font-size:12pt;
	font-weight: bold;
	color: Blue;
}

div.teamMenu
{
	background-color:Blue;
	padding:10px;
}

div.teamManagerHeader
{
	text-align:center;
	font-family:Verdana;
	font-size:12pt;
	font-weight:bold;
	background-color:Blue;
	color:white;
}


A.RosterPlayerLink:link
{
	font-size:10pt;
	color:Blue;
	font-weight:bold;
}

A.RosterPlayerLink:visited
{
	font-size:10pt;
	color:Blue;
	font-weight:bold;
}

A.RosterPlayerLink:hover
{
	font-size:10pt;
	color:Blue;
	font-weight:bold;
}

p.SurveyText
{
	font-size:12pt;
	color:Blue;
	font-weight:normal;
}

th.AllTeamsLeagueHeader
{
	font-size:12pt;
	background-color:Blue;
	color:White;
	font-weight:bold;
}

th.AllTeamsDivisionHeader
{
	font-size:10pt;
	color:Black;
}

td.AllTeamsName
{
	font-size:12pt;
	color:Black;
	font-weight:bold;
}

A.AllTeamsLink:link
{
	font-size:8pt;
	color:Blue;
}

A.AllTeamsLink:visited
{
	font-size:8pt;
	color:Blue;
}

A.AllTeamsLink:hover
{
	font-size:8pt;
	color:Blue;
}

div.TournamentPanel
{
	font-size:8pt;
	color:Blue;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 10%;
	left: 50%;
}

.watermarked
{
    font-style:italic;
    color:Gray;
}



/*CSS*/
.PartTitleStyle 
{
    background-color:#C1D4E3;
    height:25px;
    font-size:8px;
    padding:0px 0px 5px 10px;
    background-image:url(/images/boxHeaderTopLeft.gif);
    background-repeat: no-repeat; 
    background-position: left top; 
    }
    
.PartTitleStyle table 
{
    background-image:url(/images/boxHeaderTopRight.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

.PartTitleStyle table tr td 
{
    padding:10px 10px 0 10px;
}

.PartTitleStyle table tr td span 
{
    font-size:12px;
    font-weight:bold;
    background-color:#C1D4E3;
    padding-right: -10px; 
}

.PartStyle 
{
    background-color: #F8F8f0;
    border: solid 1px #DDDDDD; 
}

.PartZone 
{
    border:dashed 1px #DDDDDD; 
}

.PartZoneHeader 
{
    height:0px;
    display:none; 
}

.MenuStyle .AspNet-Menu-Selected
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

.MenuStyle .AspNet-Menu-ChildSelected
{
}

.MenuStyle .AspNet-Menu-ParentSelected
{
}

.MenuStyle .AspNet-Menu-Horizontal
{
}

.MenuStyle .AspNet-Menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

.MenuStyle .AspNet-Menu-Leaf
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

.MenuStyle .AspNet-Menu-Link
{
	display:block;
	float:left;
	color: white; /*#999999;*/
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
.MenuStyle .AspNet-Menu-Link:hover
{	
	color:Silver;
	height:22px;
	background: transparent url(images/nav_bg.png) 0px -30px no-repeat;
}
	

/*
<div class="SimpleEntertainmentMenu" id="ctl00_mainMenu">
	<div class="AspNet-Menu-Horizontal">
			<ul class="AspNet-Menu">
				<li class="AspNet-Menu-Leaf">
					<a href="../Forms/EnterScore.aspx" class="AspNet-Menu-Link" title="Enter Score Page">
						Enter Score</a>
				</li>
				<li class="AspNet-Menu-Leaf">
					<a href="../Forms/MyScores.aspx" class="AspNet-Menu-Link" title="My Scores Page">
						My Scores</a>
				</li>
				<li class="AspNet-Menu-Leaf">
					<a href="../Forms/Courses.aspx" class="AspNet-Menu-Link" title="Courses Page">
						My Courses</a>
				</li>
				<li class="AspNet-Menu-Leaf">
					<a href="../../../Forms/Friends/Friends.aspx" class="AspNet-Menu-Link" title="Friends Page">
						Friends</a>
				</li>
				<li class="AspNet-Menu-Leaf">
					<a href="../../../Forms/MessageBoard.aspx" class="AspNet-Menu-Link" title="Message Board Page">
						MSG Board</a>
				</li>
			</ul>
 
	</div>
</div>
*/

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:black; /*#999999;*/
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

                    
                    