/*
-----------------------------------------------
Navigation
----------------------------------------------- */

/* navigation (horizontal subnavigation)
----------------------------------------------- */
#css-navigation { /*... */ clear: left;}
ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
  position:relative;

  max-width:100%;
  height:2.5em;
  }
ul.nav li {
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
}
ul.nav li ul {
	cursor:default;
	width:100%;
	max-width:100%;
	position:absolute;
	height:auto;
	top:2.5em;
	background-position:0 0 !important;
	left:-9000px;
}
ul.nav li ul li {
	padding:0;
	border:none;
	width:auto;
	max-width:none;

}
ul.nav li a {
	color:#fff;
	
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 1em;
	height:2.4em;
	line-height:2.5em;
-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;
-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;

}
ul.nav li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:2em;
	height:2em;
	font-weight:normal;
	color:#666;
	background-position:0 50% !important;
-moz-border-radius:0px;
-webkit-border-radius:0px;
}

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {color:#000; background:#ccc;}
ul.nav li a:active {color:#666; background:#fff;}
ul.nav li:hover ul {left:0;z-index:10}
ul.nav li ul,
ul.nav li {}
ul.nav li:hover ul li a {color:#444;}
ul.nav li:hover ul li a:hover {color:#000; background:#fff;}
ul.nav li:hover ul li a:active {color:#666; background:#fff;}

ul.nav li.current a {color:#666; background:#fff; cursor:default; font-weight:bold;}
ul.nav li.current ul {left:0;z-index:5}
ul.nav li.current ul,
ul.nav li.current {background:#ccc !important }
ul.nav li.current ul li a {color:#444; background:#ccc; font-weight:normal;}
ul.nav li.current ul li a:hover {color:#000; background:#fff;}
ul.nav li ul li.current a,
ul.nav li ul li.current a:hover,
ul.nav li.current:hover ul li a:active {color:#666; background:#fff;}


/* navigation (vertical subnavigation)
----------------------------------------------- */
ul.nav {
	background:#036;
	position:absolute;
	top:35px;
	z-index: 10;
		  

}
ul.main li {
  position:relative;
  top:0;
  left:0;
}
ul.main li ul {
  border-top:0;

}

ul.main li ul li:last-child {padding-bottom:5px; background:#E8ECF1; }
ul.main li ul li{ -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,.8); -moz-border-radius-bottomleft:5px; -moz-box-shadow: 0 5px 5px -3px rgba(0,0,0,.8);
-webkit-border-bottom-left-radius:5px;  box-shadow: 0 5px 5px -3px rgba(0,0,0,.8);}

ul.main li ul li {
  float:left;
}
ul.main li a {
	height:33px;
	line-height:33px;
	border:0;
	color:#fff;
	background:#036;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;

}
ul.main li ul li a {
	width:12em;
	line-height:22px;
	height:22px;
	text-align:left;
	color:#036;
	border-top:1px solid #fff;
	background:#E8ECF1;
	text-transform:none;
	letter-spacing:0;
padding:4px 20px 2px 10px;  font-weight: bold;

}
ul.main li ul.widerSub li a {width:14em;}
ul.main li a:focus {color:#fff;background:#036;}
ul.main li ul li a:hover {color:#036;background:#E8ECF1 ;border-color:#ccc;font-weight:bold;z-index: 10;}
ul.main li:hover a {color:#036;background:#E8ECF1 url(../images/interface/glass.png) ;}
ul.main li:hover ul li a {color:#036;}
ul.main li:hover ul li a:hover {color:#fff; background:#036;}
ul.main li:hover a:active {background:#E8ECF1;}
ul.main li:hover ul li a:active {color:#fff; background:#036;}

ul.main li.property_plus
{
position:none;
}
ul.main li.property_plus ul li
{
width:692px;
float:left;
/*background:#E8ECF1;*/
background:#E8ECF1;
}
ul.main li.property_plus ul li a
{
	line-height:22px;
	height:22px;
	text-align:left;
	color:#036;
	border:none;
background:#E8ECF1;
	text-transform:none;
	letter-spacing:0;
padding:4px 20px 2px 10px;  font-weight: bold;
}
ul.nav li.property_plus:hover ul {left:-50px;z-index:10}

ul.nav li.property_plus:hover ul#first
{
left:-50px
}
ul.nav li.property_plus:hover ul#second
{
left:80px;
}
ul.nav li.property_plus:hover ul#third
{
left:210px;
}
ul.nav li.property_plus:hover ul#fourth
{
left:390px;
}
ul.nav li.property_plus ul#first
{
list-style-type:none;
float:left;
width:100px;
float:left;
height:100px;
}
ul.nav li.property_plus ul#first p
{
background:#E8ECF1;
    color: #09C1AD;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 120px;
}
ul.nav li.property_plus ul#first li
{
background:none;width:100px;
float:none;
}
ul.nav li.property_plus ul#first li a
{
background:#E8ECF1;
width:100px;
}
ul.nav li.property_plus ul#first li a.hnone:hover
{
background:#E8ECF1;
}
ul.nav li.property_plus ul#second
{
list-style-type:none;
float:left;
width:100px;
float:left;
height:100px;
}
ul.nav li.property_plus ul#second p
{
background:#E8ECF1;
    color: #09C1AD;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 120px;
}
ul.nav li.property_plus ul#second li
{
background:none;width:100px;
float:none;
}
ul.nav li.property_plus ul#second li a
{
background:#E8ECF1;
width:100px;
}



ul.nav li.property_plus ul#third
{
list-style-type:none;
float:left;
width:150px;
float:left;
height:100px;
}
ul.nav li.property_plus ul#third p
{
background:#E8ECF1;
    color: #09C1AD;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 170px;
}
ul.nav li.property_plus ul#third li
{
background:none;width:150px;
float:none;
}
ul.nav li.property_plus ul#third li a
{
background:#E8ECF1;
width:150px;
}
ul.nav li.property_plus ul#first li a:hover {color:#fff; background:#036;}
ul.nav li.property_plus ul#second li a:hover {color:#fff; background:#036;}
ul.nav li.property_plus ul#third li a:hover {color:#fff; background:#036;}
ul.nav li.property_plus ul#fourth
{
list-style-type:none;
float:left;
width:100px;
float:left;
height:100px;
}
ul.nav li.property_plus ul#fourth p
{
background:#E8ECF1;
    color: #09C1AD;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 120px;
}
ul.nav li.property_plus ul#fourth li
{
background:none;width:340px;
float:none;
}
ul.nav li.property_plus ul#fourth li a
{
background:#E8ECF1;
width:140px;
height:118px;
}
ul.nav li.property_plus ul#fourth li a span
{
    background: none repeat scroll 0 0 #3792B3;
    bottom: 18px;
    left: 10px;
    padding-left: 10px;
    position: absolute;
    width: 140px;
}
ul.nav li.property_plus ul#fourth li a img
{
width:150px;
height:100px;
float:left;
}
ul.nav li.property_plus ul#fourth li a:hover {color:#fff; background:#036;}

