/* CSS Document */


#NavBarContainer{
	position:absolute;
	top:196px;
	z-index:4;
	width:100%;
	height:28px;
	background: rgba(159,6,9,1.00);
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
}
.NavBar{
	margin:0 auto;
	z-index:4;
	width:980px;
	height:28px;
}


.clear {clear:both}
/* remove the list style */
#Menu {
    margin:0 auto;
    padding:0;
    list-style:none;
}  
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #Menu li {
        float:left;
        display:block;
        width:2px;
        position:relative;
        z-index:500;
        margin:0 1px;
		text-align:center;
    }
         
    /* this is the parent menu */
    #Menu li a {
		display:block;
		padding:0px;
		color:#fff;
		font-family: 'Lustria', serif;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		height:28px;
		padding-top:3px;
    }
 
    #Menu li a:hover {
        color:#fff;
    }
     
    /* you can make a different style for default selected value */
    #Menu a.selected {
        color:#f00;
    }
     
        /* submenu, it's hidden by default */
        #Menu ul {
            position:absolute;
			z-index:500;
            left:0;
			top:28px;
            display:none;
            margin:0 0 0 0px;
            padding:0;
            list-style:none;
			background: rgba(159,6,9,1.00);/*background-color:#CC9933;#000000*/
			border:1px solid #000000;
			border-top:none;
			box-shadow: 2px 2px 3px #000;
        }
         
        #Menu ul li {
            width:100px;
			z-index:500;
            float:left;
            border-bottom:1px dotted #000000;
			text-align:left;
			padding:0px 0px 5px 10px;
        }
         
        /* display block will make the link fill the whole area of LI */
        #Menu ul a {
            display:block; 
            height:15px;
            padding: 8px 5px;
            color:#fff;
        }
         
        #Menu ul a:hover {
            text-decoration:none;
			color:#000; 
        }
 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file:) */
*html #Menu ul {
    margin:0 0 0 -2px;
}

/*	Vertical Collapsible Menu  */
#MemberBarContainer{
	position:relative;
	float:left;
	margin-top:40px;
	z-index:3;
	width:200px;
	background-color:#000000;
}
#MembersMenu, #MembersMenu ul
{
	list-style:none;
	width:200px;
	background:#000000;
	box-shadow: 0px 2px 4px #000;
}
#MembersMenu a
{
	background: rgba(159,6,9,.8);
	color:#ffffff;
	display:block;
	font-weight:bold;
	padding:2px 10px;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
#MembersMenu ul a
{
	background:#DDD2C5;
	color:#000;
	font-weight:normal;
	text-decoration: none;
}
#MembersMenu ul a:hover
{
	background: rgba(159,6,9,.3);
	text-decoration: none;
	color:#fff;
}


.UpperNavBar{
	position:absolute;
	z-index:4;
	width:450px;
	height:28px;
	bottom:7px;
	right:0px;
}
.NavHorizTop {
	width:100%;
}
.NavHorizTop th {
	display:none;
}
.NavHorizTop td {
	padding:0px;
	white-space:nowrap;
	text-align:center;
	height:28px;		
}
.NavHorizTop td a {
	display:block;
	padding:5px 4px 0px 4px;
	color:#000;
	background-color:#cccccc;
	/*border:1px solid black;*/
	border-radius:15px 15px 0px 0px;
	font-family: 'Lustria', serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	height:28px;

}
.NavHorizTop td a:hover {
	color:#FFFFFF;
	background-color:#000;
	/*border:1px solid black;*/
	font-family: 'Lustria', serif;
	text-decoration:none;
}
.NavHorizTop th {
	display:none;
}
.NavHorizTop .this a, .try2 .this a:hover {
	background:white;
}

.UpperNavBarLeft{
	position:absolute;
	z-index:4;
	width:200px;
	height:28px;
	bottom:7px;
	left:50px;
}
.NavHorizTopLeft {
	width:100%;
}
.NavHorizTopLeft th {
	display:none;
}
.NavHorizTopLeft td {
	padding:0px;
	white-space:nowrap;
	text-align:center;
	height:28px;		
}
.NavHorizTopLeft td a {
	display: block;
	padding: 5px 4px 0px 4px;
	color: #000000;
	background-color: #cccccc;
	/*border: 1px solid black;*/
	border-radius: 15px 15px 0px 0px;
	font-family: 'Lustria', serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
}
.NavHorizTopLeft td a:hover {
	color:#ccc;
	background-color:#000;
	border:1px solid black;
	font-family: 'Lustria', serif;
	text-decoration:none;
}
.NavHorizTopLeft th {
	display:none;
}
.NavHorizTopLeft .this a, .try2 .this a:hover {
	background:white;
}


.AssetsForSale a{
	display: block;
	text-decoration: none;
	cursor: hand;
	background-color: rgba(30,87,153,1.00);
	padding: 10px 0px;
}
.AssetsForSale a:link, .AssetsForSale a:visited {
   color: #FFF;
   background-color: rgba(30,87,153,1.00);
}
.AssetsForSale a:hover, .AssetsForSale a:active {
   color: #fff;
   background-color: rgba(30,87,153,.7);
}

.MemberSearch a{
	display: block;
	text-decoration: none;
	cursor:hand;
	background-color: rgba(125,185,232,1.00);
	padding:10px 0px;
}
.MemberSearch a:link, .MemberSearch a:visited {
   color: #FFF;
   background-color: rgba(125,185,232,1.00);
}
.MemberSearch a:hover, .MemberSearch a:active {
   color: #fff;
   background-color: rgba(30,87,153,.8);
}

.BankruptcySales a{
	display: block;
	text-decoration: none;
	cursor:hand;
	background-color: rgba(159, 6, 9, 1);
	padding:10px 0px;
}
.BankruptcySales a:link, .BankruptcySales a:visited {
   color: #FFF;
   background-color: rgba(159, 6, 9, 1);
}
.BankruptcySales a:hover, .BankruptcySales a:active {
   color: #fff;
   background-color: rgba(159, 6, 9, .5);
}

 
