/* CSS Document */

#navcontainer ul
{
margin: 0;
padding: 10;
list-style-type: none;
font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
font-size: 11px;
}
#navcontainer #subnav li {
}

#navcontainer li {
	font-size: 11px;
	background: none;
	padding-left: 0px;
}

#navcontainer a
{
}

#navcontainer a:link, #navlist a:visited
{
color: #0B4384;
text-decoration: none;
}
.navcontainer {
	background-image: url(images/commentaryboxbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 8px;
	border: 1px solid #CCCCCC;
}

#navcontainer a:hover
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url(images/l1_over.gif);
}
