﻿/* DO NOT REMOVE */
div.DropListUI
{
	position: relative;
}

div.TopLevel
{
	/* move the active droplist to top */
	z-index: 10000 !important;
}

/* Default Theme */

ul.DropList
{
	/*width: 149px;*/
	margin-left: 3px;
	width: 20px;
	overflow: hidden;
	background: url(../images/bg-language-bottom.gif) no-repeat left bottom;
}
ul.DropList li
{
	font-size: 1.1em;
	border-top: 1px solid #dfddd9;

}
ul.DropList li a:link, ul.DropList li a:visited
{
	display: block;
	width: 100%;
	font-size: 1em;
	color: #a3a19f;
	text-indent: 2px;
	padding: 3px 0px 4px 0;
}
ul.DropList li a:hover
{
	text-decoration: none;
	color: #156daa;
}
ul.DropList li USCulture
{
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/flag-us.gif);
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 8px;
}
ul.DropList li CACulture
{
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/flag-canada.gif);
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 8px;
}

.CountryList
{
	background: url(../images/bg-language.gif) no-repeat right top;
	z-index: 10000;
	padding: 3px 3px 4px 3px;
	cursor: pointer;
	position: relative;
}

