@charset "utf-8";
/* CSS Document */

#working {
	background: black url(../imgs/loading.gif) no-repeat center center;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: .8;
}
#loaditem {
	background: black url(../imgs/loading.gif) no-repeat center center;
	opacity: .8;
}
#sw {
	position: relative;
	overflow: hidden;
}
#sw ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}
#sw li {
	background-color: transparent;
	width: 144px;
	font-size: 10px;
	line-height: 1em;
	padding: 6px;
	margin: 0;
	list-style: none;
	color: #777777;
	opacity: 1;
	font-weight: bold;
	border-bottom: solid 1px #111111;
}
#sw li:last-child {
	border-bottom: solid 1px transparent;
}
#sw li.title {
	text-transform: uppercase;
	background-image: url(../imgs/arr.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#sw li.sel {
	color: #cccccc;
}
#sw #menus {
	position: relative;
	height: 100%;
	overflow: hidden;
}
#sw #menus .col {
	height: 100%;
	position: absolute;
}
#sw #menus #menu_col_0 .sel {
	background-color: #0a1e25;
}
#sw #menus #menu_col_1 .sel {
	background-color: #133b4a;
}
#sw #menus #menu_col_2 .sel {
	background-color: #1d586f;
}
#sw #menus #menu_col_3 .sel {
	background-color: #277694;
}
#sw #menus #menu_col_4 .sel {
	background-color: #3b95b7;
}
#sw li:hover {
	cursor: pointer;
	color: white;
	border-bottom: solid 1px #222222;
}
#sw .visited {
	font-style: italic;
	font-weight: normal !important;
}
#sw .scroll {
	background: #666666;
	opacity: 0.2;
	position: absolute;
	left: 0;
	top: 0;
}
#sw .scroll:hover, #sw .scroll:active, #sw .scroll.active {
	opacity: 0.6;
	background: #444444;
}
#sw .scroll .handle {
	background: white;
	width: 100%;
}
#sw .scroll .handle:hover {
	cursor: arrow;
}