

/* tab design begin here */

.menu_block {
margin: 5px 2px 0px 2px;
}

.menu_tab_block {
	height: 20px; 
	margin: 0px; 
	padding: 0 0 0 10px;
}


.menu_option {
position: relative;
display: block;
float: left;
text-align: center;
color: white;
cursor: pointer;
font-weight: bold;
padding: 2px 7px 3px 5px;
margin: 0 -1px 0 0;
border-left: 1px solid #676767;
border-bottom: 1px solid #676767;
background: #AA7C7C url(../appimages/tabframe.gif) no-repeat top right;
outline: none;
line-height: 13px;
}

.menu_option:hover {
background-color: #F1F6FA;
color: #676767;
}

.menu_option_sel {
position: relative;
display: block;
float: left;
text-align: center;
color: #B70000;
cursor: default;
font-weight: bold;
padding: 2px 7px 4px 5px;
margin: 0 -1px 0 0;
border-bottom: 0px;
border-left: 1px solid #676767;
background: white url(../appimages/tabframe.gif) no-repeat top right;
outline: none;
line-height: 13px;
}

/* tree design end here */


/* menu tree style begin here */

.tree_ul {
	border: 1px solid #676767;
	margin: -2px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background-color: white;
}

.liOpen{
	cursor: pointer;
	list-style: none;
	margin: 0 2px 0 2px;
	border-bottom: 1px solid #CCCCCC;
	color: #393939;
	background-image: url(../appimages/menu_arrow_down.gif);
	background-position: 175px 10px;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

.liOpen ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
}

.liClosed {
	cursor: pointer;
	list-style: none;
	margin: 0 2px 0 2px;
	border-bottom: 1px solid #CCCCCC;
	color: #353535;
	background: url(../appimages/menu_arrow_right.gif) no-repeat ;
	background-position: 179px 3px;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}
.liClosed ul {
	display: none;
}

.liBullet {
	list-style: none;
	cursor: default;
	color: #888888;
	margin-left: 2px;
	padding: 1px;
}

.liBulletsel {
	list-style: none;
	margin-left: 2px;
	padding: 1px;
}

.liBulletsel a,.liBulletsel a:link,.liBulletsel a:hover, .liBulletsel a:visited  {
	color: #B70000;
	font-style: italic;
}

ul span {
display: block;
width: 100%;
}

ul a:hover {
	text-decoration: underline;
}



/* menu tree style ended here */

