.home
{ 
	margin: 14px 0 3px 0; 
}

#dropmenudiv
{
	width:1000px; 
	height: 38px; 
	background-image: url(/img/menu.gif);
	background-repeat: repeat-x;
}

#dropmenu
{
	list-style-type:none;
	list-style-position:outside; 
	position:relative;
	line-height:38px; 
	z-index: 50;
	width:100%; 
	font-weight:bold; 
}

#dropmenu li 
{
	float:left; 
	position:relative;
}

#dropmenu>li 
{
	background-image: url(/img/menu.gif);
	background-repeat: repeat-x;
}

/* issokantis */
#dropmenu ul 
{
	list-style-type:none;
	position:absolute; 
	display:none; 
	width:200px; 
	top: 36px; 
	left: 0px;
	background-color: white;
	border: 3px solid #2877aa;
	z-index: 60;
}

/* visada matomi linkai */
#dropmenu a 
{
	display:block; 
	padding: 0 10px 0 10px;
	color:white; 
	text-decoration:none;
}

#dropmenu a:hover
{
	color:#ffffcc;
}


/* issokancio meniu linkai */
#dropmenu ul li
{
	padding: 5px 0 5px 0;
}
#dropmenu ul li a 
{
	color: black; 
	background: white;
	width: 170px;
	line-height: 100%;
	vertical-align: top;
}

#dropmenu ul li a:hover
{
	color: #2079a7;
	text-decoration: underline;
	
}
