@charset "utf-8";

div.dropdown {
	color: #aaaaaa;
	margin: 18px 0px 0 21px;
	width: 143px;
	position: relative;
	height: 37px;
	text-align: left;
	float:left;
}
div.submenu {
	background: #fff;
	position: absolute;
	top: -12px;
	left: -16px;
	/*z-index: 100;*/
	width: 195px;
	display: none;
	margin-left: 10px;
	padding: 40px 0 5px;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dropdown li a {
	color: #003399;
	display: block;
	font-family: arial;
	font-weight: bold;
	padding: 6px 15px;
	cursor: pointer;
	text-decoration: none;
}
.dropdown li a:hover {
	background: #e1e1e1;
	color: #b81919;
	text-decoration: none;
}
a.account {
	font-size: 12px;
	line-height: 16px;
	color: #003399;
	position: absolute;
	z-index: 1;
	/*z-index: 110;*/
	display: block;
	padding: 11px 0 0 32px;
	height: 38px;
	width: 165px;
	margin: -20px 0 0 0px;
	text-decoration: none;
	background: url(/images/arrow.png) 165px 22px no-repeat;
   background: url(/images/srila_prabhupada_skachat_lekcii.jpg) 1px 15px no-repeat;


	/*background: url(/images/folder_zipper.png) 0px 20px no-repeat;*/
	cursor: pointer;
}

a.account:hover {
	color: #b81919;
}

.root {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding: 11px 0 0 0px;
	border-top: 1px solid #dedede;
}
