﻿.ul 
{
	/*font-size: 0.7em;*/
	/*font-size: 0.8em;*/
	float: left;
	width: 100%;
}

.ul .li 
{
	width: 276px;
	float: left;
	clear: both;
	padding-left: 23px;
}

.ul .li:hover
{
	/*background-color: #BCDAF6;*/
	background-color: #f7d899;
	display: block;
}

.ul .li .listItem 
{
	float: left;
	width: 83%;
	padding-left: 0.5em;
	
}

.ul .li .listItem .sth_
{
	text-decoration: none;
	font-weight:normal;
	background-color: Transparent;
	color: #07519A;
}

#default_top .default_right .newsLinks
{
	width: 299px;
}

.newsLinks a 
{
	text-decoration: none;
	display: block;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.newsLinks a:hover, a:focus
{
	display: block;
	text-decoration: none;
}

.ul .li .bulletWrap 
{
	float: left;
	padding-top: 0.9em;
}

.ul .li .bulletWrap .bullet 
{
	width: 5px;
	height: 5px;
	float: left;
	background-color: #07519a;
}


