﻿.drop-down-widget { display: inline; border: 1px solid #dfdfdf; padding: 2px 4px 1px 3px; }
.drop-down-widget a { background: transparent url(/resources/images/arrow-down-black.png) no-repeat right 7px;
	padding-right: 26px; color: #565656; text-decoration: none; cursor: default; }
.drop-down-panel { position: absolute; border: 1px solid gray; background-color: #fff; width: 135px; height: 268px; overflow-y: scroll; display: none; z-index: 1000; }
.drop-down-panel li:hover { background: #3399FF; }