.jquerycssmenu{
height: 28px;
border-bottom: 4px #999999 solid;
}

.jquerycssmenu ul{
	 clear: both;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 28px;
    position: relative;
	 list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position:relative;
float: left;
padding-left: 1px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a, .jquerycssmenu ul li strong{
	background: #999999 url('../img/light.png') repeat-x;
    color: #FFFFFF;
    display: block;
    padding: 5px 2px 5px 2px;
    text-align: center;
    text-decoration: none;
    width: 117px;
}

.jquerycssmenu ul li a:hover{
background-color: #EEAA00;
}

.jquerycssmenu ul li a.active{
	color: #000000;
   background-color: #EEAA00;
   font-weight: normal;
}

.jquerycssmenu ul li strong {
    color: #000000;
    background-color: #EEAA00;
    font-weight: normal;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
margin:0;
padding:0;
}

/*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;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

