@charset "utf-8";
/* CSS Document */

.topmenu
{	margin: 0;
	padding: 0;
	z-index: 30}
 
.topmenu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}
 
.topmenu li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
 
	background: #DFDFDF url(images/BG-menubar-home.gif);
	color: #999999;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	
	
 
	text-align: center;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
 
.topmenu li a:hover
{
		color:#FFFFFF;
		background: url(images/BG-selbar.gif);
	
}
 
.topmenu div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #4A4A4A;
	border: 1px solid #333333
}
 
	#topmenu div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #333333;
	color: #FFFFFF;
	font: 11px arial;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
}
 
	#topmenu div a:hover
	{
	background: #FFCC00;
	color: #000000
}