
.scroll {
	padding: 2px;
	border: 1px solid #808080;
	height: 10px;
	text-align: center;
	cursor: default;
}

.scrollSel {
	padding: 2px;
	border: 1px solid #ffffff;
	background-color: #f0f0f0;
	height: 10px;
	text-align: center;
	cursor: default;
}

.menu {
	border: 1px solid #808080;	
	background-color: #e0e0e0;
	display: inline;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#808080,Direction=135,Strength=2);
}

.menu td {
	padding: 0px;
}

.head {
	font-family: Tahoma, Arial;
	font-weight: bold;
	padding: 2px 0px 4px 2px;
	cursor: default;
	color: #ffffff;
}

.separator {
	background-color: #404040;
}

.item {
	border: 1px solid #e0e0e0;
	width: 100%;		
	cursor: hand;
	font-size: 8pt;
	font-family: Tahoma, Arial;	
}

.item .text {
	color: #000000;
	padding: 0px 4px 1px 4px;
}

.item .img {
	width: 1px;
	padding: 0px 2px;
	vertical-align: middle;
}

.item .text a {
	color: #000000;
	text-decoration: none;
}

.itemAct {
	border: 1px solid #808080;
	background-color: #ffffff;
	cursor: hand;
	font-size: 8pt;
	font-family: Tahoma, Arial;
}

.itemAct .text {
	color: #000000;
	padding: 0px 4px 1px 4px;
}

.itemAct .img {
	width: 1px;
	padding: 0px 2px;
	vertical-align: middle;
}

.itemAct .text a {
	color: #000000;
	text-decoration: none;	
}

.itemSel {	
	border: 1px solid #000030;
	background-color: #162350;
	cursor: hand;
	font-size: 8pt;
	font-family: Tahoma, Arial;
}

.itemSel .text {
	color: #ffffff;
	padding: 0px 4px 1px 4px;
}

.itemSel .img {
	width: 1px;
	padding: 0px 2px;
	vertical-align: middle;
}

.itemSel .text a {
	color: #ffffff;
	text-decoration: none;	
}

.itemDn {
	border: 1px solid #808080;
	background-color: #808080;
	font-size: 8pt;
	font-family: Tahoma, Arial;
	color: #ffffff;
	cursor: hand;	
}

.itemDn .text {
	padding: 0px 4px 1px 4px;
}

.itemDn .img {
	width: 1px;
	padding: 0px 2px;
	vertical-align: middle;
}

.itemDn .text a {
	color: #ffffff;
	text-decoration: none;	
}