﻿/*************************/
/* SUBMENUAREA           */
/*************************/
#SubMenuArea
{
	width: 220px;
	float: left;
	color: #930042;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial;
	text-align:left;
	margin: 20px 19px 0 0;
}

#SubMenuArea a
{
	color:#930042;
	clear:both;
}
#SubMenuArea a:hover
{
    font-weight: bold;
}

/* Nivå 1 ul*/
#SubMenuArea ul
{
	border-top: 1px solid #d0d0d0;
	padding: 0;
	margin: 0 6px 0 0;
	
	list-style-type: none;
}

/* Nivå 1 li*/
#SubMenuArea li
{
	padding: 6px 6px 6px 6px;
	border-bottom: 1px solid #d0d0d0;
	display: block;
	clear:both;
	background: #dedede url(images/Meny1/menubglevel1.gif) repeat-x;
	
}

#SubMenuArea li.selected
{
	padding: 6px 6px 6px 6px;
	height:auto;
	font-weight:normal;
	background: none;
	
}


#SubMenuArea li a
{
	display: block;
	text-decoration: none;
	clear:both;
	
}
 
/* Vald nivå 1 */
#SubMenuArea li span 
{
	display: block;
	clear:both;
	padding: 6px 6px 6px 6px;
	color: #5A656F;
	margin: -5px -6px -5px -6px;
	border-bottom: 1px solid #d0d0d0;
    background: url(images/Meny1/menubglevel1.gif) repeat-x;
    overflow: hidden;
}
#SubMenuArea li.selected span 
{
    font-weight: bold;
}


/* Nivå 2 li */
#SubMenuArea li li,#SubMenuArea li.selected li
{	
	border-bottom-color: White;
	background: none;
}

#SubMenuArea li li.selected
{
	text-decoration:none;
	font-weight:bold;
	background: none;
}
#SubMenuArea li li.selected span
{
    background: none;
}

#SubMenuArea li li.selected li a
{
	font-weight:bold;
	text-decoration:none;
	font-weight:normal;
}




/* Nivå 2 ul */
#SubMenuArea ul ul
{
	border-top-color: White;
	border-bottom-color: White;
	margin: 6px 0 0 0;
	padding:6px;
}

#SubMenuArea ul ul li
{
	border-top-color: White;
	border-bottom-color: White;
	
}



#SubMenuArea ul ul ul
{
	border-top-color: White;
	border-bottom-color: White;
	margin: 6px 0;
	
}




/* Vald nivå 2 */
#SubMenuArea li li span
{
	
	background-color: white;
	font-weight:bold;	
	border-top-color:White;
	border-bottom-color:White;
	
}






/* nivå 3 */


#SubMenuArea ul ul ul
{
	border-bottom-color: White;
	border-bottom-color: White;
	
}

#SubMenuArea ul ul ul li
{
	padding: 3px 0 3px 0;
	height:15px;
	border-bottom-color: White;
	font-weight:normal;
	
}


