.bc_menu ul {	/* ----------------------------------------------------------------------------- Menu Item Width -------------------- */
	width:90px;
	margin:0;
}
.bc_menu h2 {
	background-image:url(/skins/stoneskids/images/bullet.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	height:17px !important;
	padding-bottom:8px;
}
.bc_menu h2 a {
	background-position:center !important;
	background-repeat:no-repeat !important;
	font-size:0pt;
	height:25px !important;
}
#menu_item_1 { 
	width:65px;
}
#menu_item_1 h2 a { background-image:url(/skins/stoneskids/images/menu_home.gif); }
#menu_item_1 h2:hover a { background-image:url(/skins/stoneskids/images/menu_home2.gif); }
#menu_item_page_2 {
	width:84px;
}
#menu_item_page_2 h2 a { background-image:url(/skins/stoneskids/images/menu_services.gif); } 
#menu_item_page_2:hover h2 a { background-image:url(/skins/stoneskids/images/menu_services2.gif); } 
#menu_item_page_3 {
	width:163px;
} 
#menu_item_page_3 h2 a { background-image:url(/skins/stoneskids/images/menu_dental_education.gif); }
#menu_item_page_3:hover h2 a { background-image:url(/skins/stoneskids/images/menu_dental_education2.gif); }
#menu_item_page_4 {
	width:93px;
}
#menu_item_page_4 h2 a { background-image:url(/skins/stoneskids/images/menu_about_us.gif); } 
#menu_item_page_4:hover h2 a { background-image:url(/skins/stoneskids/images/menu_about_us2.gif); } 
#menu_item_page_5 {
	width:121px;
} 
#menu_item_page_5 h2 a { background-image:url(/skins/stoneskids/images/menu_testimonials.gif); } 
#menu_item_page_5:hover h2 a { background-image:url(/skins/stoneskids/images/menu_testimonials2.gif); } 
#menu_item_page_6 {
	width:69px;
} 
#menu_item_page_6 h2 a { background-image:url(/skins/stoneskids/images/menu_faq.gif); }
#menu_item_page_6:hover h2 a { background-image:url(/skins/stoneskids/images/menu_faq2.gif); }

.bc_menu #menu_item_page_6 h2 {
	background-image:none;
}

.bc_menu {
	height:25px;
}



div.bc_menu li:hover{	/* --------------------------------------------------------------------- Menu Cursor ------------------------ */
	cursor:pointer;
}
/* ----------------------------------------------------------------------------------------- Main Menu Items -------------------- */
.bc_menu h2 a {
	font:bold 0 arial,helvetica,sans-serif;
	text-decoration:none;
	text-align:center;
	color:#333333;
	height:20px;
	line-height:25px;
	margin-bottom:0;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	margin:0;
}

.bc_menu ul li:hover h2 a {		/* ------------ Main Menu - Hover ----------- */
	color: #fff ;
}
.bc_menu h2 a:active {				/* ------------ Main Menu - Active ---------- */
}
.bc_menu h2 a:visited {			/* ------------ Main Menu - Visited --------- */
}

/* ----------------------------------------------------------------------------------------- Sub Menu Items --------------------- */
.bc_menu ul ul {
	border:1px solid #ccc;
	width:150px;
}

.bc_menu ul ul a,
.bc_menu ul ul ul a,
.bc_menu ul ul ul li:hover ul a,
.bc_menu ul ul li:hover ul a,
.bc_menu ul ul ul li:hover a {
	font:bold 11px arial,helvetica,sans-serif;
	text-decoration:none;
	background-color:#efefef;
	color:#000;
	padding:4px;
	/*width:100px;*/	/* Be sure to set the "Second Level Subment" width to match as described below */
}
.bc_menu ul ul .parent { 			/* ------------ Sub Menu - Parent ----------- */
	background-image:url(/plugins/bc_menu/images/more.gif);
	background-position:right;
	background-repeat:no-repeat; 
}

.bc_menu ul ul a:hover,
.bc_menu ul ul ul li:hover a,
.bc_menu ul ul li:hover ul a:hover,
.bc_menu ul ul ul li:hover ul a:hover,
.bc_menu ul ul a:hover, 
.bc_menu ul ul li:hover a, 
.bc_menu ul ul ul a:hover {		/* ------------ Sub Menu - Hover ----------- */
	background-color:#4a6e9e;
	color: #fff;
}
.bc_menu ul ul a:active {			/* ------------ Sub Menu - Active ---------- */
	background-color:#f2ba57;
}
.bc_menu ul ul a:visited {			/* ------------ Sub Menu - Visited --------- */

}

.bc_menu ul ul {	/* ------------------------------------------------------------------------- First Level Submenus --------------- */
	left:-1px;
}
.bc_menu ul ul ul{	/* ------------------------------------------------------------------------- Second Level Submenus --------------- */
	top:-1px;
	left:100%;
	/*left:108px;*/		/* Should be slightly larger than the sub-menu item width. Adjust to fit. */
}


