@charset "utf-8";

/* For Menu Testing Only width was 130 en 132 */
/* start menus with class "box_grey_top" and end with "box_grey_bot" */

/* body, html{margin:0;padding:0;} */
/* body{height:764px;} */
.hand{cursor:pointer;}
.help{cursor:help;}

/* CSS Popout Menu */

#menu{
	position:relative;
	top:0px;
	left:0px;
	background:#fff;
	padding:0px;
	z-index:20;
	width:149px; 
}

#menu a, #menu h2{
	display:block;
/*	font:bold 11px/16px arial,helvetica,sans-serif; */
	font:normal small-caps bold 12px/16px arial,helvetica,sans-serif;
/*	border-top:1px solid #ccc; */
/*	border-left:1px solid #bbb; */
/*	border-right:1px solid #888; */
/*	border-bottom:1px solid #555; */
	white-space:nowrap;
	width:149px;
}

#menu a{
	background:#edeef6 url(/_images/tile-silver-3.jpg) repeat-x;
	text-indent:20px;
	text-decoration:none;
}

#menu a, #menu a:visited{
	color:#494c59;
}

#menu a:hover{
	color:#000;
	background:#fff url(/_images/tile-blue-over-3.jpg) repeat-x;
}

#menu a:active{
	color:#000;
	background:#fff url(/_images/tile-blue-over-3.jpg) repeat-x;
}

#menu h2{
/*	font:italic small-caps bold 12px/16px arial,helvetica,sans-serif; */
	font:normal small-caps normal 12px/16px arial,helvetica,sans-serif;
	color:#fff;
	background:#fff url(/_images/tile-h2.jpg) repeat-x;
	text-transform:uppercase;
	margin:0;
	padding:0;
	width:149px;
	text-indent:10px;
}

#menu li{
	list-style-type:none;
}

#menu ul li{
	position:relative;
}

#menu li ul{
	position:absolute;
	top:0;
/*	left:192px; */
	left:150px;
	display:none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

div#menu ul, #menu ul ul, div#menu ul ul ul{
	margin:0;
	padding:0;
	list-style-image:none;
	width:149px;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul{
	display:none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
	display:block;
}

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
	font-weight:bold;
/*	text-indent:2px; */
	color:#494c59;
	background:#fff url(/_images/tile-silver-3-x.jpg) repeat-x;
}

#menu a.x:hover{
	color:#000;
	background:#fff url(/_images/tile-silver-over-3-x.jpg) repeat-x;
}

#menu a.x:active{
	color:#000;
	background:#fff url(/_images/tile-silver-over-3-x.jpg) repeat-x;
}

.box_grey {
	border:1px solid #ccc;
}
.box_grey_top {
	border-top:1px solid #ccc;
}
.box_grey_bot {
	border-bottom:1px solid #ccc;
}
