.top-menu {margin: 0 61px 0 38px;}
*+html .top-menu {margin-left: 42px;}
* html .top-menu {margin-left: 42px;}

.top-menu table
{
	margin-top: 7px;
	width: 100%;
	border: none;
}

* html .top-menu table { margin-top: 5px; }

.top-menu a, .top-menu span
{
	color: white;
	text-decoration: none;
	font-size: 9pt;
	white-space: nowrap;
	font-family: Sans-serif;
}

.top-menu .level1-margin
{
	height: 9px;
	font-size: 0px;
	content: '';
	padding: 0px;
}

* html .top-menu .level1-margin { height: 0px; }

.top-menu .level1-gray-line
{
	position: absolute;
	z-index: 1;
	
	width: 18px;
	height: 3px;
	background-color: #DFE0E1;
	margin: 0px;
	font-size: 0px;
	content: '';
	padding: 0px;
}
* html .top-menu .level1-gray-line { margin-top: 4px; }

.top-menu .selected .level1-gray-line
{
	background-color: #FA4019;
}

.top-menu .level2
{
	position: absolute;
	z-index: 2000;
	
	display: none;
	margin: 0px;
	padding: 0px;
	width: 170px;
	margin-top: -2px;
}
* html .top-menu .level2 { margin-top: 0px; }

.top-menu td:hover .level2
{
	display: block;
}



.top-menu .level2 ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	
	border-top: 3px solid #FA4019;
	border-bottom: 3px solid #67AD16;
	background-color: #f0f0f0;
}
* html .top-menu .level2 ul { margin-top: 2px; }

.top-menu .level2 li
{
	margin: 0px;
	padding: 5px 15px;
}
.top-menu .level2 a, .top-menu .level2 span
{
	color: #767676;
	margin: 0px;
	font-weight: bold;
	white-space: normal;
	font-size: 8pt;
	text-transform: none;
	font-family: Arial;
}

.top-menu .level2 li:hover
{
	background-color: #F93E15;
}
.top-menu .level2 li:hover a, .top-menu .level2 li:hover span
{
	color: white;
}

#picture.bg1{background-image: url(/images/bg1.jpg);}
#picture.bg2{background-image: url(/images/bg2.jpg);}
#picture.bg3{background-image: url(/images/bg3.jpg);}
#picture.bg4{background-image: url(/images/bg4.jpg);}
#picture.grass{background-image: url(/images/grass.jpg);}

