/************************

 ttnetwork
  
************************/

#ttnetwork ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	left: -1px;
font-family:"Times New Roman", Times, serif;
} 

#ttnetwork li
{
	float: left;
	margin: 0 0.15em;
} 

#ttnetwork li a
{
background: url(../images/top_nav_sep.gif) bottom right no-repeat;
	height: 23px;
	line-height: 23px;
	float: left;
	/*width: 110px;*/
	display: block;
padding-left: 20px;
padding-right: 20px;
	color: #CCCBCC;
	text-decoration: none;
	text-align: center;
font-size:13px;
}

#ttnetwork li a:link, #ttnetwork li a:visited
{
	text-decoration: none;
}

#ttnetwork li a:hover
{
	text-decoration: underline;
}

/* Hide from IE5-Mac \*/
#ttnetwork li a
{
	float: none
}
/* End hide */ 


#ttnetwork .title {
	width: 190px;
	height: 23px;
	float: left;
/*	border: 1px dashed green;*/
background: url(../images/logonetwork.jpg) top left no-repeat;	
}
