/* INTERSOFTPRO VERTICAL COMBINED HIERARCHY MENU SETTINGS  */

.verticalMenu{
	/* background-image: url('../images/vertical_menu_bgr.gif');*/
	vertical-align: top;
	padding-top: 10px; /* CONTROLS MENU PADDING!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
	padding-left: 10px;
	background-color: #E3EFFD;
}

.verticalMenu table{
	/*cellpadding="0" cellspacing="0" border="1" bordercolor="#A9C8F0" width="100%"*/
	width: 100%;
	padding:0px;
}

.isp_HMenu_dotDelimiter {
	height: 1px;
	/* vertical-align: middle; */
}

.verticalMenu table tr td{
	font-family : Verdana;
	font-size: 12px;
	font-weight : bold;
	text-decoration: none;
}

.vericalMenu table tr td a{
	padding-top: 5px;
	font-family : Verdana;
	font-size: 12px;
	font-weight : bold;
	text-decoration: none;
	height:23px;
}
/*
.verticalMenuSubMenu a{
	text-decoration: none;
	padding-top: 3px;
	padding-left: 30px;
	color: #1863BD;
	border-left: 1px solid #CFE1F6;
	border-right: 1px solid #CFE1F6;
}
.varticalMenuActive a{
	text-decoration: none;
	padding-top: 3px;
	padding-left: 40px;
	color: #EEA850;
	border: 1px solid #A9C8F0;
}
*/
.isp_HMenu_rootParent {
	color: #0B4485;
	padding-top: 5px;
	font-family : Verdana;
	font-size: 12px;
	font-weight : bold;
	text-decoration: none;
	height:23px;
}

.isp_HMenu_selectedCategory {
	color: #EEAD5C;
	padding-top: 5px;
	font-family : Verdana;
	font-size: 12px;
	font-weight : bold;
	text-decoration: none;
	height:23px;
}

.isp_HMenu_notSelectedCategory {
	color: #1863BD;
	padding-top: 5px;
	font-family : Verdana;
	font-size: 12px;
	font-weight : bold;
	text-decoration: none;
	height:23px;
}

.isp_HMenu_notSelectedGroup {
	color: #1863BD;
	padding-top: 5px;
	font-family : Verdana;
	font-size: 12px;
	font-weight : bold;
	text-decoration: none;
	height:23px;
}
/* END OF INTERSOFTPRO VERTICAL COMBINED HIERARCHY MENU SETTINGS  */