wrapper{width:180px; background-color:#FF3366}
a, a:visited, a:hover, a:active, a:focus {direction:ltr; outline:0;}

/*	@import '/css/lab.css';
	body {padding:1em}*/
	#wrap {
		/*width:200px;
		margin:1em auto;*/
		width:180px;
	        padding:10px;
                float:left;
	        margin:0;
	}
/*	body {font:76%/1.4 Verdana,sans-serif;}*/
	

/* Disable properties specified in the imported CSS file */
	.menu a {
		border:none;
		font-weight:normal;
		font: 12px/24px bold Arial, Helvetica, sans-serif;
	}

/* Actual menu CSS starts here */
	.menu,
	.menu ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.menu {width:180px;}
	.menu li {
		display:block;
		margin:0;
		padding:0;
		margin-bottom:1px;
	}
	.menu a {
		display:block;
		padding:2px 5px;
		color:#060;
		background:#f2f7e9;
		text-decoration:none;
		font-weight:bold;
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
        }
	.menu a:hover,
	.menu a:focus,
	.menu a:active {
        background:#d6f8d7;
        }
	.menu ul li {
        padding-left:15px;
        }
	.menu ul a {
        background:#8fe07d;
        background:#c2e580;
        }
	.hidden {
        display:none;
        }
	.actualpage a {
        font-weight:bold; 
        /*background-color:#FFFFFF;*/
        color:#1015ed;
        }
	

