﻿.divListContainer
{
    /*position:absolute !important;
    top:50px;
    left:300px;*/
}

.divListContainer
{
   position:relative;
   z-index:9999;
   float:left;
   margin:0 5px 0 5px;
   padding:0;
   background:white;

}

#divSquare
{
	position:absolute;
	z-index:1;
	width:11px;
	height:12px;
	top:-6px;
	left:-5px;
	background:url('square.gif') no-repeat left top;
}

.divListContainer a
{
    text-decoration:none;
    color:#767676;
    font-size:10px;
    font-family:Verdana;
}

#aHead
{
    position:relative;
    z-index:0;
	display:block;
    border:solid 1px #0C0C0C;
    width:160px;
    height:17px;
    overflow:hidden;
    margin:0;
    cursor:pointer;
    white-space:nowrap;
    /*text-transform:lowercase;*/
}
#aHead span:first-letter
{
	/*text-transform:uppercase;*/
}


#aHead .divHover
{
	position:relative;
	float:right;
	width:13px;
	height:100%;
	background:white url('arrow.gif') no-repeat left center;
}

#aHead:hover .divHover
{
	background-position:right center;
}

#aHead span
{
	display:block;
	float:right;
	width:140px;
	padding-right:3px;
	text-align:right;
	line-height:15px;
	text-indent:3px;
	background:white;
}

#olList
{
	position:absolute;
	right:0;
	width:160px;
    list-style:none;
    padding:0;
    border:solid 1px #0C0C0C;
    background-color:White;
}
									   
#olList .liListItem
{
	margin:0;
	display:block;
	width:100%;
	line-height:12px;
	font-size:12px;
	text-align:right;
}

#olList .liListItem a
{
    cursor:pointer;
    display:block;
    height:100%;
	width:100%;
	background:White;
	white-space:pre-line;
}

#olList li.selected
{
	font-weight:bold;
}

#olList .liListItem a span
{
	padding:2px 5px 3px 5px;
	display:inline-block;
	/*text-transform:lowercase;*/
}

#olList .liListItem a span:first-letter
{
	/*text-transform:uppercase;*/
}
 

#olList .liListItem a:hover
{
    background:#EEEEEE;
    color:#0C0C0C;
    background:#EEEEEE url('arrow_left.gif') repeat-y top left;
}
