#ebm_menu{
font: bold 11px arial;
font-family: Tahoma, Arial, Helvetica;
/*background: #414141; background of menu bar (default state)
background: url('../../Images/GradientImage.aspx?startcolor=5A82CC&endcolor=86ABDD&width=1&height=36&mode=vertical') repeat-x;
*/
width: 1000px;
margin: 5px auto 5px auto;
height: 36px;
}

#ebm_menu ul{
z-index:100;
margin: 0px;
padding: 0px;
list-style-type: none;
}
#ebm_menu ul
{
 margin: 0px 0px 0px 5px;
}

/*Top level list items*/
#ebm_menu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
#ebm_menu ul li a{
display: block;

white-space :nowrap;
text-decoration: none;
	padding: 7px 10px 7px 10px;
	/*border-right: 1px solid #A6C0E5;
	
color: white;
background: url('../../Images/GradientImage.aspx?startcolor=5A82CC&endcolor=86ABDD&width=1&height=36&mode=vertical') repeat-x;*/
}

* html #ebm_menu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}



#ebm_menu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: black; 
color: black;
 background: url('../../Images/GradientImage.aspx?startcolor=EBECF0&endcolor=A6C0E5&width=1&height=36&mode=vertical') repeat-x;
*/
padding: 2px 10px 12px 10px;
margin-bottom:0px;
}

#ebm_menu ul li a:hover
{
	padding: 2px 10px 12px 10px;
	cursor:pointer ;
/*background: black; background of menu items during onmouseover (hover state)
color: black;
 background: url('../../Images/GradientImage.aspx?startcolor=EBECF0&endcolor=A6C0E5&width=1&height=36&mode=vertical') repeat-x;
*/
}

	/* Sub level menu links style */
#ebm_menu ul li ul li a{
font: normal 11px Verdana;
min-width: 160px;
margin: 0;
border:0px;
border-top-width: 0;
display: block;
white-space :nowrap;
/*border: 1px solid #5A8DCF;
background: url('../../Images/GradientImage.aspx?startcolor=EBECF0&endcolor=A6C0E5&width=1&height=26&mode=vertical') repeat-x;
*/
color: black;
padding: 4px 10px 4px 10px;
text-decoration: none;
cursor:pointer ;
}
#ebm_menu ul li ul li a.selected
{
	padding: 4px 10px 4px 10px;
	/*
	color: white;
background: url('../../Images/GradientImage.aspx?startcolor=C0CEE8&endcolor=7399D5&width=1&height=26&mode=vertical') repeat-x;
*/
}
#ebm_menu ul li ul li a:hover
{
	padding: 4px 10px 4px 10px;
	/*color: white;
background: url('../../Images/GradientImage.aspx?startcolor=C0CEE8&endcolor=7399D5&width=1&height=26&mode=vertical') repeat-x;
*/
}
/*1st sub level menu*/
#ebm_menu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
margin:0px 0px 0px 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#ebm_menu ul li ul li{
display: list-item;
float: none;
position:relative;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#ebm_menu ul li ul li ul{
top: 0;
}

/* Holly Hack for IE \*/
* html #ebm_menu{height: 1%;} /*Holly Hack for IE7 and below*/

#ebm_menu .rightarrowclass{
position: absolute;
right:5px;
}


