/* GENERIC */
/*
H1  {
font-weight:bold;
font-size:15pt;
color:#434343;
font-style:italic;
font-family: tahoma;
}

H2  {
font-weight:bold;
font-size:13px;
color:#434343;
font-family: tahoma;
}*/
.breakthroughlinks p
{
margin:0px;
padding:0px;
font-size:9px;
line-height:12px;
color:#777;
margin-top:2px;
font-style:italic;
}
.breakthroughlinks a
{
margin:0px;
padding:0px;
font-size:11px;
line-height:15px;
}
.breakthroughlinks a:hover
{
text-decoration:underline;
}
.breakthroughlinks
{
margin:5px;
padding:5px;
font-size:11px;
line-height:17px;
border:solid 1px #666;
}
/* ==========================
    CSS STYLES FOR DNN MENU
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#bcMenuH, #bcMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 9;
}

#bcMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li li { /* all items under the top level */
	z-index: 8;
}

#bcMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#bcMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 7;
}

#bcMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li:hover ul ul, 
#bcMenuH li:hover ul ul ul, 
#bcMenuH li.sfhover ul ul, 
#bcMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#bcMenuH li:hover ul, 
#bcMenuH li li:hover ul, 
#bcMenuH li li li:hover ul, 
#bcMenuH li.sfhover ul, 
#bcMenuH li li.sfhover ul, 
#bcMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9;
}

#bcMenuH 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;
}
#bcMenuCurrentLink a,#bcMenuCurrentLink:hover,#bcMenuCurrentLink li a:hover
{
    background: url(images/impress_18.gif) repeat-x top left;
}
#bcMenuH a:hover
{
    background: url(images/impress_18.gif) repeat-x top left;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#bcMenuH, #bcMenuH ul { /* all submenu lists */
	width: 100%;
	background-color: transparent;
	height: 20px;
	white-space:nowrap;
    overflow:visible;
    padding-bottom:0px;
}

#bcMenuH li { /* all list items */
	height: 25px;
	padding:0px 0px 0px 0px;
	display:block;
}

#bcMenuH 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: 7px;
	padding-right: 8px;
    line-height:25px;
    height: 25px;
}

#bcMenuH 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: 7px;
	padding-right: 8px;
	line-height:25px;
	height: 25px;
}

a#bcMenuCurrentLink
{ 
    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: 7px;
	padding-right: 8px;
	/* background-image: url(images/impress_18.gif);*/
	line-height:25px;
	height: 25px;
}


#bcMenuH 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: 7px;
	padding-right: 8px;
	/*background-image: url(images/impress_15.gif);*/
	line-height:25px;
	height: 25px;
	text-decoration:none;
}



#bcMenuH 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;
}

#bcMenuH li li { /* all items under the top level */
	height:20;	
	line-height: 20px;
	/*_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;
}
#bcMenuH li li:hover { /* all items under the top level */
	height:20;	
	line-height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	/* end hack */
	padding:0 0px 0 0px;
	margin: 0;
	text-align:left;
}


a#bcMenuH li li { /* all item links under the top level */
	padding: 0 0 0 0px;
	height:20px;
	line-height: 20px;
	margin: 0;
	text-align:left;
}

a:hover#bcMenuH li li {
	color: #000;
	padding: 0 0 0 0px;
	height:20px;
	line-height: 20px;
	margin: 0;
	text-align:left;
}
#bcMenuH li li a { /* all item links under the top level */
	padding: 0 0 0 4px;
	height:20px;
	line-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;
}

#bcMenuH li li a:hover {
	color: #fff;
	padding: 0 0 0 4px;
	height:20px;
	line-height: 20px;
	margin: 0;
	text-align:left;
	text-decoration:none;
}
.menuBegin
{
    padding-left:4px;
}
#bcMenuCurrentLink a,#bcMenuCurrentLink:hover,#bcMenuCurrentLink li a:hover
{
   /* background: url(images/impress_18.gif) repeat-x top left;*/
}
#bcMenuH a:hover
{
   /* background: url(images/impress_18.gif) repeat-x top left;*/
}