/* CSS Document */

/* Horizontal Navigation */



ul.hnavbar
{
display: inline;
width: 720px;
height: 18px;
float: left;
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul.hnavbar li
{
display: inline;
}

ul.hnavbar a
{
float: left;
width: 102.8px;
font: normal small-caps bold 11px/18px verdana, sans-serif;
color: white;
text-align: center;
text-decoration: none;
background-color: red;
}

ul.hnavbar a:active
{
background-color: #E20000;
}

ul.hnavbar a:hover
{
background-color: black;
text-decoration: none;
}

/* Vertical Navigation */

ul.vernav
{
width: 100%
height:26px;
margin:0;
padding:0;
list-style-type:none;
}

ul.vernav a
{
display: block;
width:135px;
height:26px;
background-color:#999;
border-bottom:1px solid #CCC;
color:#000;
font: normal small-caps bold 11px/26px verdana, sans-serif;
text-indent: 5px;
text-decoration:none;
}

ul.vernav a:active
{
background: #999 url(sport_on.gif) no-repeat right;
color: white;
text-decoration:none;
}

ul.vernav a:hover
{
background: #999 url(sport_on.gif) no-repeat right;
color: white;
text-decoration:none;
}
.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	list-style-type: disc;
	left: 10px;
}

