.cs-select {
    display:none;
}

.cs-root a {
    color : black;
    text-decoration : none;
}

.cs-root {
	position : relative;
	background-color:white;
	cursor : pointer;
	z-index : 500;
}

.cs-current {
	display : inline;
	position : absolute;
	left : 0px;
	top : 0px;
}

.cs-spacer {
	border-right : 1px solid black;
	height : 100%;
}

.cs-arrow {
	background : url('es_dp_arrow_dark.gif') no-repeat 5px 0;
	width      : 10px;
	height     : 10px;
	padding     : 0 5px;
}

.cs-list {
	background-color : white;
	position : absolute;
	left : 0;
}

.cs-list li {
	display : block;
}

a.cs-item {
	display : block;
}

.cs-list .active {
    background-color:#EEE;
}

html body .cs-root a:hover {
    background-color:#CCF;
}