/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	list-style-type: none;
	width: 134px;
	
}

#dnn_ctr751_ContentPane
{
	
	
}


/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	width: 158px;
    margin-right: 0px;
}

#houseMenuVstatic li li
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	width: 158px;
}

#houseMenuVstatic li li li
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	width: 158px;
}

#houseMenuVstatic li li li li
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	width: 158px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	display: block;
	padding: 5px 0 7px 10px;
	background: url(bullet2.gif) left no-repeat;
	text-decoration: none;
	border-bottom: dotted 1px Gray;
	width: 158px;
	
	margin: 0;
	color: #4d4d4d;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	color: #d20000;
	text-decoration:underline;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
	margin-left:10px;
	background: url(bullet.gif) left no-repeat;
	border-bottom: dotted 1px Gray;
	width:148px;
	color: #4d4d4d;
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	margin-right:20px;
	background: url(bullet.gif) right no-repeat;
	border-bottom: dotted 1px Gray;
	width:138px;
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	margin-right:30px;
	background: url(bullet.gif) right no-repeat;
	border-bottom: dotted 1px Gray;
	width:128px;
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	margin-right:40px;
	background: url(bullet.gif) right no-repeat;
	border-bottom: dotted 1px Gray;
	width:118px;
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	margin-right:0px;
	background: url(bullet.gif) right no-repeat;
	border-bottom: dotted 1px Gray;
	width:108px;
}

.ArrowPointer
{
	cursor: default;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #d20000;
	font-weight:bold;
	background: url(bullet-red.gif) right no-repeat;
}


