/* CSS Document */

#nav {
	display: block; position: absolute;
	float:right; width: 246;
	bottom: 8; right: 8;
} #nav li {
	list-style-type: none;
	text-align: right;
}

ul#topMenu {
	display: block; position: absolute; float: left;
	width: 100%; height: 30;
	overflow: none;
	padding: 6px; margin: -6px;
	z-index: 3;
	line-height: 30px; white-space: nowrap;
} ul#topMenu li {
	padding-left: 10px;
	list-style-type: none;
	display: inline;
}

#leftMenu {
	display: block; position: absolute;
	width: 148;
	background: url('../img/alpha.png');
	margin-top: 230; margin-left: 30;
	padding-top: 6; padding-bottom: 12;
	padding-left: 14; 
}

#leftMenu2 {
	display: block; position: absolute;
	width: 148;
	background: url('../img/alpha.png');
	margin-top: 230; margin-left: 30;
	padding-top: 6; padding-bottom: 12;
	padding-left: 14;
} #leftMenu2 li {border-bottom: solid;}