div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 100px;
	height: 100px;
	border: 1px solid black;
	background-color: #f9f9f9;
	float: left;
}

.myOtherElement
{
    border-left: 1px none #CCCCCC;
    border-right: 1px none #CCCCCC;
    border-top: 1px none #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    width: 120px;
    height:119px;
        overflow: hidden;
        cursor: hand;
}

.myOtherElement span, .myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}

.subdiv {
	background: #f5f5f5;
	width:130px;
}
