/*----------------------*/
/*- NAVIGATION --------*/
/*--------------------*/	

/*- MAIN-NAVIGATION --*/
#topmenu {
width:900px;
height:30px;
padding:110px 30px 0px;
_padding:10px 30px 0px;
}

#topmenu ul{
	list-style:none;
	display:inline;
	color:#fff;
}

#topmenu li{
	display:inline-block;
	height: 20px;
	text-align:left;
	vertical-align:top;
	float:left;
	padding:10px 15px;
}
	
#topmenu li a {
	color:#fff;
	float:left; /*FOR IE6*/
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	line-height:130%;
	padding:10px 0px 0px;
	display:block;
	height:35px;
}
	
#topmenu li a:hover {
	color:#fff;
	background-image:url(/media/500/menubg.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	
}

#topmenu li.selected a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background-image:url(/media/500/menubg.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

/*
#topmenu li:hover {
	text-decoration:underline;
	color:#fff;
}
*/

.mainlink {
font-weight:bold;
}
.linkdescription {
font-size:8pt;
font-weight: normal;}



/*- SUB-NAVIGATION --*/

.lv1 {
list-style:none;
padding:0px;
margin:0px;
}

.lv1 a {
width:190px;
/*height:20px;*/
display:block;
border-bottom:1px dotted #999;
padding:5px 5px;
}

.lv1 a:hover {
background-color:#ebebeb;
}

/*
ul#submenu li {
border-bottom:1px dotted #999;
padding:5px 5px;
}

ul#submenu li:hover {
background-color:#d5d5d5;
}
*/

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

