div.menu 
	{
		background-color: 	#ffffff;
		border: 			1px outset #cccccc;
		padding: 			0px 1px 1px 0px;
		position: 			absolute;
		visibility:			hidden;
		z-index: 			101;
		width: 			125px;
	}

.menuItemTextWith 
		{
		background-image: url(../Graphic/arror.gif);
		background-repeat: no-repeat;
		background-position: right;
		}

.menuItem
	{
		cursor: 				hand;
  		display: 			block;
  		padding: 			3px;
  		text-decoration: 		none;
  		white-space: 		nowrap;
		font-family: 		Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  		font-size: 			9px;
  		font-style: 		normal;
  		font-weight: 		normal;
  		color: 			#000000;
  		text-align:left;
  		width:125px;
  	}
		
.menuItem:hover
		{
		background-color: 	#990000;
  		color: 			#ffffff;

 		}
 		
.menuItem:visited:hover
{
	color: 			#ffffff;
}

.menuItemHighlight 
		{
  		background-color: 	#ffffff;
  		color: 			#990000;
		}

.menuItemText 
	{		
	}

.menuItemArrow 
	{
		font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 			9px;
  		font-style: 		normal;
  		font-weight: 		normal;
  		padding-left: 		2em;
  		margin-right: 		-.75em;
	}	

.pathRubrik	
	{
		font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 			7pt;
  		font-style: 		normal;
  		font-weight: 		normal;
		color: 				Gray;
	}	

.path
	{
		font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 			7pt;
  		font-style: 		normal;
  		font-weight: 		normal;
		color: 				Gray;
		text-decoration: 	none;
	}

.path:Hover
	{
		text-decoration: 	none;
		color: 				Gray;
	}

.path:Visited
	{
		text-decoration: 	none;
		color: 				Gray;
	}
	
		
.pathActive
	{
		font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 			7pt;
  		font-style: 		normal;
  		font-weight: 		normal;
		color: 				Gray;
	}	
	
.leftmenu
	{
		position: absolute;
	}	

body 
	{
		background-attachment: fixed;
		background-image: url(../Graphic/main_background.gif);
		background-repeat: no-repeat;
	}	