.jquerycssmenu{
position:relative;
height:33px;
font: bold 10px Verdana;
/*font-size:12px; font-weight:bold;
font-family: Helvetica,Arial,Verdana,sans-serif;*/
text-transform:uppercase; 
/*border-bottom: 10px solid black;*/
background:#fff url(../../image/default/dolphin_bg.gif) repeat-x bottom left;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:1;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/*background: white url(../image/tintblue.gif) top center repeat-x; *//*background of tabs (default state)*/
padding: 5px 10px 9px 10px;
margin-right: 3px; /*spacing between tabs*/
/*border: 1px solid #143D55;*/
border-bottom-width: 0;
color: #666;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
color:#333;
background:#A9A090 url(../image/default/dolphin_bg-OVER.gif) repeat-x bottom left; 
/*background-image: url(../image/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 black;*/
}

/*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: normal 10px Verdana;
width: 150px; /*width of sub menus*/
background:#A9A090 url(../image/default/bgSubMenuTest.gif) repeat-x top left;


color: #FFF;
padding: 4px 10px;
margin: 0;
border-top: 0.1em solid #E5DDCF;
/*border-left: 0.1em solid #143D55;
border-right: 0.1em solid #143D55;
border-bottom:0.1em solid #E5DDCF;*/
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:#8C8578 url(../image/default/bgSubMenuTest.gif) repeat-x bottom left;
color: #FFF;
}

.jquerycssmenu ul li a.current,.jquerycssmenu ul li a.current:hover{ color:#fff; background:#1D6893 url(../../image/default/dolphin_left-ON.gif) no-repeat top left; }

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

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

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

