/*Basic styles*/
BODY {
	background-color: #FFFFFF;
	margin:0px;
	padding: 0px;
	text-align:center;
}
BODY, TD, P {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	line-height: 143%;
}
TD IMG, P IMG{
	border-width: 0px;
}
P IMG{
	margin: 10px 10px 10px 10px;
}
A{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color: #000000;
}
A:link{text-decoration: none;}
A:visited{text-decoration: none;}
A:active{text-decoration: none;}
A:hover{text-decoration: underline;}
.full{
	height: 100%;
}
/*Main holders*/
.mainTable{
	width: 995px;
	text-align: center;
	margin: auto;
	height: 100%;
}
.sides{
	width:30px;
}
.logoRow{
	height: 87px;
}
.topMenuRow{
	height: 70px;
	vertical-align: bottom;
	padding-bottom: 2px;
}
.leftMenuRow{
	height: 221px;
	background-repeat: repeat-x;	
}
.akcijosRow{
	height:147px;
}
.newsRow{
	height: 180px;
	padding-bottom: 45px;
}
.contactsRow{
	height: 50px;
	color: #9EA3A9;
}

.topMenuSize{
	/*width: 660px;*/
	width: 100%;
}

/* navigation popups */
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%; /* Width of Menu Items */
	border:none;
	}

ul#nav li {
	position: relative;
	width:130px;
	float:left;
	border:none;
}

ul#nav li ul li
{
	width:128px;
}
	
ul#nav li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 23px;
	display: none;
	list-style-type:none;
	padding:0;
	margin:0;
	border-top:1px solid #E8EAEB;
	border-right:1px solid #E8EAEB;
	border-left:1px solid #E8EAEB;
	}

/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	background: #fff; /* IE6 Bug */
	padding: 5px 1px 5px 1px;
	text-align:center;
	border:none;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li a:hover { text-decoration: underline; background: #f9f9f9;} /* Hover Styles */
		
ul#nav li ul li a { padding: 2px 5px; background-color:#fff; text-align:left; padding-left:10px; border-bottom:1px solid #E8EAEB;} /* Sub Menu Styles */
		
ul#nav li:hover ul, ul#nav li.over ul { display: block;} /* The magic */