﻿#ULDescriptions, #ULDepartaments
{
    position:                   absolute;
    overflow:                   auto;
    overflow-x:                 visible;
    overflow-y:                 auto;
    background-color:           #FFF5EB;
    border:                     1px solid #F78E1E;
    margin:                     0px;
    padding:                    0px;
    list-style:                 none;
    color:                      #837362;
	display:                    none;
	z-index:                    1000;
	text-align:                 left;
	height:						50px;
}

#ULDescriptions ul, #ULDepartaments ul
{
    width:						265px;
	margin:						0px;
	padding:					0px;
	display:                    block;
}

#ULDescriptions ul li, #ULDepartaments ul li
{
	display:                    block;
	padding:                    0.3em;
	overflow:                   hidden;
	width:                      100%;
	cursor:                     pointer;
	font-size:					11px;
}

#ULDescriptions ul li.selected, #ULDepartaments ul li.selected
{
	font-weight:				bold;
    color:                      #444444;
}
