@charset "utf-8";
/* CSS Document */
/* CSS Document */

/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#projectmenu {
	clear:none;
	width: 150px;
	width: 160px;
	float: left;
	font-weight: bold;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 30px;
}


#projectmenu a, #projectmenu a:visited {
	display: block;
	width: 150px;
	line-height: 16px;
	text-align: left;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	text-indent: 0; /* added the default value */
	color: #666666;
	font-weight: normal;
}

#projectmenu a span {display: none;}


#projectmenu a:hover { background-color: #e9e9e2; }
#projectmenu strong {
	font-weight: normal;
}


/* the IE correction rule */
#projectmenu a:hover	{
color: #ff9900; background-color: #e9e9e2;
text-indent: 0; /* added the default value */
position: relative;
}

#projectmenu a:hover span{
display: block;
position: absolute;
top: 0px;
left: 160px;
width: 140px;
margin: 0px;
padding: 10px;
color: #335500;
font-weight: normal;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
}
