@charset "utf-8";
/* Global */
html {
	font-size: 125%;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #3e3d40;
}
* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-position: none;
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
	display: block;
}
input, select {
	font-size: 11px;
	color: #3e3d40;
}
h1 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
p {
	font-weight: normal;
	display: block;
	margin-top: 2px;
	margin-bottom: 5px;
}

/* Site containers */
#site {
	width: 921px;
	background: #FFFFFF;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 1.2em;
	display: block;
	overflow: visible;
	position: relative;
	visibility: visible;
}
#sidhuvud {
	display: block;
	clear: both;
	width: 861px;
	position: relative;
	background-color: #CCCCCC;
	background-image: url(Graphics/bg_sidhuvud.gif);
	background-repeat: no-repeat;
	height: 62px;
	padding-bottom: 4px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 5px;
}
#content {
	width: 910px;
	background: #FFFFFF;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: visible;
	position: relative;
	visibility: visible;
	margin-right: 5px;
	margin-left: 6px;
}
#sidfot {
	width: 910px;
	background: #FFFFFF;
	text-align: center;
	font-size: 9px;
	display: block;
	clear: both;
	margin-top: 10px;
	padding-top: 3px;
	padding-left: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d0d0;
	color: #999999;
	padding-bottom: 10px;
	padding-right: 5px;
	overflow: visible;
	position: relative;
	visibility: visible;
}
/* Menyer */
#meny {
	height: 38px;
	width: 890px;
	background-image: url(Graphics/bg_meny.gif);
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 6px;
}

#meny li {
	float: left;
	display: inline;
	background-image: url(Graphics/bg_meny_streck.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 2px;	
}
#meny li a {
	height: 15px;
	display: block;
	float: left;
	vertical-align:middle;
	color:#515151;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#meny li a:hover {
	color: #000000;
	background-image:url(Graphics/bg_meny_over.gif);
	background-repeat:repeat-x;
	background-position: left top;
}
#meny li a.on {
	background-image:url(Graphics/bg_meny_on.gif);
	background-repeat:no-repeat;
	color: #007bb0;
	background-position: left top;
}
#site #sidhuvud #logo {
	display: block;
	position: absolute;
	height: 40px;
	width: 190px;
	left: 32px;
	top: 17px;
}

/* Bilder generella i mallar */
#site #content * .bildC {
	display: block;
	clear: both;
	overflow: visible;
	position: relative;
	visibility: visible;
	margin-bottom: 10px;
}
#site #content * .bildH {
	display: block;
	float: right;
	clear: right;
	overflow: visible;
	position: relative;
	visibility: visible;
	padding-left: 10px;
	margin-bottom: 10px;
}
#site #content * .bildV {
	display: block;
	float: left;
	clear: left;
	overflow: visible;
	position: relative;
	visibility: visible;
	padding-right: 10px;
	margin-bottom: 10px;
}
/* TABBAR */
ul.tabbar {
	background-image: url(Graphics/bg_streck_tonat.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	clear: both;
	height: 24px;
	width: 231px;
	position: relative;
	padding-left: 11px;
	margin-bottom: 5px;
}
.tabbar li {
	background-image: url(Graphics/bg_tab_h.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	float: left;
	height: 24px;
	margin-right: 2px;
	position: relative;
}
.tabbar li a {
	background-image: url(Graphics/bg_tab_v.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	float: left;
	height: 18px;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #5C5C5E;
	position: relative;
}


.tabbar li.on {
	background-image: url(Graphics/bg_tab_h_on.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	float: left;
	height: 24px;
	margin-right: 2px;
	position: relative;
}
.tabbar li.on a {
	background-image: url(Graphics/bg_tab_v_on.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	float: left;
	height: 18px;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	color: #007BB0;
	text-decoration: none;
	position: relative;
}
/* Ettan */
#site #content #ettanVspalt {
	text-align: left;
	display: block;
	float: left;
	width: 650px;
	overflow: visible;
	position: relative;
	visibility: visible;
}

#site  #content  #ettanVspalt  .sida, #site  #content  #ettanVspalt .knappar .stycke  {
	clear: both;
	height: auto;
	width: 650px;
	overflow: visible;
	position: relative;
	visibility: visible;
	display: block;
	padding-top: 20px;
}
#site #content #ettanVspalt .sida li a {
	background-image: url(Graphics/pil.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
}
#site #content #ettanVspalt #bildspel {
	clear: both;
	width: 650px;
	overflow: visible;
	position: relative;
	visibility: visible;
}

#site #content #ettanVspalt .sida {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: solid 1px #cccccc;
}

#site #content #ettanVspalt #spottar {
	display: block;
	width: 650px;
	overflow: visible;
	position: relative;
	visibility: visible;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
}
#site #content #ettanVspalt #spottar .stycke {
	display: block;
	width: 650px;
	position: relative;
	visibility: visible;
	margin-top: 10px;
	padding-top: 10px;	
	border-top: solid 1px #cccccc;
	clear: both;
}
#site #content #ettanVspalt #spottar .stycke p {
	width: 320px;
}

