.jquerycssmenu{
font: bold 12px Verdana;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
text-decoration:none;
height: 300px;
border-top: 1px solid white;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration:none;
}

.jquerycssmenu ul a:visited{ /*sub menus hover style*/
color: #009DDC;
text-decoration:none;
border-bottom: 1px solid white;
border-left: 1px solid white;
/*border-right: 1px solid white;*/
width: 174px;
}


/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
text-decoration:none;
width: 174px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
 /*background of tabs (default state)*/
padding: 5px;
margin-right: 30px; /*spacing between tabs*/
border: 0px solid #778;
border-bottom-width: 0;
color: #009DDC;
text-decoration: none;
border-bottom: 1px solid white;
border-left: 1px solid white;
/*border-right: 1px solid white;*/
width: 182px;
}

.jquerycssmenu ul li a:hover{
 /*tab link background during hover state*/
color: #009DDC;
text-decoration: none;
}

/* beschrijft de 1ste sub level menu*/
* html .jquerycssmenu ul li ul {
    position: absolute;
	display: block;
	visibility: hidden;
	margin-left: 174px;
	margin-top: -26px;
	border: 1px solid #FB0200;
	padding: 0px;
	text-decoration:none;
	background: #000;
	width: 176px;
}

/*1ste sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	margin-left: 174px;
	margin-top: -26px;
	border: 1px solid #FB0200;
	padding: 0px;
	text-decoration:none;
	background: #ffffff;
	width: 184px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
text-decoration:none;
background: #ffffff;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 14px Arial, Helvetica, sans-serif; 
width: 100%; /*width of sub menus*/
color: #009DDC;
padding: 0px 0px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid #009DDC;
text-decoration:none;
background: #fff;
padding:4px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #E2FF11;
color: #cccccc;
text-decoration:none;
padding:4px;
}
.jquerycssmenu ul li ul li a:visited:hover{ /*sub menus hover style*/
background: #E2FF11;
color: #cccccc;
text-decoration:none;
padding:4px;

}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 0px;
right: 0px;
text-decoration:none;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
text-decoration:none;
}
