﻿.submenu
{
	position: absolute;
	visibility: hidden;
	border: 1px solid #ededed;
	border-bottom-width: 0;
	font-family: Georgia;
	font-size: 11px;
	text-align: left;
	line-height: 25px;
	z-index: 100;
	background-color: #fbfbfb;
	width: 150px;
}

.submenu a
{
	width: 100%;
	display: block;
	border-bottom: 1px solid #ededed;
	color: #4a4a4a;
	text-decoration: none;
	text-indent: 5px;
}

.submenu a:hover
{
	text-decoration: underline;
}
