
/* CSS Document */

.jquerycssmenu{
padding:56px 40px 10px 527px; /*offset of tabs relative to browser left edge*/
width:437px;
margin:0px auto;
background:url(../images/top.jpg) no-repeat;
position:relative;
height:33px;
}

.jquerycssmenu ul{
list-style-type: none;
z-index:100;
width:634px;
}

/*Top level list items*/
.jquerycssmenu ul li{
display: inline;
float: left;
position:relative;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background:none; /*background of tabs (default state)*/
margin-right:0px; /*spacing between tabs*/
font-size: 16px;
font-weight: bold;
color:#033667;
line-height:33px;
}

.jquerycssmenu ul li a:hover{
background:none; /*tab link background during hover state*/
color:#834503;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position:absolute;
left:0px;
top:0px;
display: block;
visibility: hidden;
padding:0px;
width:100px;
background-color:#06C;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: left;
width:100px; /*width of sub menus*/
color:black;
line-height:24px;
padding:0px;
}

.jquerycssmenu ul li ul li.outxx{
background:none;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width:auto; /*width of sub menus*/
color:#fff;
overflow:hidden;
line-height:27px;
background:none;
padding:0px;
text-align:center;
}
.jquerycssmenu ul li ul li a.title{
width:168px; /*width of sub menus*/
color:#02586e;
overflow:hidden;
font-size:12px;
font-weight:bold;
line-height:24px;
background:#ebeff0;
padding:0px 7px;
border-bottom:1px solid #fff;
}
.jquerycssmenu ul li ul li a.title:hover {color:#fff; text-decoration:underline;}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
text-decoration:underline;
color:#fff;
}

/*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;
display:none;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
display:none;
}