/*#site #content #ettanVspalt #spottar .stycke {
	display: block;
	float: left;
	width: 320px;
	height: 145px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	margin: 2px;
}*/

#site #content #ettanVspalt .knappar {
	display: block;
	width: 650px;
	overflow: visible;
	position: relative;
	visibility: visible;
}
#site #content #ettanVspalt .knappar .stycke {
	display: block;
	float: left;
	width: 151px;
	height: 67px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	clear: none;
}
.knappar .stycke .bildV, .knappar .stycke .bildH, .knappar .stycke .bildC {
	margin: 0px;
	padding: 0px;
}
#site #content #ettanHspalt {
	text-align: left;
	display: block;
	float: right;
	width: 242px;
	overflow: visible;
	position: relative;
	visibility: visible;
}
#site #content #ettanHspalt #kundservice {
	background-color: #CCCCCC;
	background-image: url(Graphics/bg_ruta_242x218.gif);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	height: 210px;
	width: 235px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	padding-right: 7px;
	padding-bottom: 8px;
}
#site #content #ettanHspalt #kundservice div.forfragan {
	background-color: #80a6b7;
	display: block;
	height: 37px;
	width: 222px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	right: 7px;
	bottom: 8px;
	background-image: url(Graphics/pil_kundservice.gif);
	background-position: 200px center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 12px;
}

#site #content #ettanHspalt #kundservice div.kontakt {
	display: block;
	width: 220px;
	clear: both;
	margin-top: 11px;
	margin-bottom: 3px;
	margin-left: 10px;
	position: relative;
	visibility: visible;
}
#site #content #ettanHspalt #kundservice div.kontakt p {
	margin-top: 7px;
}
#site #content #ettanHspalt #kundservice div.kontaktperson select {
	width: 220px;
}

#site #content #ettanHspalt #kundservice div.kontaktperson {
	display: block;
	margin-left: 10px;
	position: relative;
	visibility: visible;
	width: 220px;
}

#site #content #ettanHspalt #kundservice div.forfragan a {
	color: #FFFFFF;
	font-size: 0.95em;
}
#site #content #ettanHspalt #kundservice div.forfragan h1 {
	color: #FFFFFF;
	font-size: 1.05em;
	/*Temp*/
	margin-top: 13px;
	margin-left: 20px;
}

#site #content #ettanHspalt #tabbspott {
	display: block;
	clear: both;
	width: 242px;
	margin-top: 10px;
	overflow: visible;
	position: relative;
	visibility: visible;
}
#site #content #ettanHspalt #tabbspott .ingress {
	color: #666666;
	display: block;
	clear: both;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-right: 11px;
	margin-left: 11px;
}
#site #content #ettanHspalt #kundwebb {
	background-color: #CCCCCC;
	background-image: url(Graphics/bg_ruta_242x74.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
	height: 63px;
	width: 220px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 6px;
	padding-left: 11px;
}
#site #content #ettanHspalt * h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #007cb0;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 2px;
}
#site #content #ettanHspalt #kundwebb a {
	background-image: url(Graphics/knapp_pilar_bla2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	padding-right: 30px;
	height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	margin-top: 1px;
	margin-right: 7px;
}

#site #content #ettanHspalt #kundwebb input {
	width: 100px;
}
#site #content #ettanHspalt #nyhetsbrev {
	background-color: #CCCCCC;
	background-image: url(Graphics/bg_ruta_242x74.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
	height: 63px;
	width: 220px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 6px;
	padding-left: 11px;
}
#site #content #ettanHspalt #nyhetsbrev a {
	background-image: url(Graphics/knapp_pilar_bla2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	padding-right: 30px;
	height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	margin-top: 1px;
	margin-right: 7px;
}

#site #content #ettanHspalt #nyhetsbrev input {
	width: 208px;
}
#site #content #ettanHspalt #tabbspott .ingress p {
	margin-bottom: 3px;
}
#site #content #undersidor {
	display: block;
	clear: both;
	width: 910px;
	padding-top: 10px;
	overflow: visible;
	position: relative;
	visibility: visible;
}
#site #content #undersidor #undersidorHspalt {
	display: block;
	clear: right;
	float: right;
	width: 650px;
	overflow: visible;
	position: relative;
	visibility: visible;
	text-align: left;
}
#site #content #undersidor #undersidorHspalt .sida {
	display: block;
	clear: both;
	width: 650px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	overflow: visible;
	position: relative;
	visibility: visible;
}
#site #content #undersidor #undersidorHspalt .stycke {
	display: block;
	clear: both;
	width: 650px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	overflow: visible;
	position: relative;
	visibility: visible;
}

