div.dropdown {
	color: #FFF;
	top: 17px;
	margin: 0 0 0 0;
	width: 120px;
	position: absolute;
	z-index: 1000;
	/* height: 17px;
	text-align:left;*/
}
@media screen and (max-width:400px) {
	div.dropdown {
		color: #FFF;
		left: 0px;
		top: 12px;
		margin: 0 0 0 0;
		width: 60px;
		position: absolute;
		z-index: 1000;
		/* height: 17px;
		text-align:left;*/
	}
}
div.submenu
{
	background: #FFF;
	position: absolute;
	top: -48px;
	left: -8px;
	z-index: 100;
	width: 100px;
	display: none;
	margin-left: 10px;
	padding: 30px 0 0;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.dropdown  li a {
    color: #555555;
    display: block;
    font-family: Calibri, Arial, Helvetica, serif;
    font-weight: bold;
    padding: 6px 15px;
	cursor: pointer;
	text-decoration:none;
}

.dropdown li a:hover{
    background: #FFF;
    color: #f26522;
    text-decoration: none;
    
}

a.account {
	font-size: 13px;
	line-height: 14px;
	color: #FFF;
	position: absolute;
	z-index: 1100;
	display: block;
	padding: 0 0 0 30px;
	height: 28px;
	width: 90px;
	margin: 2 0 0 0;
	text-decoration: none;
	background: url(arrow.png) 120px 8px no-repeat;
	cursor:pointer;
}


.root
{
	list-style:none;
	margin: 0px;
	font-size: 14px;
	padding: 0 0 0 0;
	border-top: 48px solid #5a5a5a;
}