/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */




/* Begin CSS Popout Menu */

#ddmenu{
	width:90%;
	float:right;
	margin-top: 52px;
}

#ddmenu a, #ddmenu h2{
	display:block;
	white-space:nowrap;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #204571;
	line-height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 0;
	padding-left: 3px;
	width: 100px;
	text-align: center;
}

#ddmenu h2{
	color:#214077;
	background-repeat: no-repeat;
	background-image: url(../images/whiteline2.jpg);
	height: 100%;

}

#ddmenu a{
text-decoration:none;
background-image: url(../images/whiteline2.jpg);
}

#ddmenu a, #ddmenu a:visited{
	color:#214077;
	
}

#ddmenu a:hover{
	background-color: #ffffff;
	color: #FF0000;
}

#ddmenu a:active{
color:#060;
}

#ddmenu ul{
list-style:none;
margin:0;
padding:0;
float:right;
width:9em;
}

#ddmenu li{
	position:relative;
	
	background-repeat: no-repeat;
}

#ddmenu ul ul{
	position:absolute;

	top:auto;
	display:none;

}

#ddmenu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#ddmenu h2:hover{
	background-image: url(../images/whiteline2.jpg);
	background-repeat: no-repeat;
	
	vertical-align: text-top;
}

div#ddmenu li:hover{
cursor:pointer;
z-index:100;
}

div#ddmenu li:hover ul ul,
div#ddmenu li li:hover ul ul,
div#ddmenu li li li:hover ul ul,
div#ddmenu li li li li:hover ul ul
{display:none;}

div#ddmenu li:hover ul,
div#ddmenu li li:hover ul,
div#ddmenu li li li:hover ul,
div#ddmenu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#ddmenu a.x, #ddmenu a.x:visited{
	font-weight:bold;
	color:#000000;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#ddmenu a.x:hover{
color:#a00;
}

#ddmenu a.x:active{
color:#a00;
}

/* End CSS Popout Menu */

