div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 1px;
	height: 1px;
	background-color: #FFFFFF;
	float: left;
}

div#myOtherElement {
	width: 200px;
	height: 50px;
	overflow: hidden;
}

div#myOtherElement span, div#myOtherElement a {
	display: inline;
	padding: 0 0px;
}

div#myOtherElement a:hover {
	background: #FFFFFF;
}

div#ForBizElement {
	width: 1px;
	height: 1px;
	background-color: #FFFFFF;
	float: left;
}

div#ForBizOther {
	width: 200px;
	height: 35px;
	overflow: hidden;
}

div#ForBizOther span, div#ForBizOther a {
	display: inline;
	padding: 0 0px;
}

div#ForBizOther a:hover {
	background: #FFFFFF;
}

div#ServicesElement {
	width: 1px;
	height: 1px;
	background-color: #FFFFFF;
	float: left;
}
div#ServicesOther {
	width: 200px;
	height: 35px;
	overflow: hidden;
}

div#ServicesOther span, div#ServicesOther a {
	display: inline;
	padding: 0 0px;
}

div#ServicesOther a:hover {
	background: #FFFFFF;
}


.myOtherElement {
	width: 200px;
	height: 50px;
	overflow: hidden;
}

.myOtherElement span, .myOtherElement a {
	display: inline;
	padding: 0 0px;
}

.myOtherElement a:hover {
	background: #FFFFFF;
}


.mainElement {
	width: 160px;
	height: 30px;
	overflow: hidden;
}

.mainElement span, .mainElement a {
	display: inline;
	padding: 0 0px;
}

.mainElement a:hover {
	background: #FFFFFF;
}

.subElement {
	width: 160px;
	height: 21px;
	overflow: hidden;
}

.subElement span, .subElement a {
	display: inline;
	padding: 0 0px;
}

.subElement a:hover {
	background: #FFFFFF;
}
