/* Positioning Fix */
#level_one {
	width: 215px;	
}
.level_two {
	width: 	240px;
}

/*First level of the drop down*/
#level_one {
	position:absolute;
	top: 0px;
	left: 181px;
	line-height: 2;
	color: #FFF;
	display: none;
}
.level_two{
	position:absolute;
	top: 0px;
	display: none;
}

#menu_anchor{
		width: 181px;
		height: 30px;
		position: absolute;
		z-index: 5;
		background-image:url(../images/anchor.png);
}

/* 9 slice scaling */
.sub_top{
	line-height: 3;
}
.no_line_height {
	line-height: 0 !important;	
}
.sub_top_left{
	background-image:url(../images/dropdown/drop_top_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 35px;
}

.sub_top_stretch{
	background-image:url(../images/dropdown/drop_top_mid.png);
	background-repeat: repeat-x;
	height: 34px;
	margin-left:35px;
	margin-right:41px;
}

.sub_top_right{
	background-image:url(../images/dropdown/drop_top_right.png);
	background-repeat: no-repeat;
	float: right;
	height: 34px;
	width: 41px;
}

.sub_item{
}

.sub_item_left{
	background-image:url(../images/dropdown/drop_mid_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 35px;
}

.sub_item_stretch{
	background-image:url(../images/dropdown/drop_mid_mid.png);
	background-repeat: repeat-x;
	height: 30px;
	margin-left: 35px;
	margin-right: 41px;
	line-height: 2.25;
}

.sub_item_right{
	background-image:url(../images/dropdown/drop_mid_right.png);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 41px;
}

.sub_foot{
	line-height:1.75;
}

.sub_foot_left{
	background-image:url(../images/dropdown/drop_foot_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width:35px;
}

.sub_foot_stretch{
	background-image:url(../images/dropdown/drop_foot_mid.png);
	background-repeat: repeat-x;
	height: 35px;
	margin-left:35px;
	margin-right:41px;
	line-height:2.5;
}

.sub_foot_right{
	background-image:url(../images/dropdown/drop_foot_right.png);
	background-repeat: no-repeat;
	float: right;
	height: 35px;
	width:41px
}