/*
navigationBox
*/
.navigationBox
{
	position:absolute;
	padding-left:20px;	
}

/*
list elements
*/
.ulLevel1
{
	position:absolute;
	padding-right:20px;
	/*min-width:80px;*/
	line-height:22px;
	width:130px;
	/*border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;*/
	border-top:1px solid #FEF8E8;
	/*border-bottom:1px solid #cccccc;*/
}
.ulLevel2
{
	/*border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	*/
	border-top:1px solid #FEF8E8;
	/*border-bottom:1px solid #cccccc;*/
	width:140px;
	/*
	position:top;
	top:100px;
	*/
}


.liLevel1
{
	border-bottom:1px solid #FEF8E8;
}
.liLevel2
{
	border-bottom:1px solid #FEF8E8;
	border-left:1px solid #FEF8E8;
}

.ulLevel0, .liLevel0, .ulLevel1, .liLevel1, .ulLevel2, .liLevel2
{
	list-style-type: none;
	padding:0px;
	margin:0px;
	text-decoration: none;	
	/*min-width:100px;*/
	/*height:25px;*/
	/*width:100px;	*/
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;	
	list-style-image:url();	
}

.liLevel0
{
	float:left;
	/*height:700px;*/
	/*padding:5px;*/
}
.ulLevel1
{

	background-color:#fbeab4;
}
.ulLevel2
{

	background-color:#fbeab4;
	position:absolute;
	left:130px;
	top:-1px;
}
/*
onmouse over effects
*/
.mactive0
{
	background-color:#fbeab4;
	padding-left:5px;
	cursor:pointer;
}
.minactive0
{
	padding-left:5px;
	background-color:transparent;
}
.mactive1
{
	background-color:#858674;
	padding-left:5px;
	cursor:pointer;
}
.minactive1
{
	background-color:transparent;
	padding-left:5px;
}
.mactive2
{
	background-color:#858674;
	padding-left:3px;
	cursor:pointer;
}
.minactive2
{
	background-color:transparent;
	padding-left:3px;
}

.minactive0, .minactive1, .minactive2, .mactive0, .mactive1, .mactive2
{
	font-size:12px;
	font-weight:bold;
	padding-right:3px;
}

.minactive1, .minactive2, .mactive1, .mactive2
{
	font-size:12px;
	font-weight:normal;	
	min-width:110px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;	
}

#m0a,#m1a,#m2a,#m3a,#m4a
{
	padding:0px;
	padding-left:5px;
	padding-right:35px;	
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;		
}