.ie ul#menu li, .ie7 ul#menu li {
	height: 22px;
	margin-bottom: -3px;
}
.ie, .ie7 ul#submenu {
	margin-bottom: 5px;
}
.ie, .ie7 ul#submenu li {
	height: 30px;
	margin-bottom: 1px;
}

/*

.ie7 .example {
	background-color: orange
}
.gecko .example {
	background-color: gray
}
.win.gecko .example {
	background-color: red
}
.linux.gecko .example {
	background-color: pink
}
.opera .example {
	background-color: green
}
.konqueror .example {
	background-color: blue
}
.safari .example {
	background-color: black
}
.example {
	width: 100px;
	height: 100px;
	border: 1px solid black;
}
.no_js { display: block }
.has_js { display: none }
.js .no_js { display: none }
.js .has_js { display: block }

*/
