/* CSS Document */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:14px;
}
.chartText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height:14px;
}
.chartBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	line-height:14px;
}
.chartLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D9709;
	font-size:9px;
	text-decoration: underline;
	font-weight: bold;
}
a.chartLink:hover 
{
	text-decoration: none;
}
.chartBigLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D9709;
	font-size:12px;
	text-decoration: underline;
	font-weight: bold;
}
a.chartBigLink:hover 
{
	text-decoration: none;
}
.topSmallTitle 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D9709;
	font-size:12px;
	text-decoration: underline;
	font-weight: bold;
}
a.topSmallTitle:hover
{
	text-decoration: none;
}
.leftNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D9709;
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
}

.leftNavLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
}
a.leftNavLink:hover 
{
	text-decoration: underline;
}
.textHeading {
	font-size: 16px;
	font-weight: bold;
	color: #1D9709;
}
.textHeadingSmall {
	font-size: 14px;
	font-weight: bold;
	color: #1D9709;
}

.boldTitle {
	font-size: 12px;
	font-weight: bold;
}


/* --- Stu's CSS Menus -------*/

#info {
	width: 730px;
	height:35px;
	/*border: #0C9 thin solid;*/
	margin: auto; 
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/padding.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {font-size:11px; padding-bottom:0; width:700px; margin: 0; font-style:normal;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:3em; background:transparent;}

/* style the sub-level lists */
.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:38px;line-height:3em; display:block;color:#000; position: relative;  border: 1 hidden; font-style:normal;}

/* style the sub level list items */
.menu ul ul li {display:block;width:16em;height:auto; line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:38px; width:auto; font-size:1em;text-decoration:none;color:#000; padding: 0 9px; margin:auto; font-weight:normal;}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menu a, * html .menu a:visited {width:auto; w\idth:auto; padding: 0 9px; font-weight:normal; }

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#FFF; color:#000;width:17em;height:100%;line-height:1em; padding:0.5em 1em; font-weight:normal; font-size:10px;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:17em; w\idth:17em;font-weight:normal;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1; font-weight:normal;}


/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#447b7b; font-weight:normal;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {/*background:#447b7b;*/}

/* style the level hovers */
/* first */
* html .menu a:hover {color:#338f2a; background:transparent url(images/trans.gif); position:relative; z-index:100; }
.menu li:hover {position:relative; background:transparent url(images/trans.gif);}
.menu :hover > a {color:#338f2a; background:transparent url(images/trans.gif); }
/* second */
* html .menu ul ul a:hover{color:#ff0; position:relative; z-index:110; background: #338f2a;}
.menu ul ul li:hover {position:relative; }
.menu ul ul :hover > a {color:#ff0;background: #338f2a;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:37px; left:0; width:14em; font-weight:normal;}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible;  height: 38px; padding:0 3em 3em 3em; background:transparent url(images/trans.gif) ; left:-35px; font-style:normal;}


