#mp2_box{
	font-size:11px;
	font-family:Verdana;
	z-index:200;
}

#mp2_box ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
#mp2_box ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:200;
}
#mp2_box img {
	vertical-align:middle;
}

/*Top level menu link items style*/
#mp2_box ul li a{
	display: block;
	/*
	padding: 2px 10px 2px 10px;
	border: 1px solid #778;
	margin-right: 3px; /*spacing between tabs
	padding-top:13px;
	*/
	background-position:left 2px;
	background-repeat:no-repeat;
	border-bottom-width: 0;
	text-decoration: none;
}

#mp2_box ul li a:hover{
	/* background: url('/files/images/markon/gfx/pilsub.gif') no-repeat; */
}
	
/*1st sub level menu*/
#mp2_box ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:200;
	background-color:#949599;
}
#mp2_box ul li ul li ul {
	/* background-color:#a8a9ad;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
#mp2_box ul li ul li{
	display: list-item;
	float: none;
	width:160px;
}
#mp2_box ul.mp2_2 li {
	width:190px;	
}
#mp2_box ul.mp2_3 li {
	width:210px;	
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mp2_box ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
#mp2_box ul li ul li a {
	font: normal 10px Verdana;
	/*width of sub menus*/
	/* padding: 2px 3px; */
	padding:5px;
	margin: 0;
	border-top-width: 0;
	/* background: url('/files/images/markon/gfx/space.gif') no-repeat; */
}

#mp2_box ul li ul li a:hover{ /*sub menus hover style*/
	/* background: #d0d0d0; */
	background-color:#a8a9ad;
	/* background: url('/files/images/markon/gfx/space.gif') no-repeat; */
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 7px;
	right: 5px;
}

.rightarrowclass{
	position: absolute;
	top: 5px;
	right: 5px;
	/*
	border-right:4px solid #FF0000;
	*/
}
li.mp_selected {
	background-color:#033b6a;
}
li.smp_1,li.smp_2,li.smp_3 {
	border-bottom:1px solid #FFFFFF;
}
li.smp_2,li.smp_3 {
	border-left:1px solid #FFFFFF;
}
li.smp_1 a,li.smp_2 a,li.smp_3 a {
	padding:4px 4px 3px 6px;
}
li.smp_2 a:link,li.smp_2 a:active,li.smp_2 a:visited,
li.smp_3 a:link,li.smp_3 a:active,li.smp_3 a:visited {
	/* width:130px; */
}
li.smp_1 a:link,li.smp_1 a:active,li.smp_1 a:visited {
	/* width:170px; */
}
ul.mp2_1,ul.mp2_2 {
	top:-1px;
}