/* remove all the bullets, borders and padding from the default list styling */
#tc-header-left-nav ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#tc-header-left-nav ul ul
{
	width: 149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#tc-header-left-nav li
{
	float: left;
	position: relative;
}
/* style the links for the top level */
#tc-header-left-nav ul li a
{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 0 24px 0 10px;
}

#tc-header-left-nav ul li a:hover
{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 24px;
}
