.jquerycssmenu{
font: bold 11px tahoma;
width: 100%;
z-index:100020;
height:25px;
border-top: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
background-color: #ececec;
border-bottom: 4px solid #666;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:100020;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
z-index:100020;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/*background-color: #87c80a; /*background of tabs (default state)*/
padding: 6px;
padding-left: 4px;
padding-right: 2px;
margin-right: 0px; /*spacing between tabs*/
border-left: solid 1px #bcbcbc;
border-right: solid 1px #fff;
border-bottom: 0px solid #bcbcbc;
border-top: 0px;
color: black;
text-decoration: none;
z-index:100020;
font-size: 12px;
}

.jquerycssmenu ul li a:first-letter
{
color:#CE0000;
font: bold 13px tahoma;
}

.jquerycssmenu ul li a:hover{
/*background-image: url(./images/tintbluedark.gif) /*tab link background during hover state*/
background: #f40e01;
color: #fff;
text-decoration: none;
}

.jquerycssmenu ul li a:hover:first-letter{
/*background-image: url(./images/tintbluedark.gif) /*tab link background during hover state*/
background: #f40e01;
color: #fff;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid #666;
}

/*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 11px Tahoma;
width: 160px; /*width of sub menus*/
background: #ececec;
color: black;
padding: 3px 6px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
z-index:100020;
}

.jquerycssmenu ul li ul li a:first-letter
{
color:#CE0000;
font: bold 11px tahoma;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #f40d05;
color: white;
text-decoration: none;
}

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

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

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

.jquerycssmenu_article{
font: bold 11px tahoma;
width: 100%;
z-index:100020;
height:24px;
border: 1px solid #5289c5;
border-left: 0px;
}

.jquerycssmenu_article ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:100020;
}

/*Top level list items*/
.jquerycssmenu_article ul li{
position: relative;
display: inline;
float: left;
z-index:100020;
}

/*Top level menu link items style*/
.jquerycssmenu_article ul li a{
display: block;
/*background-color: #87c80a; /*background of tabs (default state)*/
padding: 6px;
margin-right: -1px; /*spacing between tabs*/
border: 1px solid #88bde5;
border-bottom-width: 0;
border-top-width: 0;
color: white;
text-decoration: none;
z-index:100020;
}

.jquerycssmenu_article ul li a:hover{
/*background-image: url(./images/tintbluedark.gif) /*tab link background during hover state*/
background: #c3ee6f;
color: #2d2b2b;
text-decoration: none;
}
	
/*1st sub level menu*/
.jquerycssmenu_article ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid #5289c5;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu_article ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu_article ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu_article ul li ul li a{
font: normal 11px Tahoma;
width: 160px; /*width of sub menus*/
background: #0074c9;
color: white;
padding: 3px 6px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #5289c5;
z-index:100020;
}

.jquerycssmenu_article ul li ul li a:hover{ /*sub menus hover style*/
background: #c3ee6f;
color: black;
text-decoration: none;
}



/*-------*/
.jquerycssmenu_ad{
font: bold 11px tahoma;
width: 100%;
z-index:100020;
height:25px;
border-top: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
background-color: #ececec;
border-bottom: 4px solid #666;
}

.jquerycssmenu_ad ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:100020;
}

/*Top level list items*/
.jquerycssmenu_ad ul li{
position: relative;
display: inline;
float: left;
z-index:100020;
}

/*Top level menu link items style*/
.jquerycssmenu_ad ul li a{
display: block;
/*background-color: #87c80a; /*background of tabs (default state)*/
padding: 6px;
padding-left: 4px;
padding-right: 2px;
margin-right: 0px; /*spacing between tabs*/
border-left: solid 1px #bcbcbc;
border-right: solid 1px #fff;
border-bottom: 0px solid #bcbcbc;
border-top: 0px;
color: black;
text-decoration: none;
z-index:100020;
}

.jquerycssmenu_ad ul li a:first-letter
{
color:#CE0000;
font: bold 11px tahoma;
}

.jquerycssmenu_ad ul li a:hover{
/*background-image: url(./images/tintbluedark.gif) /*tab link background during hover state*/
background: #f40e01;
color: #fff;
text-decoration: none;
}

.jquerycssmenu_ad ul li a:hover:first-letter{
/*background-image: url(./images/tintbluedark.gif) /*tab link background during hover state*/
background: #f40e01;
color: #fff;
}
	
/*1st sub level menu*/
.jquerycssmenu_ad ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 4px solid #666;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu_ad ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu_ad ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu_ad ul li ul li a{
font: normal 11px Tahoma;
width: 160px; /*width of sub menus*/
background: #ececec;
color: black;
padding: 3px 6px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
z-index:100020;
}

.jquerycssmenu_ad ul li ul li a:hover{ /*sub menus hover style*/
background: #f40d05;
color: white;
text-decoration: none;
}

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

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

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
/* ---------------------------------------- */
.jquerycssmenu_ad{
font: bold 12px tahoma;
width: 100%;
z-index:100020;
height:25px;
border-top: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
background-color: #ccc;
border-bottom: 4px solid #666;
}

.jquerycssmenu_ad ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:100020;
}

/*Top level list items*/
.jquerycssmenu_ad ul li{
position: relative;
display: inline;
float: left;
z-index:100020;
}

/*Top level menu link items style*/
.jquerycssmenu_ad ul li a{
display: block;
/*background-color: #87c80a; /*background of tabs (default state)*/
padding: 6px;
padding-left: 4px;
padding-right: 2px;
margin-right: 0px; /*spacing between tabs*/
border-left: solid 1px #bcbcbc;
border-right: solid 1px #fff;
border-bottom: 0px solid #bcbcbc;
border-top: 0px;
color: black;
text-decoration: none;
z-index:100020;
}

.jquerycssmenu_ad ul li a:first-letter
{
color:#CE0000;
font: bold 12px tahoma;
}

.jquerycssmenu_ad ul li a:hover{
/*background-image: url(./images/tintbluedark.gif) /*tab link background during hover state*/
background: #f40e01;
color: #fff;
text-decoration: none;
}

.jquerycssmenu_ad ul li a:hover:first-letter{
/*background-image: url(./images/tintbluedark.gif) /*tab link background during hover state*/
background: #f40e01;
color: #fff;
}
	
/*1st sub level menu*/
.jquerycssmenu_ad ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 4px solid #666;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu_ad ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu_ad ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu_ad ul li ul li a{
font: bold 12px tahoma;
width: 250px; /*width of sub menus*/
background: #ccc;
color: black;
padding: 3px 6px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
z-index:100020;
}

.jquerycssmenu_ad ul li ul li img{
	margin:0 3px -3px 0 !important;
}

.jquerycssmenu_ad ul li ul li a:hover{ /*sub menus hover style*/
background: #f40d05;
color: white;
text-decoration: none;
}

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

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

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