
.myMenu {
    overflow: auto;
}

.jquerycssmenu{
    height:40px!important;
	background:transparent url(../img/menu_bg.gif) left top repeat-x;
	padding:0px;
    margin: 0px;
    width: 100%;
    top: 116px;
    left:0px;
    position: absolute;
    overflow: visible;

    }
.jquerycssmenu .right{ height:40px!important;
position: absolute;
top: 0; right: 0; width: 8px;
	background:transparent url(../img/menu_right_part.gif) left top no-repeat;  }
.jquerycssmenu  .outermenu {width: 100%; padding-left: 0.5em; }
.jquerycssmenu ul{
  	background:transparent url(../img/menu_left_part.gif) left top no-repeat;
  /*	background:transparent url(../img/menu-centr.jpg) left top repeat-x;
    -moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
	-webkit-border-radius: 4em;
		-khtml-border-radius: 4em;
        border-radius: 4em;           */
margin: 0;
padding: 0;
list-style-type: none;
min-height:40px;
}

/*Top level list items*/
.jquerycssmenu ul li{
    background-color: transparent;
position: relative;
display: inline;
float: left;
margin: 0 0.25em;

}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
    background-color: transparent;
display: block;
padding: 9px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
color: #213E99;
text-decoration: none;
text-transform: uppercase;
}


.jquerycssmenu ul li a:hover{
/* background: #fff url(../img/press-menu.jpg) left top no-repeat ; */
/*background-color: red;*/
color:black;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
padding:0.5em 0;
background: transparent url(../img/menu-gradient.jpg) no-repeat top left  ;
border-bottom: thin solid #DDDDDD ;
  opacity:0.95;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
	-webkit-border-radius: 4px;  /* safari 3 */
		-khtml-border-radius: 4px;   /* Konqueror */
		border-radius: 4px;          /* CSS3 */


position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*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 13px Verdana;
width: 200px; /*width of sub menus*/
color: black;
padding: 4px 5px;
margin: 0;

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
/* background: #fff url(../img/press-menu.jpg) top left no-repeat; */
background:none;
background-color:#DFDFDF;

}

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

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

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

