@charset "iso-8859-2";
/* CSS Document */

#menu {
	display: block;
	width: 170px;
	background-color: #FFFFFF !important;
}




.submenu {
	display: block;
	width: 255px;
	background-color: #FFFFFF !important;
}
.cell {
	position: relative;
	width: 170px;
	margin-bottom: 1px;
	display: block;
	background: url("/img/menu-bg.png") repeat-y left;
	vertical-align: middle;
}
* html div.cell {
	padding-bottom: 1px;
	padding-right: 2px;
}
.cell a {
	display: block;
	width: 138px;
	padding: 3px;
	padding-left: 30px;
	padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.sub-cell {
	width: 255px !important;
	_padding-right: 5px !important;
}
.sub-cell a {
	width: 213px !important;
}
.cell a:hover {
	color: #000000;
}
.cell img {
	border: none;
}

.cell img.top-left {
	position: absolute;
	top: 0px;
	left: 0px;
}
.cell img.top-right {
	position: absolute;
	top: 0px;
	right: 0px;
}
.cell img.bottom-left {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.cell img.bottom-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	
}

.cell img.top {
	position: absolute;
	top: 0px;
}
.cell img.bottom {
	position: absolute;
	bottom: 0px;
}
.list {
	position: absolute;
	width: 23px;
	height: 100%;
	_height: 21px;
	background: url(/img/menu-bullet.png) no-repeat center;
}
