/*

	Copyright Peter de Wit, Zvvdewit.nl

*/

div.domMenu_menuBar {
}
div.domMenu_menuElement {
    vertical-align: middle;
	text-decoration: none; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-right: 9px;
}
div.domMenu_menuElementHover {
	color: #1250B2
}

div.domMenu_subMenuBar {
	border-top: 1px solid #213554;
	border-left: 1px solid #213554;
	border-right:1px solid #213554;
    background-color: #3E78D0;
    padding-bottom: 1px;
    opacity: .95;
    filter: alpha(opacity=95);
	color: white;
}

div.domMenu_subMenuBar A, div.domMenu_subMenuBar A:link, div.domMenu_subMenuBar A:visited,  {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
div.domMenu_subMenuBar A:hover {}

div.domMenu_subMenuElement {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10pt;
	border-bottom: 1px solid #213554;
    margin: 1px 1px 0 1px;
    color: white;
    padding: 1px 2px;
	font-weight: normal;
}
div.domMenu_subMenuElementHover {
    background-color: #8DA9D3;
	text-decoration: none;
/*	font-weight: bold;*/
}
div.domMenu_subMenuElementHover A, div.domMenu_subMenuElementHover A:link, div.domMenu_subMenuElementHover A:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

