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


<!-- ** Left hand side menu for clients ** -->
#nav_menu_ls_projects ul
{
	float:none;
	/*background-color:#573024;*/
	background-color:#FFCC66;
	display:run-in;
	list-style-type:none;
	display:inline-block;
	/*margin-right:50px;*/
	/*padding-right:50px;*/
	margin-top:-20px; /* browser indents around a ul so you have to set position on screen
	padding-top:-20px;*/
	/*margin-left:-10px;
	padding-left:-10px;*/
	/*padding: 0;*/
	/*margin: 0 0 0 0;*/
} 
#nav_menu_ls_projects li
{
	width: 28.0em;
	height:2.1em;
	line-height:1.8em;
	list-style-type:none;
	float:none;
	margin-left:-38px; /* seems to get rid of the bullets on the menu */
	padding-left:-38px; /* seems to remove bullets on the menu */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:950;
	/*background-color:#573024; /*button bg colour */
	background-color:#FFCC66;
}  
#nav_menu_ls_projects li a
{
/*float:left;*/
/*display: block;
display:inline-block;*/
/*border: 0.0em solid #dcdce9;*/
/*border: 0.1em solid #D7D18A; /* minimum border .1 for chrome, .075 works for other browswers */

/*color: #339933; /*text color green*/
/*color: #573024; /*text color dark brown*/
color: Black;
text-decoration: none;
text-align: left;
}
/* Hide from IE5-Mac \*/
#nav_menu_ls_projects li a
{
	float: none;
}
/* End hide */


#div_content_projects
{
    background-color:transparent;
	/*background-color: white;*/
	padding: 0px 10px 10px 10px; /* top then others */
	width: 450px;
	height:300px; 
	margin-left: 550px;
	margin-top: 0px;
	/*filter: alpha(opacity=70);
	opacity: 0.7;	/* so you can see through the div just a bit */
}
