
a:link.menu      	{ color: #000; text-decoration: none; font-size: 12px; }
a:active.menu   	{ color: #fff; text-decoration: none; font-size: 12px; }
a:visited.menu   	{ color: #000; text-decoration: none; font-size: 12px; }
a:hover.menu		{ color: #fff; text-decoration: none; font-size: 12px; }

a:link.submenu      { color: #000; text-decoration: none; font-size: 11px;}
a:active.submenu   	{ color: #fff; text-decoration: none; font-size: 11px;}
a:visited.submenu   { color: #000; text-decoration: none; font-size: 11px;}
a:hover.submenu		{ color: #fff; text-decoration: none; font-size: 11px;}


/* Left Column, Navigation Column */
.leftText { font-size: 12px; color: #666666; padding-top:5px; }
#left-nav { width: 100%; margin: 0px; padding: 0px; }
#left-nav ul {			/* left-nav is the name of the container for the navigation */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
	/*text-transform: uppercase;*/
}
#left-nav li { width:100%px; background: url('../img/layout/dots.gif') repeat-x #ffffff; background-position: bottom;}

#left-nav a {
	display: block;
	padding: 2px 15px 0px 5px;
	background-position: top;
}
/*
#left-nav a.menu {
	background: url('../img/layout/dots.gif') repeat-x #ffffff;
	background-color: #c3d518;
}


#left-nav a:hover {
	background-color: #c3d518;
	background-position: bottom;
	text-decoration: none;
	color: #fff;
}
*/

.menu_title
{
	font-size: 12px;
	font-weight: bold;
}

#left-nav .unlinked {	
	padding: 6px 10px 4px 0px;
	background: #c3d518;
	background-position: bottom;
	text-align: center;
	color: #fff;
}
#left-nav .nav_space {
	height: 36px;		/* Makes the space between the nav and keeps the UL intact */
	background: url('../img/layout/dots.gif') repeat-x #ffffff;
	background-position: bottom;
}
/* 33 - 13 = 20. gives the div 20px of left margin, whilest wrapping under the bullet correctly */
.navNumbers { 
	font-size: 12px;
	margin-left: 31px; text-indent: -13px; /* 31-13=18. 18px of left margin and 13 pixel wraps the text under the first line */
	margin-top: 4px; margin-right: 10px; margin-bottom: 4px; color: #044e8e;
}
.navBullets { 
	font-size: 12px;
	margin-left: 31px; text-indent: -10px; /* 31-10=21. 21px of left margin and 10 pixel wraps the text under the first line */
	margin-top: 4px; margin-right: 10px; margin-bottom: 4px; color: #044e8e;
}
