.jquerycssmenu{
text-align: center;
font-family: "Century Gothic";
font-size: 12px;
font-weight: bold;
/*border-bottom: 1px solid black;*/
padding-left: 0px; /*offset of tabs relative to browser left edge*/
height:49px;
}

.jquerycssmenu ul{
font-size: 12px;
margin: 0;
padding: 0;
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: transparent url(../template_images/menu_bg.gif) top center repeat-x; /*background of tabs (default state)*/
padding: 14px 17px 0px 16px;
padding: 14px 17px 0px 17px;
_padding: 15px 13px 20px 13px;
height: 34px;
_height: auto;
margin-right: 0px; /*spacing between tabs*/
border: 1px solid #cfbfad;
border-width: 0px 1px 0px 0px;
color: #fff;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-image: url(../template_images/menu_bg_on.gif) /*tab link background during hover state*/
}

.jquerycssmenu ul li a.active {
background-image: url(../template_images/menu_bg_on.gif) /*tab link background during hover state*/
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
height: 20px;
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;

}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 12px Arial;
width: 180px; /*width of sub menus*/
height: 20px;
background:#817068;
color: #fff;
padding: 4px 10px;
margin: 0;
text-align: left;
border-right:none;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:#817068;
text-decoration:underline;
}

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


.item {
position: relative;
display: block;
top: -5px;
*top: -5px;
width: 70px;
*width: auto;
_top: 0px;
_margin: 0px;
_padding: 0px;
/*_width: 95px;*/
}
