/* CSS Document */

/* CSS Document */

/*	Since the Logo and Navigation bar are in absolutely positioned DIVs (Layers), we can set
	the body's top and left margins to clear them both so that the main content is properly placed.
	Note that margin shorthand values are used: 84px 0 0 248px. Shorthand notation always refers
	to the values in this order: Top Right Bottom Left. Think of TRouBLe and you'll remember.
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}


/* Container for the Menu */
#p7swapmenu {
	background-color: #323232;
	left: -4px;
	padding: 0px;
	position: absolute;
	top: 1px;
	width: 235px;
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	border-left: 1px solid #323232;
	z-index: 10;
	visibility: visible;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px 0px 0px 0px; list-style-type: none;}


/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	color: #D8D8D8;
	display: block;
	font-size: 0.9em;
	padding: 8px 0px 8px 30px; /* hoogte submenubalken met tp en botto,padding */
	text-decoration: none;
	border-top: 1px solid #939494;
	/*border-right: 1px solid #2E2E2E;*/
	border-bottom: 2px solid #242424;
	font-weight: 500;
	background-color: #323232;	/*border-left: 1px solid #939494;*/
}
/* Link Styles for the Menu */
.closed a1, .open a1 {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	color: #D8D8D8;
	display: block;
	font-size: 0.9em;
	padding: 8px 0px 8px 30px; /* hoogte submenubalken met tp en botto,padding */
	text-decoration: none;
	border-top: 1px solid #939494;
	/*border-right: 1px solid #2E2E2E;*/
	border-bottom: 2px solid #242424;
	font-weight: 500;
	background-image:url(../gfx/tt_gbutbck4.jpg);
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover {
	color: #000000;
	background-image: url(../gfx/tt_gbutbck4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}


/* Plus Sign for Trigger Links in Closed State */
.closed a {
	/*background-image:   url(../gfx/menplus2.gif);*/
	background-repeat: no-repeat;
}

/* Minus Sign for Trigger Links in Open State */
.open a {
	/*background-image:   url(../gfx/menminus2.gif);*/
	background-repeat: no-repeat;
}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-image:   url(../gfx/blokje3.gif);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	border: 0;
	color:#D8D8D8;
	font-size: 0.8em;
	font-weight:normal;
	padding: 0 0 1px 25px;
	margin: 0 0 0 28px;
}
/* Hover and Active styles for the submenu */
.open ul a:active, .open ul a:hover {
	background-color: #737474;
	color: #000000;
	margin-left: 32px;
}
/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}


.hidestuff p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}
.hidestuff a, hidestuff a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #00CC99;
}



	

