/*
commented by rkr on 2009-06-30
a, a:visited
{
    color: rgb(97, 128, 186);
}
*/

a:hover
{
    color: rgb(230, 146, 0);
    text-decoration: none;
}

a:focus
{
    color: rgb(0, 0, 0);
}

ul, li
{
	color: #6F7D8E;
	line-height: 100%;
}

ul
{
	list-style-type: none;
	margin: 10px 0;
	padding-left: 0;
}
ul.indented
{
	margin: 0px 40px 1em 60px;
}
li
{
	line-height: 2em;
	background: url(bkgLi.gif) no-repeat 0 6px;
	margin: 0 0 0.1em 0;
	padding: 0 0 0.5em 10px;
}

/* Columns */
.columns
{
	background-color: transparent;
	padding: 10px 35px 20px 35px;
}
.columnsWithMenu
{
	background-color: transparent;
	padding: 10px 35px 20px 10px;
}
.twoColumnsMenuTextRt ul
{
	padding: 0px 0px 0px 35px;
}
.columnMenuLt
{
	background-color: transparent;
	float: left;
	/*width: 117px;*/
}
.columnMenuLt a, .columnMenuLt /* rkr 2009-06-30 .columnMenuLt a:visited */
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #1F3C78;
}
.columnMenuLt a:hover
{
	color: #7691C7;
}
.columnMenuLt a.selected, .columnMenuLt a.selected:visited
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #7691C7;
}
.columnMenuLt li
{
	background: none;
}
.columnMenuLt li.selected
{
	background: url(bkgMenuItem.gif) no-repeat 0 6px;
	padding: 0 0 0.5em 10px;
}
