

.jquerycssmenu{
position: relative;
width: 515px;
height: 22px;
top: 150px;
left: 430px;
z-index: 9999;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
z-index: 9999;
position: relative;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: right;
text-align:left;
padding-left: 10px;
padding-right: 10px; 
z-index: 999999;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
color: #2d2b2b;
text-decoration: none;
font: 18px/18px 'OpenSansCondensedBold', Arial, sans-serif;
}

.jquerycssmenu ul li a:hover{
	color: #ED1D24;
}	
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
margin-left: -15px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 9.5px Verdana;
width: 180px; /*width of sub menus*/
background: #e4e4e4;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
color: red;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

.arrow
{
position:absolute;
right:0px;
bottom:0px;
}