﻿/*************************/
/* SUBMENUAREA           */
/*************************/
#SubMenuArea
{
	width: 150px;
	float: left;
	color: #555555;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial;
	margin: 0 0 0 12px;
	text-align:left;
	margin-right:14px;
	
}

#SubMenuArea a
{
	color:#555;
	clear:both;
}

/* Nivå 1 ul*/
#SubMenuArea ul
{
	border-top: 1px dashed #8F8F8F;
	padding: 0;
	margin: 0 6px 0 0;
	
	list-style-type: none;
}

/* Nivå 1 li*/
#SubMenuArea li
{
	padding: 6px 6px 6px 6px;
	border-bottom: 1px dashed #8F8F8F;
	display: block;
	clear:both;
	
	
}

#SubMenuArea li.selected
{
	padding: 6px 6px 6px 6px;
	height:auto;
	font-weight:normal;
	
	
}


#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;
	background-color: #DADEDE;
	margin: -10px -6px -6px -6px;
	font-weight: bold;	
	border-bottom: 1px dashed #8F8F8F;
	border-top: 1px dashed #8F8F8F;

}




/* Nivå 2 li */
#SubMenuArea li li,#SubMenuArea li.selected li
{	
	padding: 3px 0 3px 0;
	border-bottom-color: White;
	
}

#SubMenuArea li.selected li.selected
{
	text-decoration:none;
	font-weight:bold;
	margin-top:3px;
	
}


#SubMenuArea li.selected 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;
	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;
	
}

