.jquerycssmenu{
font: bold 12px Verdana;
text-align: center;
height: 1%;
/*border-top: solid 1px #FFF;*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
height:36px;
padding-left: 10px;
background: #2D4C7B url(/lib/budgetpackaging-com/navbarfillbg.gif) repeat-x; /*background of tabs (default state)*/
background-position: left -1px;

}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: #2D4C7B url(/lib/budgetpackaging-com/navbarfillbg.gif) repeat-x; /*background of tabs (default state)*/
background-position: left -1px;
padding: 5px 5px 5px 5px;
/*margin-right: 1px; spacing between tabs*/
/*border-left: solid 1px #2D4C7B;*/
color: #FFF;
text-decoration: none;
width:105px;
max-width:95px;
text-align: center;
font-size: 11px;
letter-spacing: -1px;
vertical-align: center;
}

.jquerycssmenu ul li a:hover{
background: #2D4C7B !IMPORTANT; /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid #c4c4c4;
padding-left:0px;
}

/*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;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 10px Verdana;
width: 200px; /*width of sub menus*/
max-width:300;
height:auto;
background: white;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
text-align: left;
border-bottom: 1px solid #c4c4c4;
border-right: 1px solid #c4c4c4;
border-left: 1px solid #c4c4c4;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: #FFF;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

a.ysw-single-line-nav {
	padding-top: 13px !important; 
	padding-bottom: 0px !important; 
	#padding-bottom: 6px !important; 
	height: 23px !important;
	#height: 36px !important;
}
