/* ==========================
    CSS STYLES FOR DNN MENU
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HMenuH, #HMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 9;
}

#HMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HMenuH li li { /* all items under the top level */
	z-index: 8;
}

#HMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 7;
}

#HMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HMenuH li:hover ul ul, 
#HMenuH li:hover ul ul ul, 
#HMenuH li.sfhover ul ul, 
#HMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#HMenuH li:hover ul, 
#HMenuH li li:hover ul, 
#HMenuH li li li:hover ul, 
#HMenuH li.sfhover ul, 
#HMenuH li li.sfhover ul, 
#HMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9;
}

#HMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

.menuBegin
{
    padding-left:4px;
}
#HMenuCurrentLink a,#HMenuCurrentLink:hover,#HMenuCurrentLink li a:hover
{
    background: url(images/impress_18.gif) repeat-x top left;
}
#HMenuH a:hover
{
    background: url(images/impress_18.gif) repeat-x top left;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HMenuH, #HMenuH ul { /* all submenu lists */
	width: 100%;
	background-color: transparent;
	height: 20px;
    padding-bottom:0px;
}

#HMenuH li { /* all list items */
	height: 25px;
	padding:0px 0px 0px 0px;
	display:block;
}



#HMenuH a { /* all links within the menu wrapper */
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; /*#D3D3D3; */
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 11px;
	padding-right: 10px;
    line-height:25px;
    height: 25px;
}

#HMenuH a:hover { /* all links within the menu wrapper */
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; /*#D3D3D3; */
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 11px;
	padding-right: 10px;
	line-height:25px;
	height: 25px;
}

a#HMenuCurrentLink
{ 
    cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; /*#D3D3D3; */
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 11px;
	padding-right: 10px;
	/* background-image: url(images/impress_18.gif);*/
	line-height:25px;
	height: 25px;
}


#HMenuH li a:hover {
	cursor: pointer; 
	cursor: hand; 
	color: #D3D3D3; /*#D3D3D3; */
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 11px;
	padding-right: 10px;
	/*background-image: url(images/impress_15.gif);*/
	line-height:25px;
	height: 25px;
	text-decoration:none;
}



#HMenuH li ul { /* second-level lists */
	width: 290px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:solid 1px #999;
	/*border-top:0px;*/
	border-bottom:solid 1px #777;
	border-right:solid 1px #777;
	margin: 0;
	margin-top:0px;
	line-height: 20px;
	height:auto;
	padding:0 0px 0 0px;
	text-align:left;
	background-color:#fff;
}

#HMenuH li li { /* all items under the top level */
	height:20;	
	/*_height: 100%; hack for MacIE5 to ignore, while other browsers use \*/
	height: 20px;
	/* end hack */
	margin: 0;
	text-align:left;
	padding:0 0px 0 0px;
	width:290px;
}
#HMenuH li li:hover { /* all items under the top level */
	height:20;	
	/* hack for MacIE5 to ignore, while other browsers use \*/
	/* end hack */
	padding:0 0px 0 0px;
	margin: 0;
	text-align:left;
}


a#HMenuH li li { /* all item links under the top level */
	padding: 0 0 0 0px;
	height:20px;
	margin: 0;
	text-align:left;
}

a:hover#HMenuH li li {
	color: #000;
	padding: 0 0 0 0px;
	height:20px;
	margin: 0;
	text-align:left;
}
#HMenuH li li a { /* all item links under the top level */
	padding: 0 0 0 4px;
	line-height: 20px;
	height:20px;
	margin: 0;
	text-align:left;
	color: #999; /*#D3D3D3; */
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: #eee;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#HMenuH li li a:hover {
	color: #ccc;
	padding: 0 0 0 4px;
	line-height: 20px;
	height:20px;
	margin: 0;
	text-align:left;
	text-decoration:none;
}
.menuBegin
{
    padding-left:4px;
}
#houseMenuCurrentLink a,#houseMenuCurrentLink:hover,#houseMenuCurrentLink li a:hover
{
   /* background: url(images/impress_18.gif) repeat-x top left;*/
}
#HMenuH a:hover
{
   /* background: url(images/impress_18.gif) repeat-x top left;*/
}