	h2.menu_hd { display:block;
	background-color: #a3aeba;
	color: #000; 
	font-size: 12px; 
	text-align:center;
	margin-left: 0px;
	width:100%; 
	height:16px;
	font-weight:bold; 
	border-bottom: 1px solid #C8BA92;
	border-right: 1px solid #C8BA92;
	margin-bottom:0px;
	margin-top:0px;
	border: 0px solid #ff0000;
	 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom-width: 1px;
font-family: "Arial", "Verdana", "Tahoma";
font-size: 11px;
font-weight: bold;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffffff;
background: #c1d0e6;
width: 150px; /* default width for menu */
padding-left: .03em;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

.anylinkcss ul{
margin: 0;
padding: 1px 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 5px;
/* border-bottom: 1px solid #efefef; */
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
border: 1px solid #c1d0e6;
}
.anylink ul li a:active{
color: black;
font-family: "Arial", "Verdana", "Tahoma";
font-size: 11px;
font-weight: bold;
text-decoration: none;
border: 1px solid #565656;
}

.anylinkcss a:hover{ /*hover background color*/
background: #5d95d2;
color: white;
text-decoration: none;
padding: 1px 0;
text-indent: 5px;
font-family: "Arial", "Verdana", "Tahoma";
font-size: 11px;
font-weight: bold;
border: 1px #000000 solid;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}
.anylinkcss a em {display:block; float:left; width:16px; height:16px; padding-right:5px;}
.anylinkcss a em.arrow2 {background: url('../menuimages/arrow-up.gif') no-repeat left center;}
.anylinkcss a em.camera {background: url('../images/camera.gif') no-repeat left center;}
.anylinkcss a em.site {background:url('../menuimages/site.gif') no-repeat left center;}
.anylinkcss a em.ext { background:url('../menuimages/external_link.png') no-repeat left center;}
.anylinkcss a em.flag {background:url('../menuimages/us_flag_icon2.gif') no-repeat left center;}
.anylinkcss a em.land {background: url('../menuimages/land.gif') no-repeat left center;}
.anylinkcss a em.map {background: url('../images/map.gif') no-repeat left center;}
.anylinkcss a em.mls {background: url('../menuimages/mls.gif') no-repeat left center;}
.anylinkcss a em.mobile {background: url('../menuimages/mobile.gif') no-repeat left center;}
.anylinkcss a em.multi {background: url('../menuimages/multi.jpg') no-repeat left center;}
.anylinkcss a em.page {background: url('../menuimages/page.ico') no-repeat left center;}
.anylinkcss a em.pdf {background: url('../menuimages/pdficon_small.gif') no-repeat left center;}
.anylinkcss a em.repo {background: url('../menuimages/home-icon.gif') no-repeat left center;}
.anylinkcss a em.spacer {background: url('../images/spacer.gif') no-repeat left center;}
.anylinkcss a em.wright {background: url('../menuimages/wright.gif') no-repeat left center;}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcss:hover span {display:block;
position:absolute;
top:0px;
left:450px;	
width:300px; 
border: 2px outset #fff;
padding:2px 9px 2px 9px;
font: bold 7px arial;
color: #000080;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#AECBFD, endColorstr=#ffffff); 
font-style:normal; 
font-variant:normal; 
font-weight:normal;
}
.anylinkcsscols{
position: absolute;
left: 0;
top: 100px;
visibility: hidden;
border: 1px solid #000;
padding: 10px;
font: normal 12px Arial;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background-color: #fff;
background-color: #c1c9d0;
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7; 
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

.anylinkcsscols .column{
width: 150px;
float: left;
/* margin-left: 5px;*/
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}
a.anylinkcsscols:link  { color: #0000FF; text-decoration: underline;} 
.anylinkcsscols li{
padding-bottom: 3px;
}

.anylinkcsscols ul li a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
/* border-bottom: 1px solid #efefef; */
border: 1px #f9f9f9 solid;
border: 1px #c1c9d0 solid; /* pop out borders */
padding: 0px 0;
text-decoration: none;
font: normal 100% Arial Unicode MS, sans serif;
text-indent: 5px;
-webkit-border-radius: 8px;  
 -moz-border-radius: 8px;  
 border-radius: 8px; 
}

.anylinkcsscols li a:hover{ /*hover background color*/
background: DeepPink;
background: #778899;
color: #fff;
text-decoration: none;
border: 1px black solid;
-webkit-border-radius: 8px;  
 -moz-border-radius: 8px;  
 border-radius: 8px; 
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
color: #0000FF;
background: #c1d0e6;
padding: 0 5px 0 5px;
-webkit-border-radius: 8px;  
 -moz-border-radius: 8px;  
 border-radius: 8px; 
}
a.myclass:link       { color: #0000FF; text-decoration: underline;} 
a.myclass:visited      { color: #0000FF; text-decoration: none;}
a.myclass:hover { color: #0000FF; text-decoration: underline;}
a.myclass:active     { color: #0000FF;text-decoration: none;}

.menu-header {background: #778899;
background: teal;
color: gold;
height: 12px;
margin-bottom: 5px;
border: gold 1px solid;
padding: 5px 5px;
text-align: center;
-webkit-border-radius: 8px;  
 -moz-border-radius: 8px;  
 border-radius: 8px; 
} 

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}
/* ######### Default class for drop down menus ######### */
.urbangreymenu{
clear: all;
width: 150px; /*width of menu*/
text-align: left; 
margin-left: 0px;
}

.urbangreymenu .headerbar{
font: bold 13px Arial;
color: #000;
width: 150px;
background: #cdcdcd;
background: #e3e3e3;
background: url(../menuimages/newmenu.jpg) center top; /* none */;
margin-top: 0px;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
/* text-indent: 10px; */
padding: 6px 0 6px 0; /* 31px is left indentation of header text*/
text-align: center;
border-bottom: 1px gray solid;
-webkit-border-radius: 8px;  
 -moz-border-radius: 8px;  
 border-radius: 8px; 
}

.urbangreymenu .topbar{
font: bold 12px Arial;
color: #fff;
width: 148px;
background: #4682B4;
background: url(../menuimages/win-mail0.gif) center top; /* none */;
margin-top: 0px;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
/* text-indent: 10px; */
padding: 5px 0 7px 0; /* 31px is left indentation of header text*/
text-align: center;
border-bottom: 1px gray solid;
-webkit-border-radius: 8px;  
 -moz-border-radius: 8px;  
 border-radius: 8px; 
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 11px Arial;
color: black;
position: relative;
background: #8cb9c1;
background: #fff;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
border: 1px gray solid;
-webkit-border-radius: 8px;  
 -moz-border-radius: 8px;  
 border-radius: 8px; 
}

.urbangreymenu ul li a:visited{
color: black;
text-decoration: none;
}

.urbangreymenu ul li a:hover, .urbangreymenu ul li a.selectedanchor{ /*hover state CSS*/
color: #fff;
background: #59868e;
background:#778899;
border: 1px gray solid;
-webkit-border-radius: 8px;  
 -moz-border-radius: 8px;  
 border-radius: 8px; 
}
.urbangreymenu .current {
background: #eee; color: lightgray;
}
.urbangreymenu a span {
    display: none;	
}   

.urbangreymenu a:hover {
    list-style-type: disc;
    text-decoration: none;
}
.urbangreymenu a:hover span {
   position: relative;	
   
}    

.urbangreymenu a:hover span {
	z-index: 200;
	display: block;
	position: relative;
    border: solid 1px black;
    background: #7FFFD4;
    background: lightyellow;
    width: 250px;
    color: #000000;
	border: 1px solid #C4D5E3;
	border: 1px solid #466680;
	padding:5px 9px 5px 9px;
    display: block;
    position: absolute;
    line-height: 12px;
    text-align:justify;
    top: 0px;
    left: 150px;
      
/*
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
                  startColorstr=yellow, endColorstr=lime)
                  progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135)/*alpha(opacity=85);-moz-opacity:.85;opacity:.85;*/
*/                  
font-size:10px;
font-family:Verdana,Geneva,sans-serif;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 	-moz-box-shadow: 7px 7px 7px #BBBBBB;
	-webkit-box-shadow: 7px 7px 7px #BBBBBB;
	box-shadow:7px 7px 7px darkgray;
}
.pro_linedrop a:link {text-decoration: none;}
.pro_linedrop a:visited {text-decoration: none;}
.pro_linedrop a:hover {text-decoration: none;}
.pro_linedrop a:active {text-decoration: none;}

.pro_linedrop {
height:30px;
width:977px;
background:url(../menuimages/pro_line_0.gif) center center; /* none */
position:inherit;
position: absolute;
top: 200px;
text-align: center;
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:800;
text-decoration: none;
}

.pro_linedrop .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.pro_linedrop li {
float:left;
background:url(../menuimages/pro_line_0.gif) center center ; /* none */
padding-top:0px;
}

.pro_linedrop .select a {
display:block; 
height:30px; 
float:left; 
background: url(../menuimages/pro_line_0.gif) center center; 
padding:0 24px 0px 12px; 
text-decoration:none; 
line-height:28px; 
white-space:nowrap; 
color:#fff; 
}

.pro_linedrop .select li.line a {color:#fff;}

.pro_linedrop .select a b {
display:block; 
padding:0 0px 0px 8px; 
background:url(../menuimages/pro_line_0.gif)center center; /* menu pre-hover right top */
padding-top:1px;
}
.pro_linedrop .select a:hover, 
.pro_linedrop .select li:hover a {
background: url(../menuimages/pro_line_2.jpg) left center; /* none */
padding:0 0px 0 12px;
line-height:32px; /* 28 */
cursor:pointer; 
color:#fff; 
}

.pro_linedrop .select li.line a:hover, 
.pro_linedrop .select li.line:hover a {
color:#fffff0;
}

.pro_linedrop .select a:hover b, 
.pro_linedrop .select li:hover a b {
display:block;
padding:0 24px 0px 8px; 
background:url(../menuimages/pro_line_2.jpg) right center; /* right top */
line-height: 30px; /* no entry */
cursor:pointer; 
}
.pro_linedrop li.current a {padding:0 0px 0 12px;line-height: 32px; color:#fff; text-decoration:none; background:url(../menuimages/pro_line_1.gif) left center; }
.pro_linedrop li.current a b {padding:0 24px 0px 8px; line-height: 30px; color:#fff; background:url(../menuimages/pro_line_1.gif) right center;}

.pro_linedrop .sub {
display:none;
}
.pro_linedrop ul ul {display:none;}

/* IE6 only */
.pro_linedrop table {
; 
margin:0px; 
font-size:1em; 
width:0; 
height:0;
text-decoration: none;
}

.pro_linedrop .sub {
margin:0; 
padding:0;
list-style:none;
}
.pro_linedrop .sub {padding:0 0 0px 0; margin:0; list-style:none; font: 10px verdana, sans-serif; border:0px solid #000; border-color:#aaa #565656 #565656 #aaa; border-width:1px 1px 1px 1px; background:#fff; position:relative; z-index:200;}

.pro_linedrop .sub li {background:transparent;} /* yellow menu portion only */ 

.pro_linedrop .select :hover .sub {
height:18px;
display:block; 
position:absolute;
float:left;
/*width:976px;*/
top:30px; 
left:0;
text-align:center;
background:transparent url(../menuimages/top_bar.gif); height: 20px; width: 974px; /* entire second bar */
/*border-top:2px solid transparent;*/
}

.pro_linedrop .select :hover .rt li
}

.pro_linedrop .select :hover .sub li a 
{display:block; height:20px; line-height:20px; float:left; background:transparent url(../menuimages/spacer.gif); padding:0 10px; margin:0; white-space:nowrap; color:#800000;font-size:10px;}

.pro_linedrop .select :hover .sub li.subline a {color:#565656;} /* main drop color */

.pro_linedrop .select :hover .sub li a:hover,
.pro_linedrop .select :hover .sub li:hover
{color:#000; background-color: lightblue; line-height:20px; position:relative;}
.pro_linedrop .select :hover .sub li:hover > a {color:#000;}

.pro_linedrop .select :hover .sub :hover ul {padding:0; margin:0; list-style:none; display:block; width:150px; position:absolute; left:-1px; top:20px; border:0px solid #000; border-color:#aaa #565656 #565656 #aaa; border-width:1px 1px 1px 1px; border-top:0; background:#fff;}

.pro_linedrop .select :hover .sub :hover ul li a {width:130px; text-align:left; height:20px; line-height:18px;}
.pro_linedrop .select :hover .sub :hover ul li a:hover {line-height:18px;}

.pro_linedrop .select :hover .sub li.subline a em {display:block; float:left; width:10px; height:20px;}
.pro_linedrop .select :hover .sub li.subline a em.arrow {background:url(../menuimages/arrow_black_7x4.gif) no-repeat center left;}
.backbar {background:url(../menuimages/bar_silver.gif) center center; height: 20px; width: 977px";}
.pro_linedrop .select :hover .sub :hover ul li a:hover {line-height:20px;}
.pro_linedrop .select :hover .sub li.subline a em {display:block; float:left; width:10px; height:18px;}
.pro_linedrop .select :hover .sub li.subline a em.arrow {background:url(../menuimages/arrow_black_7x4.gif) no-repeat center left;}
