﻿@charset "UTF-8";
/* CSS Document */


/* HOMEPAGE CHART */

#homechart {
	margin: 15px 0 0 5px;
	padding: 0;
}

#homechart li {
	list-style-type: none;
	text-align:center;
	width: 206px;
	height: 23px;
	background: url(images/homechart-bluetab.png) no-repeat top;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:1.9em;
	margin: 0 10px 0 10px;
	float:left;
}

#homechart li ul {
	margin: 2px 0 0 0;
	padding-left: 0;
}

#homechart li ul li{
	color: #333;
	font-weight:normal;
	line-height: 1.4em;
	width: 206px;
	height: 18px;
	background: url(images/homechart-whitetab.png) no-repeat top;
	margin: 3px 0 0 0;
	padding: 0;
}

#homechart a, #homechart a:active, #homechart a:visited, #homechart a:hover {
	color:#333;
	text-decoration:none;
}

#homechart li ul li:hover{
	background: url(images/homechart-whitetab.png) no-repeat bottom;
	font-size:12px;
}

/* end HOMEPAGE CHART */
