.jquerycssmenu{
margin-top:5px;
z-index:0;
font: bold 11px Verdana;
color:white;
/* border-bottom: 1px solid black; */
padding-left: 10px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{

margin: 0px;
padding-left: 0px;
padding-right: 0px;
/*this is not for the sub menu */
padding-top:0px;


list-style-type: none;
}

/*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: url(/templates/images/bullet.gif) no-repeat 1px ; */

    padding-left: 13px;
    padding-right: 13px;
    margin-left: 12px;
    margin-right: 0px; /*spacing between tabs*/  .
    margin-bottom:0px !important;
    color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	letter-spacing: 1px;
}

.jquerycssmenu ul li a:hover{
/* background-image: url(tintbluedark.gif) /*tab link background during hover state*/
    color: #FFCC00;
	text-decoration: none;
/*background: url(/templates/images/bullethover.gif) no-repeat 1px; */
    margin-bottom:0px !important;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
    position: absolute;
    margin-left: 1px;
    display: block;
    visibility: hidden;
    font-size:10px;
    border-top: 0px solid #98012E;
    margin-bottom:0px !important;
}
.jqueryfirstlevel{
  margin-left:12px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
    display: list-item;
    float: none;
    margin-bottom:0px !important;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
    top:0px;
    color:white;
    margin-bottom:0px !important;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
    font: 10px Verdana;
    width: 100px; /*width of sub menus*/
    color: white;
    background-color:#98012E;
    /* background-attachment: url(/templates/images/bullet.gif) no-repeat 1px; */

    padding-top:5px;
    padding-bottom:5px;
    padding-left: 13px;

    margin-left:0px;
    margin-top: 0px;
    margin-bottom:0px !important;

     border-top:1px solid #8D8F92;
    /* border-bottom: 1px solid #8D8F92; */
    text-transform:uppercase;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
color: #FFCC00;
background-color:#98012E;
margin-bottom:0px !important;
}

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

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

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