#navigation div.moduletable h3
{
	font-size		: 1em;
	font-weight 		: bold;
	margin 			: 0;
	margin-bottom		: 3px;
	padding			: 0;
	color			: #3ea0c7;
	text-align		: left;
	height			: 27px;
	padding-top		: 12px;
	padding-left		: 20px;
	background		: url(../images/h3.png) repeat-x;
	border-right		: 1px solid #efedea;
	border-left		: 1px solid #efedea;
}

#navigation  div.moduletable{
	padding-bottom 	: 9px;
	color 		: #898989;
	font-size 	: 1em;
	width		: 150px;
	border		: 1px solid #b4b4b4;
	margin-bottom	: 5px;
}

#navigation div.moduletable td
{
	padding-left	: 3px;
}

#navigation div.moduletable a:link
{
	color			: #d2a159;
	font-size		: 1em;
	font-weight		: bold;
}

#navigation div.moduletable a:visited
{
	color : #d2a159;
	font-size : 1em;
	font-weight		: bold;
}

#navigation div.moduletable a:hover
{
	text-decoration	: none;
}


