/*--------------------------------------------------------------------------------------------*/
/*MENU STYLES*/
/*--------------------------------------------------------------------------------------------*/

#leftmenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
	text-decoration: none;
	font-weight:bold;
	letter-spacing:0px;
	text-transform:uppercase;
}

#leftmenu ul {
	margin: 0px 0px 0px 7px;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
}

#leftmenu ul li {
	position: relative;
	margin-bottom:3px;
}

#leftmenu li ul {
	position: absolute;
	left: 173px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index:3;
}


#leftmenu ul li ul li {
	margin:0px;
	width:180px;
}

/* Styles for Menu Items */
#leftmenu ul li a {
	display: block;
	width:170px;
	line-height:16px;
	text-decoration: none;
	color: #ffffff;
	background: #557E55;
	padding: 5px;
	border-bottom: 0;
	border-bottom:1px solid black;
}

#nav a.propsearch {
	color: #FFFFFF;
	/*background: #D3E6D2;*/
	background: #C4151C;
}


#leftmenu a:hover {
	background-color: #C4151C;
}

#leftmenu li ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #557E55; /* IE6 Bug */
	padding: 5px;
	border-bottom: 0;
	border-bottom:1px solid black;
	border-left:3px solid #9DBF9C;
	margin-left:0px;
}

/* Holly Hack. IE Requirement \*/
* html #leftmenu ul li { float: left; height: 1%; }
* html #leftmenu ul li a { height: 1%; }
/* End */

#leftmenu li:hover ul, #leftmenu li.over ul { display: block; } /* The magic */

/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------*/
/*MENU STYLES*/
/*--------------------------------------------------------------------------------------------*/

#googlesearch {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
	text-decoration: none;
	font-weight:bold;
	letter-spacing:0px;
	position: absolute;
	top: 300px;
	left: 7px;
	width:180px;
	margin:0;
	background:#fff;
	padding:0px;
	padding: expression('0 0 9px 0');
}

#googlesearch ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#googlesearch ul li a {	
	background:#C4151C url(stat/bg_searchbox.gif) no-repeat right top;
}

#googlesearch li ul {	
	position: absolute;
	left: 183px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}


#googlesearch ul li ul li {
	margin:0;
	width:178px;
}

/* Styles for Menu Items */
#googlesearch ul li a {
	display: block;
	height:15px;
	height: ('20px');
	text-decoration: none;
	color: #ffffff;	
	padding: 7px 5px 5px 5px;
	
	border-bottom: 0;
	border-bottom:1px solid black;
}

#keywordsearch a.propsearch {
	color: #FFFFFF;
	background: #C4151C;
}

#googlesearch li ul li,
#googlesearch li ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #557E55; /* IE6 Bug */
	padding: 5px;
	border-bottom: 0;
	border-bottom:1px solid black;
	border-left:3px solid #9DBF9C;
	margin-left:0px;
	font-weight:normal;
	line-height:1.2;
	border: 1px solid #fff;
}

/* Holly Hack. IE Requirement \*/
* html #googlesearch ul li { float: left; height: 1%; }
* html #googlesearch ul li a { height: 1%; }
/* End */

#googlesearch li:hover ul, #googlesearch li.over ul { display: block; } /* The magic */

/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/

