
/* KLASS FÖR NIVÅ 1 */
.global
{
	height: 100%;
	width: 100px;
	text-align:center; 
	border-right: 1px solid #fff;
	cursor:pointer;
}

/* ALLA SUBNIVÅER */	
.sub
{
	padding-right: 2px; 
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 0px;
	margin-top:0px;
	background-color: #000000;
	width: 140px;
}

/* JÄMN SUBNIVÅ-LÄNK */
.item_Even
{
	cursor: pointer;
	height:14px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3px;
	border-bottom: 1px solid #999999;
	background-color: #fae906;
}
	
/* OJÄMN SUBNIVÅ-LÄNK */
.item_Odd
{
	cursor: pointer;
	height:14px;
	padding-top:4px;	
	padding-bottom:4px;
	padding-left:3px;	
	border-bottom: 1px solid #999999;
	background-color: #fae906;
}

/* LÄNKFÄRGER FÖR SUBNIVÅ-LÄNKARNA */
.dhtmlItemA {font-weight:normal; font-size:xx-small;}
.dhtmlItemA:Link {color: #000; text-decoration:none;}	
.dhtmlItemA:Hover {color: #666; text-decoration:none;}	
.dhtmlItemA:Visited {color: #000; text-decoration:none;}
.dhtmlItemA:Visited:Hover {color: #000; text-decoration:none;}
.dhtmlItemA:Active {color: #000; text-decoration:none;}

/* LÄNK-KLASSER FÖR FÖRSTA 'GLOBALA' NIVÅN */	
.dhtmlGlobalA {font-weight:bold; font-size:xx-small; display:block; text-align:center; }	
.dhtmlGlobalA:Link {color: #fff; text-decoration:none; display:block; text-align:center;}	
.dhtmlGlobal:Hover {color: #87AC9C; text-decoration:none; display:block; text-align:center;}
.dhtmlGlobalA:Visited {color: #fff; text-decoration:none; display:block; text-align:center;}	
.dhtmlGlobalA:Visited:Hover {color: #87AC9C; text-decoration:none; display:block; text-align:center;}
	

	
.dhtmlImg {margin-right:2px;}
