a {	
	color: #3366CC;	
	text-decoration: none
}
body {	
	background-color: #ECEBAE;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 2em;	
	color: ##000066;
	margin-top: 0 em;
	margin-right: 0 em;
	margin-bottom: 0 em;
	margin-left: 0 em
        border: 0;
        margin: 0 0 0 0;
        padding: 0 0 0 0;

	}
h2 {
	color: #CCCCCC
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #006666;  	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}
table {
	color: #000066
	}
td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: ##000066
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
.BulletBackgroundColor {
	color: #FFFFFF
	}
.DataColor {
	color: #DEDECA
	}
.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
	color: #333333;
	background-color: #CCCCCC
	}
.FormBackgroundColor {
	color: #CCCCCC
	}
.ImageTitleColor {
	color: #CCCCCC
	}
.LabelColor {
	color: #CCCCCC
	}
.ListColorEven {
	color: #CCCCCC
	}
.ListFooterColor {
	color: #333333
	}
.ListHeaderColor {
	color: #333333
	}
.ListColorOdd {
	color: #DEDECA
	}
.ListTitleColor {
	color: #CCCCCC
	}
.NavigationBackgroundColor {
	color: #666666
	}
.NavigationColor {
	color: #CCCCCC
	}
.NewsDataColor {
	color: #DEDECA
	}
.StoryTitle {
	color: #000000;
	font-weight: bold
	}
.StoryContentColor {
	color: #000000
	}
.TitleColor {
	color: #000000
	}
a:hover {	
	text-decoration: underline
	}
tr.ListHeaderColor th {
	text-align: left;
	}.small {
	font-size: 85%;
}
html {
  border: 0 0 0 0;
}
#leftcol
{
	position:absolute;
	top:0;
	left:0;
	padding-top:100px;
	background: no-repeat top left;
	width:120px;
	height: 400px;

}

#leftcol h3
{
	display:none;
}


/*first level menu items*/
#leftcol ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	background:#EDEBAE;
}

#leftcol ul li 
{
	float:left;
	padding:0;
	margin:0;
	width:120px;	
}

#leftcol a
{	
	text-decoration:none;
	color:black;
	display:block;
	padding:0.4em 0em 0.4em 1.5em;
	border-bottom:1px solid white;
	background:#ECEFBD;
}

#leftcol a:hover
{
	border-bottom:1px solid white;
	background:white;
}

#leftcol a.hasactive
{
	background:#DEAC7E;
}

#leftcol a.hasactive:hover
{

	background:white;
}


#leftcol a.active
{
	cursor:default;
	background:#ECEBAE url(http://home.planet.nl/~esken032/menu/next.gif) no-repeat center left;
}

#leftcol a.active:hover
{

	background:white url(http://home.planet.nl/~esken032/menu/next.gif) no-repeat center right;
}
/*second level menu items*/

#leftcol ul li ul li a
{
	font-size:0.9em;
	padding:0.4em 3em;
	background:#F8FAEB url(http://home.planet.nl/~esken032/menu/next2.gif) no-repeat 1.7em;
}

#leftcol ul li ul li a.active
{
	background:#ECEBAE url(http://home.planet.nl/~esken032/menu/next.gif) no-repeat 1.7em;
	font-weight:bold;
}

#leftcol ul li ul li a.active:hover
{
	background:#ECEBAE url(http://home.planet.nl/~esken032/menu/next.gif) no-repeat 1.7em;
	font-weight:bold;
}

#leftcol ul li ul li a:hover
{
	background:white url(http://home.planet.nl/~esken032/menu/next.gif) no-repeat 1.7em;
}

