.jquerycssmenu{
width: 965px;
height: 40px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
width: 965px;
height: 40px;
list-style-type: none;
}

/* Top level - envolvi links */
.jquerycssmenu ul li{
position: relative;
display: block;
margin: 0 0 0 5px;
_margin: 0 0 0 4px;
float: left;
height: 40px;
}

/* Top level menu link items style */
.jquerycssmenu ul li a {
display: block;
float: left;
height: 40px;
padding: 0 11px;
overflow: hidden;
text-decoration: none;
}

.jquerycssmenu ul li a.link-01 {background: url(../_imgs/menu/01.gif) no-repeat top center; width: 41px;}
.jquerycssmenu ul li a.link-01:hover{background-position: bottom center;}

.jquerycssmenu ul li a.link-02 {background: url(../_imgs/menu/02.gif) no-repeat top center; width: 94px;}
.jquerycssmenu ul li a.link-02:hover{background-position: bottom center;}

.jquerycssmenu ul li a.link-03 {background: url(../_imgs/menu/03.gif) no-repeat top center; width: 102px;}
.jquerycssmenu ul li a.link-03:hover{background-position: bottom center;}

.jquerycssmenu ul li a.link-04 {background: url(../_imgs/menu/04.gif) no-repeat top center; width: 85px;}
.jquerycssmenu ul li a.link-04:hover{background-position: bottom center;}

.jquerycssmenu ul li a.link-05 {background: url(../_imgs/menu/05.gif) no-repeat top center; width: 68px;}
.jquerycssmenu ul li a.link-05:hover{background-position: bottom center;}

.jquerycssmenu ul li a.link-06 {background: url(../_imgs/menu/06.gif) no-repeat top center; width: 64px;}
.jquerycssmenu ul li a.link-06:hover{background-position: bottom center;}

.jquerycssmenu ul li a.link-07 {background: url(../_imgs/menu/07.gif) no-repeat top center; width: 74px;}
.jquerycssmenu ul li a.link-07:hover{background-position: bottom center;}

.jquerycssmenu ul li a.link-08 {background: url(../_imgs/menu/08.gif) no-repeat top center; width: 98px;}
.jquerycssmenu ul li a.link-08:hover{background-position: bottom center;}

.jquerycssmenu ul li a.link-09 {background: url(../_imgs/menu/09.gif) no-repeat top center; width: 93px;}
.jquerycssmenu ul li a.link-09:hover{background-position: bottom center;}





/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
width: 193px;
height: auto;
overflow: hidden;
visibility: hidden;
background: #FFFFFF;
padding: 10px 0 10px 8px;
}



/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: block;
width: 175px;
height: 30px;
float: none;
*margin-bottom: -3px;
overflow: hidden;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 165px;
color: black;
height: 22px;
margin: 0;
padding: 8px 0 0 10px;
color: #666666;
background: url(../_imgs/bg-submenu.gif) no-repeat bottom;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: url(../_imgs/bg-submenu.gif) no-repeat top;
color: #FFFFFF;
}

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


