/*
* Navigation: left
* Graphics: simple, just bg colors changing
*/

#leftcol .module_menu, #leftcol .module
{
	margin-bottom: 10px;
}

div h3,
table.moduletable th
{
	color: White;
	text-align: left;
	padding: 5px 0 0px 8px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 110%;
	margin: 0;
	height: 22px;
	
	/*background image*/
	background-image: url(../images/divider_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 5px;
}



.mainlevel
{
	margin-right: 5px;
}

a.mainlevel, li.latestnews a
{
   border: none;
	font-size: 90%;
	font-weight: normal;
	padding: 7px 0 7px 5px;
	margin-left: 10px;
	width: auto;
	text-decoration: none;
	list-style: none;
	background-image: url(../images/divider_left.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#leftcol li.latestnews a
{
padding-bottom: 0 !important;
}

#leftcol ul,#leftcol li.latestnews
{
list-style: none;
font-size: 90%;
margin: 0 !important;
padding: 0 !important;
}

a.mainlevel:link, a.mainlevel:visited
{
   display: block;
	width: auto;
	color: White !important;
	text-align: left;
	font-weight: normal;
}

a.mainlevel:hover, li.latestnews a:hover {
	color: White;
	padding-left: 22px;
	background-image: url(../images/nav_left_bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

a.mainlevel#active_menu {
	font-weight: bold;
	padding-left: 25px;
	background-image: url(../images/nav_left_bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: White;
}

a.mainlevel#active_menu:hover {
	color: White;
}

.moduletable div
{
   width: 100%;
	font-size: 70%;
	padding-bottom: 2px;
}

.moduletable div img
{
	border: 0;
	padding-left: 5px;
}
a.sublevel
{
   margin: 0;
	font-size: 10px;
	line-height: 20px;
	margin: 15px 0 15px 15px;
	padding-left: 10px;
}

a.sublevel:link, a.sublevel:visited 
{
	font-weight: normal;
	color: White;
}

a.sublevel:hover {
	color: Black;
	text-decoration: underline;
	background-image: url(../images/sub_nav.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

a.sublevel#active_menu {
	color: White;
	text-decoration: underline;
	background-image: url(../images/sub_nav.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
