@charset "utf-8";

/* For Menu Testing Only */
.hand{cursor:pointer;}
.help{cursor:help;}

/* CSS Popout Menu */

#menu {
position: relative;
/*width: 136px;*/
margin-left: 5px;
margin-top: 5px;
}

#menu a, #menu h2 {
	display:block;
	font:bold 11px/16px arial,helvetica,sans-serif;
	/*white-space:nowrap;*/
	padding-top: 4px;
	padding-bottom: 4px;
	/*width: 136px;*/
	background: #ffffff;
}

#menu a {
	text-decoration:none;
	background-image: url(images/menu/empty-wheel.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 30px;
	/*text-indent: 30px;*/
	text-align: left;
}

#menu a, #menu a:visited {
	color:#000001;
}

#menu a:hover {
	background-image: url(images/menu/wheel.gif);
	background-position: top left;
	background-repeat: no-repeat;
	/*padding-left: 25px;*/
	text-decoration: underline;
	color: #CC0000;
}

#menu a:active {
	color: #CC0000;
}

#menu h2 {
	font: bold 10px/16px tahoma,helvetica,sans-serif;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	/*width: 136px;*/
	text-align: center;
}

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

#menu ul li {
	position:relative;
	padding: 0px 0px 1px 1px;
	background: #000000;
}

#menu li ul {
	position:absolute;
	top:-1px;
	left:150px;
	display:none;
	padding-left: 0;
}

/* 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:150px;
border-top:1px solid #000000;
border-right: 1px solid #000000;
}

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;
}

#menu a.x:hover{
color:#000;
}

#menu a.x:active{
color:#060;
}

