
.menubg{ width:900px; margin:auto;}
.mainbg{ height:453px; margin:0 auto -60px; position:relative;background:url(images/newbg.jpg)  no-repeat center top;}
.jquerycssmenu ul{
margin: 0;
padding: 0;

list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left; width:117px;  line-height:50px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block; font-family:tahoma; font-size:12px; line-height:50px;text-align:center;
 /*background of tabs (default state)*/

/*spacing between tabs*/ width:115px;

color: #fff;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{ text-align:center;
background-image: url(images/menubg.jpg); text-decoration:none; width:115px; /*tab link background during hover state*/

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border:1px solid #006;
 text-align:left;	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
background-color:#FFF;line-height:20px; width:115px;
z-index:1;
 
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0; left:0; background-color:#FFF;
   z-index:1; width:150px;font: normal 12px tahoma;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	width:150px;
font: normal 12px tahoma;
 /*width of sub menus*/
background: white;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
 border-bottom:1px dashed #999; text-align:left;
  z-index:2;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
	width:100%;
font: normal 12px tahoma; width:150px;
 /*width of sub menus*/

color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
 border-bottom:1px dashed #999; text-align:left; z-index:2;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
