﻿
#meny, #meny ul 
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#meny li 
{
    float: left;
    margin-right: 30px;
}

.huvudmeny
{
    position: absolute;
    height: 57px;
}
         
.huvudmeny a
{
    display: block;
    width: 150px;
    height: 53px;
    text-decoration: none;
}

.huvudmeny-betaltjänster
{
	position: absolute;
	background: url(../images/design/master/menu/menu_top_service.gif) no-repeat;	
	left: 145px; 
	top: 20px; 
	height: 57px; 
	width: 150px;
}
/**/
.huvudmeny-betaltjänster:hover
{
	position: absolute;
	background: url(../images/design/master/menu/menu_top_service_hover.gif) no-repeat;
	left: 145px; 
	top: 20px; 
	height: 57px; 
	width: 151px;	
}

.anchor-betaltjänster
{
	display: block;
	position: relative;
	height: 57px; 
	width: 150px;
}

.huvudmeny-teletjänster
{
	position: absolute;
	background: url(../images/design/master/menu/menu_top_telefonitjanster.gif) no-repeat;	
	left: 324px; 
	top: 20px; 
	width: 163px; 
	height: 57px;
}
/**/
.huvudmeny-teletjänster:hover
{
	position: absolute;
	background: url(../images/design/master/menu/menu_top_telefonitjanster_h.gif) no-repeat;
	left: 324px; 
	top: 20px; 
	width: 163px; 
	height: 57px;	
}

.anchor-teletjänster
{
	display: block;
	position: relative;
	height: 57px; 
	width: 150px;
}

.huvudmeny-om
{
	position: absolute;
	background: url(../images/design/master/menu/menu_top_omviatel.gif) no-repeat;	
	left: 315px; 
	top: 20px; 
	width: 150px; 
	height: 57px;
}
/**/
.huvudmeny-om:hover
{
	position: absolute;
	background: url(../images/design/master/menu/menu_top_omviatel_hover.gif) no-repeat;	
	left: 315px; 
	top: 20px; 
	width: 150px; 
	height: 57px;
}

.anchor-om
{
	display: block;
	position: relative;
	height: 57px; 
	width: 150px;
}

.huvudmeny-aktuellt
{
	position: absolute;
	background: url(../images/design/master/menu/menu_top_aktuellt.gif) no-repeat;	
	left: 655px;
	top: 20px; 
	width: 150px; 
	height: 57px;
}
/**/

.huvudmeny-aktuellt:hover
{
	position: absolute;
	background: url(../images/design/master/menu/menu_top_aktuellt_hover.gif) no-repeat;	
	left: 655px;
	top: 20px; 
	width: 150px; 
	height: 57px;
}
.anchor-aktuellt
{
	display: block;
	position: relative;
	height: 57px; 
	width: 150px;
}

.huvudmeny-kontakt
{
	position: absolute;
	background: url(../images/design/master/menu/menu_top_kontakt.gif) no-repeat;	
	left: 485px;
	top: 20px; 
	width: 150px; 
	height: 57px;
}

.huvudmeny-kontakt:hover
{
	position: absolute;
	background: url(../images/design/master/menu/menu_top_kontakt_hover.gif) no-repeat;
	left: 485px;
	top: 20px; 
	width: 150px; 
	height: 57px;
}

.anchor-kontakt
{
	display: block;
	position: relative;
	height: 57px; 
	width: 150px;
}

.undermeny
{
    display: none;
}

.undermeny li
{       
	position: absolute;
    left: -10px; 
    font-size: 9pt; 
    color: #9C9C9C;
}

.undermeny li a
{     
    display: inline;
	margin: 0 5px 0 5px;
	line-height: 4.7em; /*Var texten i undermeny hamnar i höjdled*/
    font-size: 9pt; 
    color: #9C9C9C;
}

.undermeny li a:hover 
{
	color :#5F6463;
	text-decoration: none;
}

#underMeny-betaltjänster
{
	position: absolute; 
    background: url(../images/design/master/menu/menu_top_sub_betal_bg.gif) no-repeat;
    margin-top: 25px; /*Ändra var undermenyn ska komma, funkar i IE och moz */
    width: 850px; 
    margin-left: 0; 
	padding: 0 10px 0 10px; 
    left: -10px; 
    top: -37px;
}

#underMeny-telefonitjänster
{
    background: url(../images/design/master/menu/menu_top_sub_tele_bg.gif) no-repeat;
    margin-top: 25px; /*Ändra var undermenyn ska komma, funkar i IE och moz */
    width: 453px; 
    margin-left: 0; 
    position: absolute; 
    padding: 0 10px 0 10px;
    left: -10px; 
    top: -37px;
}

#underMeny-om
{
    background: url(../images/design/master/menu/menu_top_sub_om_bg.gif) no-repeat;
    margin-top: 25px; /*Ändra var undermenyn ska komma, funkar i IE och moz */
    width: 284px; 
    margin-left: 0; 
    position: absolute; 
    padding: 0 10px 0 10px;
    left: -10px; 
    top: -37px;
}

#underMeny-aktuellt
{
    width: 327px;
    margin-top: -10px; /*Ändra var undermenyn ska komma, funkar i IE och moz */
    margin-left: -10px;
}

#underMeny-kontakt
{
    background: url(../images/design/master/menu/menu_top_sub_om_bg.gif) no-repeat;
    margin-top: 25px; /*Ändra var undermenyn ska komma, funkar i IE och moz */
    width: 284px; 
    margin-left: 0; 
    position: absolute; 
    padding: 0 10px 0 10px;
    left: -10px; 
    top: -37px;
}

#meny li:hover ul, li.over ul 
{
    display: block;
}