@CHARSET "UTF-8";

/*-----------------------*/
/* START: Drop Down Menu */
/*-----------------------*/

/* --- First menu level */
#navigation ul {
	list-style-type: none;
	margin: 0 0 0 112px;
	padding: 0;
	overflow: visible;
	z-index: 200;
}
#navigation ul li {
	display: block;
	float: left;
	padding: 0;
	background: none;
}

#navigation ul li a {
	display: block;
	float: left;
	color: #ffffff;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #fff;
}

#navigation ul li.first_item a {
	border: 0;
}

#navigation ul li a.act {
	color: #fff;
	background: url(../gfx/arrow.png) no-repeat 4px 13px;
}


/* --- 2nd level boxes */
#navigation ul ul {
	height: auto;
	margin: 5px 0px;
	background: transparent url(../gfx/background_submenu_bottom.png) no-repeat bottom left;
	padding: 20px 0;
}

* + html #navigation ul ul { /* IE7 fix */

}

*html #navigation ul ul { /* IE6 fix */
	background-image: none;
	background-color: #E0D9C6;
	
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 0px;
	
	margin: 0;
	padding: 20px 0;
	margin-top: -15px;
}

#navigation li li {
	float: none;
	width: 240px;
}

*html #navigation li li {
	width: 208px;
} 

/* 2nd level items */
#navigation li li a {
	float: none;
	font-size: 12px;
	height: auto;
	color: #36270A;
	margin: 0 16px;
	font-weight: normal;
	border: 0;
	padding: 7px 20px 8px 10px;
	width: 178px;
}
#navigation li li a.act {
	background-image: none;
	color: #36270A;
}

*html #navigation li li a {
	margin: 0;
	width:100%;
}
*html #navigation li li.first_item a {
	margin-top: 10px;
}

*html #navigation li li.last_item a {
	margin-bottom: 10px;
}

*html #navigation li li.first_item li a,
*html #navigation li li.last_item li a,
*html #navigation li li li a {
	margin: 0;
}
#navigation li li a:hover {
	background-color: #E5DFD3;
	color: #36270A;
}

/* fix last item */
#navigation li li.last_item a {
	background-image: none;	
}

#navigation li li.last_item a:hover {
	background-color: #E5DFD3;
	color: #36270A;
}

/* If 2nd level item has subpages */
#navigation li li a.has_subpages {
	/*background-image: url(../gfx/background_submenu_a_item_has_subpages.gif);*/
}

#navigation li li a.has_subpages:hover {
	/*background-image: url(../gfx/background_submenu_a_item_has_subpages_hover.gif);*/
}

/* fix last item */
#navigation li li.last_item a.has_subpages {
	/*background-image: url(../gfx/background_submenu_a_last_item_has_subpages.gif);*/
}

#navigation li li.last_item a.has_subpages:hover {
	/*background-image: url(../gfx/background_submenu_a_last_item_has_subpages_hover.gif);*/
}


/* 3rd level */
#navigation ul ul ul {
	background-image: none;
	padding-bottom: 0;
	border: 1px solid #ccc;
	padding: 10px 0;
	background-color: #E0D9C6;
	margin-top: -2px;
	margin-left: -5px;
}

*html #navigation ul ul ul {
	margin-top: -11px;
	margin-left: 0px;
}

*+html #navigation ul ul ul {
	margin-top: -2px;
}

#navigation ul ul ul li,
#navigation ul ul ul li.last_item {
	background-image: none;	
}

#navigation ul ul ul li.first_item {
	padding-top: 0px;	
}

#navigation ul ul ul li.last_item {
	padding-bottom: 0px;	
}

/* dynamix start */

/* get rid of the table */
#navigation table {
	position: relative;
	border-collapse: collapse;
	border: 0;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 220;
}

#navigation table td {
	border: 0;
}

#navigation table table {
	position: absolute;	
}

/* Give the link OR list a relative position. Depends on which browser is used  */
#navigation ul li:hover {
	position: relative;
}

/* keep the 'next' level invisible */
#navigation ul ul,
#navigation ul :hover ul ul, 
#navigation ul :hover ul :hover ul ul,
#navigation ul table, 
#navigation ul :hover table table, 
#navigation ul :hover table :hover table table {
	display: none;
}

/* Position the flyout sub levels to the right or left when hovering over the sub level list OR link. */
	/* sublevel 1 */
#navigation ul :hover ul,
#navigation ul :hover table {
	left:-4px;
	top: 28px;
	display:block;
	position:absolute;
}

*html #navigation ul :hover ul,
*html #navigation ul :hover table {
	left: 0px;
	top: 24px;
}

	/* sublevel 2 */
#navigation ul :hover ul :hover ul,
#navigation ul :hover table :hover table {
	left: 234px;
	top: -9px;
	display: block;
	position: absolute;
}
*html #navigation ul :hover ul :hover ul,
*html #navigation ul :hover table :hover table {
	left: 104px;
	top: 0;
}

#navigation ul :hover ul :hover ul :hover ul,
#navigation ul :hover table :hover table :hover table {
	left: 241px;
	top: -1px;
	display:block;
	position:absolute;
}
*html #navigation ul :hover ul :hover ul :hover ul,
*html #navigation ul :hover table :hover table :hover table {
	left: 104px;
}

/* For IE5.5 and IE6 give the hovered links a position relative */

* html #navigation ul li a:hover {
	position: relative;
	z-index: 220;
}

/* correct ie7, prevent jump on hover*/
*+html #navigation li li.has_subpages:hover {
	margin-bottom: -3px;
}
/*-----------------------*/
/* STOP: Drop Down Menu */
/*-----------------------*/




	




li.list-item {
	float: left;
	padding: 0;
	list-style-type: none;
}

li.list-item a {
	color: inherit;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 10px;
}

#topmenu li a {
	color: white;
}



/* START: Footer Menu */
#footer {
	color: #463003;
	background: transparent;
	float: left;
	margin-top: -200px;
	font-size: 105%;
	font-weight:bold;
}
#footer ul {
	padding: 0;
}
#footerleft{
	margin-left: 40px;
	float: left;
	width: 510px;
}

#footerleft li{
	margin-right: 15px;
}

#footerright{
	float: right;
}

/* STOP: Footer Menu */
