/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/sidemenus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.topmenu {
font-size:12px;
position:relative;
z-index:100;
height:34px;
margin:0;
padding:0;
}
/* remove all the bullets, borders and padding from the default list styling */
.topmenu ul {
padding:0;
margin:0;
list-style-type:none;
}
.topmenu ul ul {
width:160px;
}

/* MY CLASSSES TO CHANGE THE WIDTH OF THE TOP NAV BAR LINKS --- END --- 
---------------------------------------------------------- */


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.topmenu li {
float:left;
padding: 0;
margin: 0;
height:34px;
font-size:9px;
list-style-type:none;
/* text-indent:-999em; */


}

.topmenu li.home a {
	width: 54px;
	padding: 0;
	margin: 0 0 0 10px;
background:#333 url(../images/home.gif) no-repeat left top;
}

.topmenu li.scheme a {
	width: 76px;
	padding: 0;
	margin: 0 0 0 10px;
background:#333 url(../images/theScheme.gif) no-repeat left top;
}

.topmenu li.location a {
	width: 59px;
	padding: 0;
	margin: 0 0 0 10px;
background:#333 url(../images/location.gif) no-repeat left top;
}

.topmenu li.stats a {
	width: 39px;
	padding: 0;
	margin: 0 0 0 10px;
background:#333 url(../images/stats.gif) no-repeat left top;
}

.topmenu li.leasing a {
	width: 134px;
	padding: 0;
	margin: 0 0 0 10px;
background:#333 url(../images/leasing.gif) no-repeat left top;
}

.topmenu li.news a {
	width: 42px;
	padding: 0;
	margin: 0 0 0 10px;
background:#333 url(../images/news.gif) no-repeat left top;
}

.topmenu li.contact a {
	width: 55px;
	padding: 0;
	margin: 0 0 0 10px;
background:#333 url(../images/contacts.gif) no-repeat left top;
}

.topmenu li.home:hover > a {background:#fff url(../images/home_f2.gif) no-repeat left top;height:34px;}
.topmenu li.scheme:hover > a {background:#fff url(../images/theScheme_f2.gif) no-repeat left top;height:34px;}
.topmenu li.location:hover > a {background:#fff url(../images/location_f2.gif) no-repeat left top;height:34px;}
.topmenu li.stats:hover > a {background:#fff url(../images/stats_f2.gif) no-repeat left top;height:34px;}
.topmenu li.leasing:hover > a {background:#fff url(../images/leasing_f2.gif) no-repeat left top;height:34px;}
.topmenu li.news:hover > a {background:#fff url(../images/news_f2.gif) no-repeat left top;height:34px;}
.topmenu li.contact:hover > a {background:#fff url(../images/contacts_f2.gif) no-repeat left top;height:34px;}

.topmenu li li {
border-left:1px solid #f29400;
border-top:1px solid #f29400;
border-right:1px solid #f29400;
padding: 0;
background:none;
}


/* style the links for the top level */
.topmenu a, .topmenu a:visited {
display:block;
text-decoration:none; 
color:#333; 
/*width:139px;*/ 
height:34px; 
border-width:0; 
padding:0;
margin: 0;
}

/* a hack so that IE5.5 faulty box model is corrected 
* html .topmenu a, * html .topmenu a:visited {
width:150px;
w\idth:139px;
}*/

/* style the second level background */
.topmenu ul ul a.drop, .topmenu ul ul a.drop:visited {
background:#F08A00;

}
/* style the second level hover */
.topmenu ul ul a.drop:hover{
background:#004982;
}


.topmenu ul ul :hover > a.drop {

}
/* style the third level background */
.topmenu ul ul ul a, .topmenu ul ul ul a:visited {
width:149px;
background:#f9a330;
}
/* style the third level hover */
.topmenu ul ul ul a:hover {
width:149px;
background:#004982;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.topmenu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:24px;
left:0px; 
}
/* another hack for IE5.5 */
* html .topmenu ul ul {
top:24px;
t\op:25px;
}

/* position the third level flyout menu */
.topmenu ul ul ul{
left:175px; 
top:0;
}
/* position the third level flyout menu for a left flyout */
.topmenu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - requi#004982 for IE to work */
.topmenu table {position:absolute; top:0; left:0;}

/* style the second level links */
.topmenu ul ul a, .topmenu ul ul a:visited {
background:#F08A00; 
color:#f29400; 
height:14px; 
line-height:0.85em; 
padding:5px 10px;
/* yet another hack for IE5.5 */
}
* html .topmenu ul ul a{
width:150px;
w\idth:149px;
}


/* style the top level hover */
.topmenu a:hover, .topmenu ul ul a:hover{
color:#ff6699; 
background:none;
padding:0;
margin: 0;
}
.topmenu :hover > a, .topmenu ul ul :hover > a {
color:#ff6699;
background:none;
padding:0;
margin: 0;
}

.topmenu ul ul a:hover, .topmenu ul ul a:hover{
color:#ff6699; 
background:#004982;
padding:0;
margin: 0;
}
.topmenu ul ul :hover > a, .topmenu ul ul :hover > a {
color:#ff6699;
background:#004982;
padding:0;
margin: 0;
}


/* make the second level visible when hover on first level list OR link */
.topmenu ul li:hover ul,
.topmenu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.topmenu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.topmenu ul :hover ul :hover ul{ 
visibility:visible;
}