div#top
{
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0px;
	background: url(/files/layout/top/bg.gif) 0 0 no-repeat;
}
div#top img#logotype 
{
	margin-top: 30px;
	margin-bottom: 5px;
	float: left;
}
form#search 
{
	font-size: 90%;
	margin-top: 30px;
	margin-right: 5px;
	padding-left: 20px;
	float: right;
	border-left: 1px solid #C7C7C7;
}
div#top ul
{
	clear: both;
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	height: 32px;
	width: 894px;
	background: #CCCCCC url(/files/layout/top/topmenu-bg.gif) 0 0 no-repeat;
}
div#top ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	background: url(/files/layout/top/li-bg.gif) 0 7px no-repeat;
}
div#top ul li.first 
{
	background: none;
}
div#top ul li a 
{
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 4px;
	color: #333333;
	font-family: 'Arial Narrow';
	font-weight: bold;
	font-size: 120%;
	display: block;
	float: left;
	padding-top: 2px;
	margin-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 6px;
	margin-right: 6px;
	height: 20px;
	font: 12px 'trebuchet ms';
	font-weight: bold;
	/*font-family: Arial;
	font-size: 13px;*/
}
div#top ul li a:hover
{
	/*background: white;
	color: #CC6600;*/
	border: 1px solid #990000;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	height: 19px;
}
div#top ul li a.selected 
{
	/*background: #990000;*/
	background: #990000;
	color: white;
	/*background: url(/files/layout/top/a-selected.gif);*/
}