
/* This navigation popout to left or right, currently set to a maximum of 3 levels*/


/* Set some default values, like remove unwanted padding and margin 
Also change the with of the menu here*/
.default_02 a{
	color: #FFF;
	width:170px;
	text-decoration:none;
	border-bottom: 1px solid #FFF;
}

.default_02 a.top_level{
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	width: 160px;
}

.default_02 a.second_level {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	width: 150px;
}

.default_02 {
  padding-left: 0px;
  width:170px;
}