/* table styles 
*****************************************************************/
table.topnavDHTML {
	border-collapse : collapse;
	border : 1px solid #0963A4;
	position : absolute;
	background : #D0EBFF url(/app_templates/images/nav_bg_2.gif) 0 0 repeat-x;
	top : 0;
	left : 0;
	display : none;
	margin : 0;
	padding : 0;
	z-index : 1;
}

/* set menu width
*****************************************************************/
table.topnavDHTML,
table.topnavDHTML td,
* html table.topnavDHTML a,
* html table.topnavDHTML a:active,
* html table.topnavDHTML a:visited,
* html table.topnavDHTML a:hover {
	width : 150px;
}

/* cell styles
*****************************************************************/
table.topnavDHTML td {
	margin : 0;
	padding : 0;
	/*border : 1px solid #0963A4;*/
}

/* link styles
*****************************************************************/
table.topnavDHTML a,
table.topnavDHTML a:active,
table.topnavDHTML a:visited,
table.topnavDHTML a:hover {
	font-size : 0.6em;
	font-weight : normal;
	text-decoration : none;
	width : auto;
	display : block;
	padding : 0.35em 7px;
	color : #0963A4;
	text-decoration : none;	
	/*background : #D0EBFF url(/app_templates/images/nav_bg.gif) 0 0 repeat-x;*/
}
table.topnavDHTML a:hover {
	text-decoration: none;
	color : white;
	background-color : #65A0D8;
	background : #D0EBFF url(/app_templates/images/nav_bg.gif) 0 -100px repeat-x;
}