@charset "UTF-8";
/* CSS Document */

.jquerycssmenu{

font: bold 12px Verdana;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
z-index:1000000;
}

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

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

}

.jquerycssmenu ul li.wtg  {
background-image:url(../assets/wtg.jpg);
width:148px;
}
.jquerycssmenu ul li.wtg:hover {
background-image:url(../assets/wtg-hover.jpg);
width:148px;
}
.jquerycssmenu ul li.wts  {
background-image:url(../assets/wts.jpg);
width:156px;
}
.jquerycssmenu ul li.wts:hover {
background-image:url(../assets/wts-hover.jpg);
width:156px;
}
.jquerycssmenu ul li.wtd  {
background-image:url(../assets/wtd.jpg);
width:138px;
}
.jquerycssmenu ul li.wtd:hover {
background-image:url(../assets/wtd-hover.jpg);
width:138px;
}
.jquerycssmenu ul li.wte  {
background-image:url(../assets/wte.jpg);
width:156px;
}
.jquerycssmenu ul li.wte:hover {
background-image:url(../assets/wte-hover.jpg);
width:156px;
}
.jquerycssmenu ul li.hts  {
background-image:url(../assets/saw.jpg);
width:150px;
}
.jquerycssmenu ul li.hts:hover {
background-image:url(../assets/saw-hover.jpg);
width:150px;
}
/*Top level menu link items style*/

.jquerycssmenu ul li.wtg:hover,
.jquerycssmenu ul li.wts:hover,
.jquerycssmenu ul li.wtd:hover,
.jquerycssmenu ul li.wte:hover,
.jquerycssmenu ul li.hts:hover{
z-index:1000000;
}
.jquerycssmenu ul li.wtg,
.jquerycssmenu ul li.wts,
.jquerycssmenu ul li.wtd,
.jquerycssmenu ul li.wte,
.jquerycssmenu ul li.hts{
cursor:pointer;
display: block;
height:41px;
color: #2d2b2b;
text-decoration: none;
}

.jquerycssmenu ul li a{
display: block;
min-height:20px;
padding: 5px 7px 4px 7px;
color: #2d2b2b;
text-decoration: none;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-left: 1px solid #A5B1AF;
border-right: 1px solid #A5B1AF;
z-index:1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li.wte ul li {
display: list-item;
float: none;
margin-left:-36px;
}

.jquerycssmenu ul li.hts ul li{
display: list-item;
float: none;
margin-left:-42px;
}

.jquerycssmenu ul li ul li{
display: list-item;
float: none;
margin-left:-2px;
border-left:1px solid #5F8890;
}

/*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: 180px; /*width of sub menus*/
background: #E5E8EA;
color: black;
padding: 4px 5px;
margin: 0;
border-bottom: 1px solid #5F8890;
border-top:1px solid #FFF;
}

.jquerycssmenu ul li ul li a:hover
{ /*sub menus hover style*/
background: #092324;
border-top:1px solid #FFF;
color:white;
}

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

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

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