/* DesignAway03 Containers - Update November 01 2005 -
Nina Meiers - dotnetnuke@xd.com.au */

.LinksDesignAwayTitle
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 1.25em;
    padding-left: 1px;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #990000;
   height: 16pt;
    text-align: left;
}

.LinksDesignAwayRow {
	background-color: #990000;
}

.LinksDesignAwayPix {
	background-color: #990000;
	/* background-image: url(XDPix/hyperlink_icon.png);*/
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	border-right: 1px, white;
}

.LinksDesignAwayBorder {
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

.LinksDesignAwayPane
{
    background-color: #ffffcd;
    color: #404040;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#LDA ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	width: 190px;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#LDA li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 190px;
	list-style-type: none;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#LDA a
{
    display: block;
    color: #993333;
    background-color: #ffffcd; /*		background-color: transparent;  */
    text-decoration: none;
    font-weight: bold;
    width: 190px;
    _width: 190px;
    margin: 0;
    padding: 4px 6px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#LDA a:hover
{
    background-color: #993333;
    color: #ffcc00;
}

/* Applied to first-level links */
#LDA ul a
{
}

/* Applied to second-level links */
#LDA ul ul a
{
	padding-left: 12px;
	background-color: #fed07b;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 132px;
	_width: 190px;
	/* end hack */
}

/* Applied to third-level links */
#LDA ul ul ul a
{
	padding-left: 18px;
	background-color: #fed07b;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 126px;
	_width: 190px;
	/* end hack */
}

/* Applied to fourth-level links */
#LDA ul ul ul ul a
{
	padding-left: 24px;
	background-color: #fed07b;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 120px;
	_width: 190px;
	/* end hack */
}

/* Applied to fifth-level links */
#LDA ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #fed07b;
	font-weight: normal;
	width: 138px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 114px;
	_width: 190px;
	/* end hack */
}

.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) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #660000;
	background-color: #fed07b;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}







