A{
	font-family: arial;
	font-size: 11px;
	
}

.topmenuul,.submenuul,.botmenuul{
	background-color: #000077;
}
a.topmenu,a.submenu,a.botmenu{
	color:white;
}
a.topmenu:hover, A.submenu:hover,a.botmenu:hover{
	color: red;
}
/* ------------------------------------------------------------- */

A.topmenu {
	text-decoration:none;
	height: 34px;
/*	color: white;*/
}


a.topmenu,.topmenu{
	margin:0px;
	padding:0px;
	text-indent: 0px;
}

.topmenuul{
	margin:0px;
	padding:0px;
	
	top:18;
	left:186px;
	width: 613;
	position:relative;
	height: 34px;
	/* background-color:black;*/
	border:0px solid red;
	list-style:none;
	padding-top: 0px;
	z-index:1;
}

.topmenuli{
	padding: 0px;
	margin:0px;
	
	display: inline;
	position:relative;
	top:10;
	border: 0px solid green;
	padding-bottom:10px;
	padding-left: 4px;
}


/* ------------------------------------------------------------- */

a.submenu{
	margin:0;
	padding:0;

/*	color:white;*/
	text-decoration: none;
}


A.submenu:active
{

}
.submenu{
	margin:0;
	padding:0;
}

.submenuul{
	margin:0;
	padding:0;
	

	position:absolute;
	top:20;
	left:-2000;
	/* background-color:black;*/
	width:160;
	list-style:none;
	padding-left:5;
	padding-right:5;
}



.submenuli{
	padding:0;
	margin:0;
	
	position:relative;
	display:block;
	margin-left:20;
	text-indent:-20;
	padding-bottom:3;
}
/* ------------------------------------------------------------- */

A.botmenu {
/*	color: white;*/
	text-decoration: none;
}
A.botmenu:hover{
/*	color:red;*/

}

A.botmenu:active{

}

.botmenu{

}

.botmenuul{
	margin:0;
	padding:0;
	
	position:absolute;
	
	display:block;
	top:0;
	left:-2000;
	list-style:none;
	/* background-color:black;*/
	width: 160;
	padding-left:5;
	padding-right:5;
	padding-top:5;
}

* html botmenuul{
	width: 170;
}

.botmenuli{
	margin:0;
	padding-bottom:3;
	margin-left:20;
	text-indent:-20;
}

/* ------------------------------------------------------------- */

.outer{
	position:relative; 
	width:800; 
	margin-top: 10;
	margin-bottom:30;
}

.topbar{
	position: absolute;
	left:0;
	top:0;
	width:800;
	height:18;
}

.leftblock{
	position: absolute;
	left:0;
	top:18;
	width:186;
	height:37;
	border:0 solid;
}

.menubottoma{
	position: absolute;
	left:180px;
	top:52;
	width:5;
	height:3;
	z-index:0;
	border:0 solid;

}
.menubottomb{
	position: absolute;
	left:185px;
	top:52;
	width:604;
	height:3;
	border:0 solid;


}
.menubottomc{
	position: absolute;
	left:795px;
	top:52;
	width:5;
	height:3;
	border:0 solid;

}


.menublockx{
	padding:0;
	margin: 0;
	
	position: relative;
	left:186px;
	top:18;
	width:613;
	height: 16px;
	z-index:1;
	border: 1px solid blue;

}

.bottombar{
	position: absolute;
	left:0;
	top:55;
	width:800;
	height:34;
}

.content{
	position: relative;
	left:0;
/*	top:100; */
	margin-top:80;
	width:800;
	background-color: white;
	z-index:0;

}

li.topmenuli:hover ul.submenuul, li.over0 ul.submenuul{
	left:-10;
}


li.submenuli:hover ul.botmenuul{
	left:140;
}

li.over1 ul.botmenuul{
	left:150;
}

