/* CSS Document */
@media screen
{
#navtop{
	width: 220px;
	height: 32px;
	line-height:32px;
	text-align: center;
	display: inline;
	background: url(../images/webmenu_top.jpg);
	position: fixed;
	}
div#menuSite{
	display:none;
	text-align:left;
	padding:5px;
	background: url(../images/webmenu_bottom.jpg) repeat-y;
	border: solid #000000 2px;
	border-top:none;
	}
div#menuProperty{
	display:none;
	text-align:left;
	line-height:32px;
	padding:5px;
	background:url(../images/webmenu_bottom.jpg) repeat-y;
	position:absolute;
	left:218px;
	top:35px;
	font-size:1em;
	width:200px;
	border:solid #000000 2px;
	}
div#menuEmployee{
	display:none;
	padding:5px;
	background:url(../images/webmenu_bottom.jpg) repeat-y;
	position:absolute;
	left:218px;
	top:190px;
	width:200px;
	font-size:1em;
	border:solid #000000 2px;
	}
div#menuSearch{
	display:none;
	padding:5px;
	background:#D7CAA1 url(../images/webmenu_bottom.jpg) repeat-y;
	position:absolute;
	left:218px;
	top:230px;
	width:200px;
	font-size:0.8em;
	border:solid #000000 2px;
	text-align:center;
	line-height:32px;
	}
div#menuSite a:hover, div#menuProperty a:hover, div#menuEmployee a:hover{
	background-color:#9EB483;
	}
#navtop a{
	font-variant:small-caps;
	text-decoration:none;
	color:#C42C3E;
	font-size:0.8em;
	font-weight:bold;
	display:block;
	}
#navtop img{
	clear:both;
	float:right;
	}
#siteMenuButton{
	color:#FFFFFF;
	font-size:1.2em;
	}
#menuSite a.expandable{
	background: url(../images/expansion_arrow.gif) right no-repeat;
	}
#navtop a:hover{
	color:#000000;
	}
#container{
	padding:37px 0 0 0;
	}
}