html, body {
	background:#070708 ; /* Lapas background */
}

#skinTop {
		padding-top:40px; /* Galvenes augstums */
		background-size: 1761px auto;
	}

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}


#skinFoot{
	height:120px; /* Footer bildes pozicija */
					background-size: 1761px auto;
	}

#nologinHeader {
	border-bottom-color:#1344FF;
}


#menu td a {
	border-top-color:#0C3DB0; /* default border */
	border-bottom-color:#0C3DB0; /* default border */
	border-left-color:#0C3DB0; /* default border */
		background-image:url('http://i3.ifrype.com/skins/365/493/v0/707344_menu.png');
	    color:#FFFFFF; /* default text_color */
	text-shadow: 0 -1px 0 #002C91; /* default text_shadow */
}

#menu td a .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #002C91);
}

#menu td.last a {
	border-right: 1px solid #0C3DB0; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #0316A1; /* hover border */
}
#menu td a:hover {
	color:#FFFFFF; /* Hover text_color */
	text-shadow: 0 -1px 0 #000F82; /* Hover text_shadow */
	border-bottom-color:#0316A1; /* hover border */
    border-top-color:#0316A1;  /* hover border */
	border-left-color:#0316A1;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #002C91);
}
#menu td:hover + td a {
	border-left-color:#0316A1;  /* hover border */
}

#menu td.open a:hover, #menu td a:active {
	border-left-color:#0C3DB0;
}

#menu a span.badge.off{
	background-color: #041CCF; /* hover gradient_2 */
}

