@charset "utf-8";
/* CSS Document */
#ID
{}

#link1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
	}
#link1:hover
{
color:red;
text-decoration: underline;
background-color:inherit;
}
#link2
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color:inherit;
	text-decoration: none;
	}
#link2:hover
{
color:red;
text-decoration: underline;
background-color:inherit;
}

.link3
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	line-height: 17.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color:inherit;
	text-decoration: none;
	}
.link3:hover
{
color:grey;
text-decoration: none;
background-color:inherit;
}

#marqueecontainer{
position: relative;
width: auto; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
center:auto

}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 150px; /*WIDTH OF MAIN MENU ITEMS*/
border:1px;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: #f1f1f1  repeat-x bottom left;
font: bold 10px Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: black;
}

.glossymenu li a:hover{
color:red;
text-decoration:underline; 
background-color:f1f1f1;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */


.tekstas{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;}
	
#nuoroda
{	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color:inherit;
	text-decoration: none;
	}
#nuoroda:hover
{
color:red;
text-decoration: underline;
background-color:inherit;
}
.laikrodis{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	font-weight: bold;
	color:#ffffff;
	position: middle;
		text-align:top;
	
	}
		
.email
{	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: normal;
    font-variant: normal;
	text-transform: none;
	color: #0000FF;
	background-color:inherit;
	text-decoration: none;
	}
.email:hover
{
color:#0000FF;
text-decoration: underline;
background-color:inherit;
}