.jquerycssmenu{
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
background-image:url(images/menu_admin_top.jpg); /*background of tabs (default state)*/
background-repeat:repeat-x;
display:inline-block;
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 5px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
color: black;
text-decoration: none;
}
.jquerycssmenu ul li a:visited{
color: black;
}

.jquerycssmenu ul li a:hover{
background-image:url(images/menu_admin_top-hover.jpg); /*background of tabs (default state)*/
background-repeat:repeat-x;

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
height:22px;
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-image:url(images/menu_admin_top.jpg); /*background of tabs (default state)*/
background-repeat:repeat-x;
list-style-type: none;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
list-style-type: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
height:22px;
top: 0;
margin-top:0px;
margin-left:-1px;
background-image:url(images/menu_admin_top.jpg); /*background of tabs (default state)*/
background-repeat:repeat-x;
list-style-type: none;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 160px; /*width of sub menus*/
color: black;
padding: 5px 7px 4px 12px;
margin: 0;
}
.jquerycssmenu ul li ul li a:visited
color: black;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background-image:url(images/menu_admin_top-hover.jpg); /*background of tabs (default state)*/
background-repeat:repeat-x;
color:white;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 3px;
right: 3px;
width:16px;
height:16px;
background-image:url(images/arrow-down.png);
background-repeat:no-repeat;
}

.rightarrowclass{
position: absolute;
top: 3px;
right: 3px;
width:16px;
height:16px;
background-image:url(images/arrow-right.png);
background-repeat:no-repeat;

}
