.menuBar
{
    position: absolute;
	top: 77px;
    background-color: transparant;
    text-align: center;
}

#pagewidth{ 
 max-width:790em;  

 min-width:790px;  
}
 

.Bar
{
    float: left;
	width: 126px;
	height: 20px;
	padding: 3px 10px;
    position: relative;
	cursor: hand;
	text-align: left;
	background-color: CECDCD;
}

.barOver
{
    float: left;
    width: 126px;
	height: 20px;
    cursor: hand;
	padding: 3px 10px;
    position: relative;
	background-color: #F0EFEF;
	text-align: left;
	background-image: url(../images/bg_submenu.gif);
	background-repeat: repeat-y;
}

.menu_new
{
    visibility: hidden;
	width: 150px;
	position: absolute;
    background-color: #F0EFEF;
}

.menuItem
{
	width: 100%;
	height: 20px;
	cursor: hand;
	padding: 3px 10px;
	background-image: url(../images/bg_submenu.gif);
	background-repeat: repeat-y;
	border-bottom: dotted 1px #cccccc;
}

.ItemMouseOver
{
	width: 100%;
	height: 20px;
	cursor: hand;
	padding: 3px 10px;
	background-color: CECDCD;
	background-image: url(../images/bg_submenu_over.gif);
	background-repeat: repeat-y;
	border-bottom: dotted 1px #cccccc;
}

/*
.ItemMouseOut
{
    width: 100%;
}
*/


.Arrow
{
    float: right;
    position: absolute;
 	right: 0px;
	background-image: url(../images/arrow.gif);
	background-repeat: norepeat;
}

/*Deze stijlen definieren de links van de Menu*/


a.menuLink_new:link {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.menuLink_new:visited {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.menuLink_new:hover {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.menuLink_new:active {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.menuSubLink_new:link {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}

a.menuSubLink_new:visited {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	z-index: 1;
}

a.menuSubLink_new:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

a.menuSubLink_new:active {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}
