@CHARSET "ISO-8859-1";


table#menu {
	width: 100%;
	margin: 0 0 0 0;
}
table#menu td {
	background-image: url("../gfx/layout/layout_r2_c6.jpg");	
	background-repeat: repeat-x;
	height: 20px;
	padding: 0 0 0 0;
}
table#menu td.left {
	width: 185px; /* old layout */
	background-image: url("../gfx/layout/layout_r2_c1_l-770.jpg");
	background-repeat: no-repeat;
}
table#menu td.middle {
	/* old layout: 552px; new: 552 + 30 */
	width: 582px; /* = [total width] - [left frame width] - [right corner] */
}
table#menu td.right {
	width: 3px;
	background-image: url("../gfx/layout/layout_r2_c14.jpg");
	background-repeat: no-repeat;
}

table#menu-items {
	margin: 0 0 0 0;
}
table#menu-items td {
	height: 20px;
}
table#menu-items td.left-hspace {
	background-image: url("../gfx/layout/layout_r2_c2.jpg");	
	background-repeat: no-repeat;
	width: 9px;
}
table#menu-items td.right-hspace {
	background-image: url("../gfx/layout/layout_r2_c10.jpg");	
	background-repeat: no-repeat;
	width: 3px;
}

table#menu-items td.mi-left {
	background-image: url("../gfx/layout/layout_r2_c10.jpg");	
	background-repeat: no-repeat;
	width: 3px;
}
table#menu-items td.mi {
	background-image: url("../gfx/layout/layout_r2_c11.jpg");	
	background-repeat: repeat-x;
	padding: 0px 3px 0px 3px;
}
table#menu-items td.mi-right {
	background-image: url("../gfx/layout/layout_r2_c14.jpg");	
	background-repeat: no-repeat;
	width: 3px;
}

table#menu-items td.mi-left-active {
	background-image: url("../gfx/layout/layout_r2_c4.jpg");	
	background-repeat: no-repeat;
	width: 3px;
}
table#menu-items td.mi-active {
	background-image: url("../gfx/layout/layout_r2_c7.jpg");	
	background-repeat: repeat-x;
	padding: 0px 3px 0px 3px;
}
table#menu-items td.mi-right-active {
	background-image: url("../gfx/layout/layout_r2_c8.jpg");	
	background-repeat: no-repeat;
	width: 3px;
}


table#menu-items td.mi-space {
	background: white;	
	width: 1px;
}

table#menu-items td a {
	color: white;
	font-weight: bold;
	text-decoration: none;	
}
table#menu-items td.mi a {
	color: white;
}
table#menu-items td.mi a:hover {
	color: yellow;
}
table#menu-items td.mi-active a {
	color: black;
}









