div.dropdown {
	color: #555;
	width: 170px;
	position: relative;
	height: 17px;
	text-align:left;
}

a.account2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #555;
	position: absolute;
	z-index: 110;
	display: block;
	padding: 7px 0 0 20px;
	height: 22px;
	width: 180px;
	text-decoration: none;
	cursor: pointer;
	background: #FFF;
	border-radius: 6px 6px 0px 0px;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.45);
}

a.a_active{
	color: #d11718 !important;
}

a.account2:after {
	content: '\25BC';
	position: absolute;
	right: 0px;
	top: 5px;
	width: 20px;
	text-align: center;
	font-size: 12px;
	padding: 3px;
	height: 20px;
}

a.a_active:after {
	content: '\25B2' !important;
	color: #d11718;
}

div.submenu{
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 200px;
	display: none;
	padding: 31px 0 5px;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dropdown  li a {
    color: #555555;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 6px 15px;
    cursor: pointer;
	text-decoration:none;
}

.dropdown li a:hover{
    background:#155FB0;
    color: #FFFFFF;
    text-decoration: none;
    
}

.root{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size: 11px;
	padding: 11px 0 0 0px;
}