#site #content #undersidor #undersidorHspalt .thn {
	display: block;
	float: left;
	width: 140px;
	overflow: visible;
	position: relative;
	visibility: visible;
	padding-top: 22px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
}
#site #content #undersidor #undersidorHspalt .thn .bild {
	display: block;
	width: 140px;
	height: 145px;
}
#site #content #undersidor #undersidorHspalt .spaltrad {
	display: block;
	clear: both;
}
#site #content #undersidor #undersidorHspalt .thn .ingress {
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}
#site #content #undersidor #produktHspalt {
	display: block;
	float: right;
	width: 242px;
	overflow: visible;
	position: relative;
	visibility: visible;
	text-align: left;
}
#site #content #undersidor #produktCspalt {
	text-align: left;
	display: block;
	float: left;
	width: 400px;
	overflow: visible;
	position: relative;
	visibility: visible;
	padding-left: 27px;
}
#site #content #undersidor #undersidorHspalt .thn img {
	border: none;
	padding-bottom: 5px;
}

#site #content #undersidor #undersidorHspalt .thn h1 {
	font-size: 1em;
	text-transform: uppercase;
}


#site #content #ettanHspalt #tabbspott .ingress a {
	background-image: url(Graphics/pil.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
}

/* PRODUKTER */
#site #content #undersidor #produktHspalt #specifikationer {
	text-align: left;
	display: block;
	clear: both;
	width: 242px;
	padding-bottom: 10px;
	overflow: visible;
	position: relative;
	visibility: visible;
}
#site #content #undersidor #produktHspalt #specifikationer h1 {
	font-size: 1.3em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 2px;
}
#site #content #undersidor #produktHspalt #specifikationer li {
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 0.9em;
	color: #666666;
	background-image: url(Graphics/punkt.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#site #content #undersidor #produktHspalt #produktfiler {
	text-align: left;
	display: block;
	clear: both;
	width: 242px;
	padding-top: 20px;
	overflow: visible;
	position: relative;
	visibility: visible;
}
#site  #content  #undersidor  #produktHspalt  #produktfiler  a  {
	padding-right: 16px;
	background-image: url(Graphics/pil.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#site #content #undersidor #produktCspalt #produktbild {
	text-align: left;
	display: block;
	clear: both;
	width: 400px;
	overflow: visible;
	position: relative;
	visibility: visible;
}
#site #content #undersidor #produktCspalt #produktbeskrivning {
	text-align: left;
	display: block;
	clear: both;
	width: 400px;
	padding-top: 10px;
}
#produkter .sida .bildV, #produkter .sida .bildH, #produkter .sida .bildC {
	display: none;
	margin: -10px;
	padding: 0px;
}
#produkter .sida img {
	display: none;
}
#navigering {
	display: block;
	clear: both;
	padding-bottom: 10px;
	font-size: 0.9em;
	overflow: visible;
	position: relative;
	visibility: visible;
}
#site #content #undersidor #produktCspalt #produktbeskrivning h1 {
	text-transform: uppercase;
}
#site #content #undersidor #produktCspalt #produktbeskrivning h2 {
	text-transform: uppercase;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#site #content #undersidor #produktCspalt #produktbild #zoom {
	display: block;
	width: 80px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	right: 0px;
	bottom: 0px;
	text-align: right;
}
#site #content #undersidor #produktCspalt #produktbild #zoom img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	display: block;
	float: right;
}
#site #content #undersidor #produktCspalt #produktbild #zoom a {
	font-size: 10px;
	color: #333333;
	display: block;
	clear: both;
}


/* Länkar */
a:link, a:visited {
	color:#007bb0;
	text-decoration: none;
}
a:hover {
	color: #00aeef;
}

/* Search */
#site #content #searchpage
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#site #content #searchpage .searchresults 
{
	width: 100%;
	margin-top: 20px;
	border-top: solid 1px #cdcecf;
}

#site #content #searchpage .searchresults h2
{
	margin-top: 5px;
}

#site #content #searchpage .searchresults .result 
{
	width: 100%;
	margin-top: 20px;
	border-top: solid 1px #cdcecf;
}

#site #content #searchpage .searchresults .result a
{
	font-size: 1.3em;
}

#site #content #searchpage .searchresults .result div
{
	
}

