nav ul
{
list-style-type: none;
}

nav
{
width: 240px;
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
position: relative;
margin:0;
top: auto;
left: auto;
z-index:200;		
}

nav > a
{
	position: relative;
	display: none;
	width: 30px; 
	height: 30px; 
	text-align: left;
	text-indent: -9999px;
	background-color: #e82b43;
	
}
nav > a:before,
nav > a:after
{
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
nav > a:after
{
	top: 60%;
}

nav:not( :target ) > a:first-of-type,
nav:target > a:last-of-type
{
display: block;
}
nav li
{
	position: relative;
}
	nav li a
	{
		color: #fff;
		display: block;
	}

/* first level */
nav > ul
{
height: auto;
display: none;
position: absolute;
left: 0;
right: 0; 
background-color: #e82b43;
}
nav:target > ul
{
	display: block;
}
nav > ul > li
{
	width: 100%;
	float: none;
	height: 100%;
}
	nav > ul > li > a
	{
		height: auto;						
		padding: 0 10px;
		font-size: 14px;
		line-height: 25px; 
		text-align: left;
		text-decoration:none;
	}
		nav > ul > li:hover > a,
		nav > ul:not( :hover ) > li.active > a
		{
			background-color: #036;
			width:180px;
			text-decoration:none;
		}

/* second level */
nav li ul
{
	position: static;
	padding: 20px;
	padding-top: 0;
	width:160px;
	font-size: 12px;
	background-color: #eeeeee;
	display: none;
	top: 100%;

	display: block;
	left: 0;
	right: 0;
}
	nav li:not( :first-child ):hover ul
	{
		left: -1px;
	}
	nav li ul a
	{
		color:#036;
		font-size: 12px;
		padding: 5px;
		text-decoration:none;
	}
		nav li ul li a:hover,
		nav li ul:not( :hover ) li.active a
		{
			color:fff;
			font-size:12px;
			background-color: #999999;
			text-decoration:none;
		}
	#header{ 

		top:-10px;
		position: relative;
		width: 99%;
		height:130px;
		padding:20px;
		right:0px;
		background-color:#FFF;
		text-align:left;
		z-index:100;
	} 
	#large{
		position:relative;
		top:-60px;
		width:99%;
		height:inherit;
		padding:10px;
		
	}
	#foot{
		position: relative;
		top:-60px;
		background-color:#fff;
		width: 99%;
		right:0px;
		height:200px;
	}
	img.header{
		display:none;
	}
	.smallicons{
		float:left;
		width:70px;
	}
	.headerpict{
		position:absolute;
		top:0px;
		right:0px;
		width:99%;
		height:50px;
		border-top:1px solid #036;
	}
	img.headerright-large{
		display:none;
	}
	img.headerleft-large{
		display:none;
	}
	img.headerright-small{
		float:right;
	}
	img.headerleft-small{
		float:left;
	}
	img.headerright-medium{
		display:none;
	}
	img.headerleft-medium{
		display:none;
	}
	img.right{
		float:right;
		border:1px solid #333;
		margin:10px;
	}
	img.right_org{
		display:none;
	}
	img.left{
		float:left;
		border:1px solid #333;
		margin:10px;
	}
	#mainmenubar{
		position:relative;
		top:-60px;
		left:0px;
		width:100%;
		padding:0;
		height:40px;
		z-index:100;
	}
	#addressbar{
		position: absolute;
		right:0;
		top:0xp;
		width:100%;
		height:60px;
		line-height:26px;
		z-index:8;
		background-image: url(../images/mainpage/menuback-medium.png);
	}

	.address{
		float:left;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		line-height:12px;
		color:#FFF;
		padding-left:10px;
		font-weight:bold;	
	}
	.emailbar{
		position:absolute;
		bottom:13px;
		right:10px;
				
	}
/* specific classes ****************************** */
	.vertical_left, .vertical_leftmid{
		float:left;
		width:100%;
		margin-right:10px;
		padding:0px;
		top:0px;
	}
	.vertical_right, .vertical_rightmid{
		float:left;
		width:100%;
		margin-right:10px;
		padding:0px;
		top:0px;
	}
	.vertical_right_picts{
		display:none;
	}
	.vertical_middle{
		float:left;
		width:100%;
		margin-right:10px;
		padding:0px;
		top:0px;
	}
	.wide_left{
		float:left;
		width:100%;
		margin-right:10px;
		padding:0px;
		top:0px;
	}
	.wide_left_central{
		float:left;
		width:90%;
		margin-right:10px;
		padding:0px;
	}
	.storelist{
		display:none;
	}
	.sidemenu{
		float:none;
		width:95%;
		padding:10px;
		top:0px;
	}
	.wide_right{
		float:left;
		width:95%;
		padding:10px;
		top:0px;
	}
.menu_item, .menu_item1{
		position:relative;
		display:block;
		width:90%;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		text-align:left;
		color:#036;
		font-weight:bold;
		background-color:#eee;
		padding:10px;
		border-radius:10px;
		border:1px solid #ccc;
		margin-bottom:10px;
	}
	.menu_item1{
		background-color:#039;
		color:#fff;
		padding:10px;
		margin-bottom:10px;
		border:1px solid #039;
	}
	.menu_item a:link, .menu_item a:visited{
		color:#036; 
		display:block;
		width:90%;
		text-decoration:none;
		font-weight:bold; 	
	}
	.menu_item a:hover {
		color: #c00;  
		font-weight:bold;
		text-decoration:none;
	}
	.message  
	{
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		text-align:justify; 
		color:#039; 		
	}
	.message a:link, .message a:visited{
		color: #C00; 
		text-decoration:none;
		font-weight:bold;
	}
	.message a:hover {
		color: #F90;  
		font-weight:bold;
		text-decoration:none;
	}