.jquerycssmenu
{
   float:right;
   width:830px;
   background-image:url('../images/menu.png');
   background-repeat:no-repeat;
   background-position:right;
   height:36px;
   margin-top:46px;
}

.jquerycssmenu ul li
{
   position: relative;
   display: inline;
   float: right;
   _width:120px;
}

.jquerycssmenu ul li#last
{
   margin-right:20px;
}

.jquerycssmenu ul li a
{
   display: block;
   color:#000000;
   text-transform:uppercase;
   font-weight:bold;
   margin-left:30px;
   height:36px;
   display:block;
}


.jquerycssmenu ul li a:hover
{
   color:#F6C449;
}

.jquerycssmenu ul li ul
{
   position: absolute;
   display: block;
   visibility: hidden;
}

.jquerycssmenu ul li ul li
{
   display: list-item;
   float: none;
}

.jquerycssmenu ul li ul li ul
{
   top: 0;
}

.jquerycssmenu ul li ul li a
{
   width: 150px;
   background: white;
   color: black;
   margin: 0;
   padding-left:10px;
   height:30px;
   line-height:30px;
   background:#FAE2A4;
}

.jquerycssmenu ul li ul li a:hover
{
   background: #F6C449;
   color: black;
}

.downarrowclass
{
   position: absolute;
   top: 3px;
   right: 5px;
}

.rightarrowclass
{
   position: absolute;
   top: 10px;
   right: 5px;
}
