#en_roun {
	display: block;
	border: 2px solid #666666;
	border-top-width: 10px;
	padding: 10px 10px 10px 10px;
	margin: 0;
	background-color: #272727;
}
#header_tab {
	height: 27px;
	width: auto;
	position: relatvie;
	margin: 0;
}
#pac {
	display: block;
}
#geo {
	display: none;
}
#sun {
	display: none;
}
#tab {
	position: relative;
	left: 0px;
	width: auto;
	bottom: 0px;
	margin: 0;
}
#tab ul {
	list-style-type: none;
	list-style-image: url("");
	padding-left: 0px;
}
#tab li {
	float: left;
	width: 160px;
	height: 27px;
	background-image: url("images/tab.gif");
	background-repeat: no-repeat;
	text-align: center;
}
#tab li a {
	margin-right: 8px;
	padding-top: 6px;
	padding-bottom: 2px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
#tab li:hover {
	background-image: url("images/tab_highlight.gif");
	background-repeat: no-repeat;
}
#tab li a:hover {
	color: #99c228;
}
#tab .selected {
	background-image: url("images/tab_selected.gif");
	background-repeat: no-repeat;
}
