	div#pageMenuDocker {
	}

	div#upperMenu a {
		color: white;
		text-decoration: none;
	}

	div#upperMenu a:HOVER {
/*		color: #F8991D;*/
		text-decoration: underline;
	}


	/* - upper menu - */

	div#pageMenu {
		text-align: left;
		width: 975px;
		margin: 4px 0px;
		background-color: #ED7B31;
		display:block;
		overflow: hidden;
		height:25px;
	}

	div#pageMenu div{
		float: left;
		margin:0px;
		border: 0px;
		width:7px;
		background-position: 30px 30px;
		background-repeat: no-repeat;
	}

	div#pageMenu div.left{
		background-image: url(/bin/img/menu/upper_left_active.gif);
	}

	div#pageMenu div.right{
		background-image: url(/bin/img/menu/upper_right_active.gif);
		margin-right: 3px;
	}

	div#pageMenu div.active{
		background-position: 0px 0px;
	}


	div#pageMenu a{
		float: left;
		display: block;
		height: 33px;
		margin:0px;
		padding: 0px 8px;
		padding-top:5px;

		white-space: nowrap;
		color:white;
		font-size: 14px;
		text-decoration: none;
	}

	div#pageMenu a.active{
		background-color: #E0372C;
	}

	div#pageMenu a:HOVER{
		background-color: #E0372C;
	}




	/* - lower menu - */


	div#pageLowerMenu {
		text-align: left;
		width: 975px;
		margin: 3px 0px;
		background-color: #F8991D;
		display:block;
		overflow: hidden;
		height:25px;
		border-top: 1px solid #E4E4E3;
	}

	div#pageLowerMenu div{
		float: left;
		margin:0px;
		border: 0px;
		width:7px;
		background-repeat: no-repeat;
	}

	div#pageLowerMenu div.left{
		background-image: url(/bin/img/menu/lower_left.gif);
	}

	div#pageLowerMenu div.right{
		background-image: url(/bin/img/menu/lower_right.gif);
		margin-right: 10px;
	}

	div#pageLowerMenu div.left_active{
		background-image: url(/bin/img/menu/lower_left_active.gif);
	}

	div#pageLowerMenu div.right_active{
		background-image: url(/bin/img/menu/lower_right_active.gif);
		margin-right: 10px;
	}

	div#pageLowerMenu a{
		float: left;
		display: block;
		height: 33px;
		margin:0px;
		padding: 0px 8px;
		padding-top:5px;

		white-space: nowrap;
		color:white;
		font-size: 14px;
		text-decoration: none;
		background-color: #E0372C;
	}

	div#pageLowerMenu a.active{
		color:black;
		background-color: white;
		font-weight:bold;
	}

	div#pageLowerMenu a:HOVER{
		text-decoration: underline;
	}

	div#pageLowerMenu a.active:HOVER{
		text-decoration: none;
	}
