.home
{ 
	margin: 10px 0 0 0; 
}

#dropmenudiv
{
	width:1000px; 
	height: 32px; 
	background-image: url(/img/menu.gif);
	background-repeat: repeat-x;
	clear: both;
}

#dropmenu
{
	list-style-type:none;
	list-style-position:outside; 
	position:relative;
	line-height:32px; 
	z-index: 99;
	width:100%; 
	font-weight:bold; 
}

#dropmenu li 
{
	float:left; 
	position:relative;	
}

/* issokantis */
#dropmenu ul 
{
	list-style-type:none;
	position:absolute; 
	display:none; 
	width:200px; 
	top: 30px; 
	left: 0px;
	background-color: white;
	border: 3px solid #2877aa;
	z-index: 999;

}

/* 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: 1px 0 4px 0;
	margin: 0 0 5px 0;
	line-height: 14px;
}
#dropmenu ul li a 
{
	color: black; 
	background: white;
	width: 170px;
	vertical-align: top;
}

#dropmenu ul li a:hover
{
	color: #2079a7;
	text-decoration: underline;
	
}

