﻿/*Specialstyles IE6*/

/*Author: Thomas Engevold
Site: Telefoni.no
07.11.09
*/

/*Special styles IE 6.0*/
*html #top ul{
	list-style: none; 
	padding:0; 
	margin:0; 
	height:46px; 
	width:900px;
	}

*html #top ul li{
	display:inline;
	float:left; 
	list-style:none; 
	margin:0; 
	padding:0px 2px 0xp 0px;
}

*html #top ul li a{
	float:left;
	display: block; 
	padding: 0 25px; 
	height: 42px; 
	line-height:40px; 
	color: #ffffff; 
	font-weight:bold; 
	text-decoration: none;
}


*html #main #top ul a:hover,
*html #main #top ul a.sfHover,
*html #main #top ul a.active:hover,
*html #main #top ul a.active.sfHover {
	background: url(../images/menu2-r.png) 100% 0 no-repeat;
	color: #fff;
}

*html #main #top ul a:hover a,
*html #main #top ul a.sfHover a,
*html #main #top ul a.active:hover a,
*html #main #top ul a.active.sfHover a 
{
	background: url(../images/menu2-l.png) 0 0 no-repeat;
	color: #fff;
}
*html #main #top ul a.active {
	background: url(../images/menu-r.png) 100% 0 no-repeat;
}

*html #main #top ul a.active{
	background: url(../images/menu-l.png) 0 0 no-repeat;
	color: #454545;
}

*html ul#CallsToAction li a, *html ul#CallsToAction li a:hover{
	padding:40px 0;
	margin:3px 0;

}



