@charset "utf-8";
/* CSS Document */

#dropdownmenu, #dropdownmenu2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}

#dropdownmenu li, #dropdownmenu2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	float: left;
}

#dropdownmenu ul, #dropdownmenu2 ul {
    -moz-opacity: 0;
    opacity: 0;
}

#dropdownmenu li {
	height: 25px;
}

#dropdownmenu ul {
	margin: 0;
	margin-top: 1px;
	padding: 10px 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 206px;
	position: absolute;
	background-color: #808080;
	border: 1px solid #505050;
}

#dropdownmenu ul li
{
	width: 206px;
	height: auto;
	background-color: #808080;
	border-top: 1px dashed #FFF;
}

#dropdownmenu a
{
	display: block;
}

#dropdownmenu ul a
{
	cursor: pointer;
	text-decoration: none;
	background-color: #808080;
	color: #FFFFFF;
	padding: 4px 10px;
}

#dropdownmenu a:hover, #dropdownmenu a:focus
{
	color: #FFF;
	background: #505050 url('../images/arrow.gif') no-repeat 3px 50%;
}

#dropdownmenu2 li
{
	height: 20px;
	margin-left: 44px;
	float: right;
}

#dropdownmenu2 ul {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 150px;
	position: absolute;
	bottom: 20px;
	background-color: #808080;
	border: 1px solid #808080;
    float: left;
}

#dropdownmenu2 ul li
{
	width: 150px;
	height: auto;
	margin: 0;
	background-color: #808080;
	border-bottom: 1px dashed #808080;
}

#dropdownmenu2 a
{
	display: block;
	color: #000000;
}

#dropdownmenu2 ul a
{
	cursor: pointer;
	text-decoration: none;
	background-color: #808080;
	color: #FFF;
	padding: 4px 10px;
}

#dropdownmenu2 ul a:hover, #dropdownmenu2 ul a:focus
{
	color: #000;
	background: #f2eee3 url('../images/arrow_black.gif') no-repeat 3px 50%;
}