/*
* Modules on left position
*/

#rightcol .module
{
   margin: 0 0 10px 5px;
	/*background image*/
	background-image: url(../images/module_box_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 90%;
}

#rightcol div h3,
#rightcol table.moduletable th
{
	color: White;
	text-align: center;
	padding:0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	margin: 0;
	height: 45px;
	line-height: 35px;
	
	/*background image*/
	background-image: url(../images/module_box_top.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	position: relative;
	top: -2px;
}


#rightcol .mainlevel
{
	margin-right: 5px;
	
}

#rightcol 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;
	color: #333333
}


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

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

#rightcol a.mainlevel:link, a.mainlevel:visited
{
   display: block;
	width: auto;
	color: #333333;
	text-align: left;
	margin-bottom: 3px;
}

#rightcol a.mainlevel:hover, li.latestnews a:hover {
	color: #333333;
	padding-left: 22px;
	font-size: 95%;
	background-image: none;
}

#rightcol a.mainlevel#active_menu {
	font-weight: bold;
	padding-left: 25px;
	background-image: none;
}

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

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

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

#rightcol a.sublevel:link, a.sublevel:visited 
{
	font-weight: bold;
	color: #4F81BC;
	text-align: left;
}

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

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