@charset "utf-8";
.menue , .menue a:link , .menue a:visited 
	{
	cursor: pointer;
	margin-bottom: 0px;
	width: 168px;
	height:35px;
	color: #ffffff;
	text-align: right;
	text-decoration:none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/nav1.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}

.menue a:hover
	{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	}

.active , .active a:link , .active a:visited , .active a:focus , .active a:hover , .active a:active
	{
	cursor: pointer;
	margin-bottom: 0px;
	height:25px;
	color: #ff0000;
	text-align: left;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width: 168px;
	}
.subactive , .subactive a:link , .subactive a:visited , .subactive a:focus , .subactive a:hover , .subactive a:active
	{
	cursor: pointer;
	margin-bottom: 0px;
	height:25px;
	color: #ff0000;
	text-align: left;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
.submenue 
	{
	cursor: pointer; 
	margin-bottom: 0px;  
	width: 168px;
	color: #ffffff; 
	text-align: left; 
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif; 
	}

.submenue , .submenue a:link , .submenue a:visited , .submenue a:focus 
	{
	text-decoration:none;
	color:#FFFFFF;
	}
.submenue a:active , .submenue a:hover
	{
	text-decoration:none;
	color:#FF0000;
	}
