td
{
	color:#666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
	line-height: 150%;
}

p li
{
	color:#666666;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
	line-height: 150%;
}
H1
{
		font-size : 100%;
		font-weight: bold;
}
H2
{
		font-size : 100%;
		font-weight: bold;
		color: #FDB249;
}
H3
{
		font-size : 85%;
		font-weight: bold;
}
H4
{
		font-size : 85%;
		font-weight: bold;
		color: #A0BB68;
}
H5
{
		font-size : 65%;
		font-weight: normal;
}
H6
{
		font-size : 65%;
		font-weight: normal;
		color: #A0BB68;
}
a:active
{
	color: #C3B892;
	text-decoration: underline;
}
a:link
{
	text-decoration: underline;
	color: #666666;
}

a:visited
{
	text-decoration: underline;
	color: #C3B892;
}
a:hover 
{
	color: #C3B892;
	text-decoration: underline;
}


a.submenu:link
{
	text-decoration: underline;
	color: #666666;
	font-size : 85%;
}
a.submenu:visited
{
	text-decoration: underline;
	color: #666666;
	font-size : 85%;
}
a.submenu:hover 
{
	color: #A0BB68;
	text-decoration: underline;
	font-size : 85%;
}
a.submenu:active
{
	color: #A0BB68;
	text-decoration: underline;
	font-size : 85%;
}
form
{
	padding: 0;
	margin: 0;
}

#nav {
	width: 440px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	color:#000000;
}


#nav a {
	display: block;
	text-decoration: none;
	font-size : 100%;
	color:#FFFFFF;
	background-color: #EAEAED;	
}
#nav li { /* all list items */
	float: left;
	/*width: 150px;*/

}

#nav li ul { /* second-level lists */
	
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 200px;
	background-color: #EAEAED;
	margin-top: 0px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#nav li li a {
	left: -999em;
	width: 200px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 7px;
	padding-top: 5px;
	background-color: #F1AC45;
}

#navPatienten li li a {
	left: -999em;
	width: 200px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 7px;
	padding-top: 5px;
	background-color: #F1AC45;
}

#navVerwijzers li li a {
	left: -999em;
	width: 200px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 7px;
	padding-top: 5px;
	background-color: #30538B;
}

#navNieuws li li a {
	left: -999em;
	width: 200px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 7px;
	padding-top: 5px;
	background-color: #D82F50;
}

#navOver_ons li li a {
	left: -999em;
	width: 200px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 7px;
	padding-top: 5px;
	background-color: #C7C5A2;
}

#nav li li a:hover {
	left: -999em;
	width: 200px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 7px;
	padding-top: 5px;
	background-color: #C3B892;
	color: #161715;
}

#nav li ul ul{ /* third-level lists */
	
	position: absolute;
	background-color: #EAEAED;
	margin: -24px 0 0 200px; 
	width: 200px;
}

#nav li li li a {
	left: -999em;
	width: 200px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 7px;
	padding-top: 5px;
	background-color: #EAEAED;
}

#nav li li li a:hover {
	left: -999em;
	width: 200px;
	background-color: #C8C3C7;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 7px;
	padding-top: 5px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }

#nav li li.row  {
	background-color: #FFFFFF;
	display: block;
	height: 1px;
	width: 200px;
	margin-bottom: -15px;
}
