.jquerycssmenu{
padding-left: 15px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

/*Top level list items*/
.jquerycssmenu ul li
{
    position: relative;
    display: inline;
    float: left;
}
    .jquerycssmenu>ul>li
    {
	margin:0px 37px;
    }

/*Top level menu link items style*/
.jquerycssmenu ul li a
{
    display: block;
    /*background: white url(tintblue.gif) top center repeat-x;; background of tabs (default state)*/
    padding: 5px 8px 4px 8px;
    margin-right: 0px; /*spacing between tabs*/
    /*border: 1px solid #778;*/
    border-bottom-width: 0;
    text-decoration: none;
}

.jquerycssmenu ul li a:hover{
/*background-image: url(tintbluedark.gif) tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul
{
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    font-size:12px;
    background-image:url(layout_images/menu/bg_menu.png);
    background-position: center;
}

/*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-size:11px;
    width: 180px; /*width of sub menus*/
    color: black;
    padding: 1px 14px 1px 6px;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;

}
    .jquerycssmenu ul li ul li b a
    {
	padding: 8px 15px 1px 5px;
	font-size:13px;
	color:#333333;
    }
    .jquerycssmenu ul li ul li a:hover /*sub menus hover style*/
    {
	background-color: #CCCCCC;
    }
    
    /* small submenu items style */
    .jquerycssmenu>ul>li>ul>li>a
    {
	color:#880000;
	/*background-image:url(layout_images/menu/arrow_red.gif);*/
	background-position:5px;
	padding-top:0px;
	padding-bottom:0px;
	background-repeat:no-repeat;
    }
	.jquerycssmenu>ul>li>ul>li>a:hover
	{
	    /*background-image:url(layout_images/menu/arrow_black.gif);*/
	}

.jquerycssmenu .level4 a
{
    color:#330000;
    padding-left:20px;
    padding-right:0px;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
display:none;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