#site #content #searchpage .searchresults .result div a
{
	display: block;
	float: left;
	font-size: 1em;
	color: Green;
	margin-right: 10px;
}

#site #content #searchpage .searchresults .result div p
{
	
	display: block;
	color: Green;
}

#site #content #undersidor #undersidorHspalt #kundwebFiler h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
}

#site #content #undersidor #undersidorHspalt #kundwebFiler table {
	width: 100%;
}

#site #content #undersidor #undersidorHspalt #kundwebFiler table td {
  padding: 7px;
  border-bottom: solid 1px #d7d7d7;
}

#site #content #undersidor #undersidorHspalt #kundwebFiler table th {
  padding: 5px;
  border-bottom: solid 2px #d7d7d7;
}

#kundservice div.form {
	background-color: #80A6B7;
	height: 210px;
	width: 235px;
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
}

#kundservice div.form div.rubrik {
	font-weight: bold;
	color: #FFF;
	position: absolute;
	width: 215px;
	left: 10px;
	top: 8px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#kundservice div.form div.rubrik img {
	position: absolute;
	top: 1px;
	right: 0px;
}
#kundservice div.form table.kryssrutor {
	width: 215px;
	position: absolute;
	left: 10px;
	top: 30px;
	font-size: 10px;
	color: #FFF;
}
#kundservice div.form .beskrivning {
	height: 43px;
	width: 215px;
	position: absolute;
	left: 10px;
	top: 97px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}
#kundservice div.form .epost {
	font-size: 10px;
	height: 14px;
	width: 215px;
	position: absolute;
	left: 10px;
	bottom: 39px;
	padding: 2px;
}
#kundservice div.form .tel {
	font-size: 10px;
	height: 14px;
	width: 150px;
	position: absolute;
	left: 10px;
	bottom: 12px;
	padding: 2px;
}
#kundservice div.form .skicka {
	height: 22px;
	width: 55px;
	position: absolute;
	right: 10px;
	bottom: 12px;
	text-align: center;
	background-color: #158CC0;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 2px;
}

#kundservice div.form .tack {
	height: 80px;
	width: 210px;
	padding-top: 50px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
a, a:link { outline: none; }
#undersidorHspalt .stycke:after, #undersidorHspalt .sida:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
#undersidorHspalt .stycke, #undersidorHspalt .sida { display: inline-block; }
/* start commented backslash hack \*/
* html #undersidor #undersidorHspalt .stycke, * html #undersidorHspalt .sida { height: 1%; }
#undersidorHspalt .stycke, , #undersidorHspalt .sida { display: block; }
/* close commented backslash hack */


#site #content #ettanVspalt #ingress {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #656565;
	text-align: center;
	width: 650px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#TopMeny {
	height: 20px;
	width: 500px;
	position: absolute;
	top: 15px;
	right: 15px;
}

/* DROPDOWN SPRÅK */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0; 
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
}

ul.dropdown li {
 float: right;
 vertical-align: middle;
 zoom: 1.0;
 width: 105px;
 text-align: right;
}
ul.dropdown li.lang {
 width: 125px;
}
ul.dropdown li span, ul.dropdown li a {
	background-image: url(Graphics/pil_gra.gif);
	background-position: right center;
	padding-right: 15px;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #4c4c4c;
	margin-right: 5px;
}  
ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}
ul.dropdown li.dir:hover {	
	margin-right: -5px;
	margin-left: -11px;
	margin-top:-10px;
	z-index: 598;
	width: 111px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	height: 19px;
	background-image: url(Graphics/bg_sprak_topp.png);
	background-position: right top;
	text-align: right;

}
ul.dropdown li.lang:hover {	
	width: 131px;
}
ul.dropdown li.dir:hover span   {	
	background-image: url(Graphics/pil_gra_ner.gif);
	background-position: right center;
	padding-right: 15px;
	text-decoration: none;
	background-repeat: no-repeat;
}
ul.dropdown li.dir ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0px;
	z-index: 598;
	width: 131px;
	background-image: url(Graphics/bg_sprak_bott.png);
	background-position: left bottom;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
}

ul.dropdown li.dir ul li {
	float: none;
	background-image: url(Graphics/bg_sprak_streck.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	text-align: left;
	width: 131px;
	height: 19px;
}
ul.dropdown .dir ul li a {
	padding-left: 15px;
	background-image: none;
	height: 15px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	margin: 0px;
	display: block;
}
ul.dropdown .dir ul li a:hover, ul.dropdown .dir ul li a.hover {
	background-image: url(Graphics/bg_sprak_on.gif);
	background-position: left top;
}
ul.dropdown li:hover > ul {
 visibility: visible;
 overflow: visible;
}