@charset "utf-8";
/* CSS Document */

ul li,ul ol {
vertical-align: middle;
}

ul.sshow_numbers
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.sshow_numbers li
{
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 0;
	margin-right: 3px;
	background-image: url(../img/layout/dotbutton_orange.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-left: 0px;
}
ul.sshow_numbers li.active
{
	
	background-image: url(../img/layout/dotbutton_brown.gif);
	
}

ul.sshow_numbers li.clear
{
	display: block;
	clear:both;
}

#news_widget
{
	
	list-style: none;
	margin: 0;
	padding: 0;
}


#news_widget li
{
	width: 232px;
	line-height: 15px;
	text-align: left;
	margin: 0;
	background-image: url('../img/layout/newsbullet.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 3px;
	font-size: 11px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 2px;
}

#news_widget li.last
{
	height: 1px;
	width: 240px;
	
	background-image: url('../img/layout/newsbullet.gif');
	
	background-position: top center;
	line-height: 0px;
	font-size: 0px;
	padding: 0;
	
}

#menu_list
{
	
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_list li
{
	display: block;
	float: left;
	width: 80px;
	height: 45px;
	line-height: 14px;
	color: #ffffff;
	font-size: 12px;
	margin: 0;
	padding-left: 5px;
}

#menu_list li.separator
{
	padding: 0;
	width: 1px;
	background-image: url('../img/layout/menu_separator.gif');
}

#menu_list li.active
{
	background: #A5B6D4;
	cursor: pointer;
}

#menu_list li a
{
	color: #ffffff;
}

#menu_list li.active a:hover
{
	text-decoration: none;
}

#menu_list li.active a.active
{
	background: #106aaa;
}
