/* CSS Document för meny*/
/*TOPPMENY*/

.glossymenu{
	position: relative;
	padding: 0 0 0 0;
	font-size:11px;
	font-family: Trebuchet MS, helvetica, geneva, arial, sans-serif;
	margin: 5px auto 0 auto;
	height:24px;
	list-style: none;
}


.glossymenu li{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0

}

.glossymenu li a{
	float: left;
	display: block;
	color:#999;
	text-decoration: none;
 	padding:0 0 0 10px; /*Padding to accomodate left tab image. Do not change*/
	height: 24px;
	text-align: left;
	cursor: pointer;	
}
.glossymenu a:hover {
	text-decoration: none;
	border:0;	
}

.glossymenu li.notcurrent
{
	
	background: url(../images/meny_grey_left.jpg) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.notcurrent a b
{

	background: url(../images/meny_grey_right.jpg) no-repeat  right top; /*left tab image path*/
}


.glossymenu li a b{
	float: left;
	display: block;
	
	padding: 4px 18px 0 3px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #008aea;
	background: url(../images/meny_white_left.jpg) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #008aea;
	background: url(../images/meny_white_right.jpg) no-repeat right top; /*right tab image path*/
}

/*HUVUDMENY*/

#idMainMenu a
{
color:#666666;
font-size:0.9em;
text-decoration:none;
}


/*#idMainMenu .meny .level2 .unselected
{
height:22px;
padding-left:10px;
padding-top:4px;
width:170px;
}*/

#idMainMenu .meny .level2 .unselected a
{background-image:url(../images/undermeny_bg.gif);
background-repeat:no-repeat;
height:22px;
display:block;
padding-left:10px;
padding-top:4px;
width:170px;}

/*#idMainMenu .meny .level2 .selected
{
height:22px;
padding-left:10px;
padding-top:4px;
width:170px;
}*/

#idMainMenu .meny .level2 .selected a
{
height:22px;
padding-left:10px;
padding-top:4px;
display:block;
width:170px;
color:#fff;
background-image:url(../images/on_menybg.gif);
background-repeat:no-repeat;
}


#idMainMenu .meny .level2 a:hover
{
height:22px;
padding-left:10px;
padding-top:4px;
display:block;
width:170px;
background-image:url(../images/hover_menybg.gif);
background-repeat:no-repeat;
}

#idMainMenu .meny .level3 .unselected a
{
background-image:url('../images/undermeny_bg.gif');
background-repeat:no-repeat;
height:22px;
display:block;
padding-left:20px;
padding-top:4px;
width:170px;
}


#idMainMenu .meny .level3 .selected a
{
background-image:url(../images/on_menybg.gif);
background-repeat:no-repeat;
height:22px;
display:block;
color:#fff;
padding-left:20px;
padding-top:4px;
width:170px;
}

#idMainMenu .meny .level3 a:hover
{
height:22px;
padding-left:20px;
padding-top:4px;
display:block;
width:170px;
background-image:url(../images/hover_menybg.gif);
background-repeat:no-repeat;
}
/*SIDFOTSMENY*/
.cls_horizontal a
{
color:#666;
}
.cls_horizontal a:hover
{
color: #008aea;
}