﻿#teamnav ul
{
	margin: 10px 10px;
	padding: 0;
	list-style:none;
}

#teamnav li
{
	width:100%;
	float:left;
	height:22px;
	background:url(../img/h_dot.gif) repeat-x left bottom;
	font-size:85%;
}

#teamnav li.last
{
    background:none;
}

#teamnav a
{
	display:block;
	color:#5f5f5f;
	background: url(../img/bullet_1.gif) no-repeat 8px center;
	padding:0 0 0 25px;
	line-height:22px;
	height:22px;
	text-decoration:none;
	letter-spacing:0px;
}

#teamnav a:hover 
{
    color: #0000ff; 
    text-decoration: underline;
}
