.jquerycssmenu{

}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;

}
.jquerycssmenu li a{
text-decoration:none;
color:#585858;
}

.jquerycssmenu li a:hover{
text-decoration:none;
color:#006bb6;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display:block;
height:9px;
padding:0;
margin-right: 3px; /*spacing between tabs*/
color:#585858;
text-decoration: none;
}
.jquerycssmenu ul li.home a{
	width:55px;
	height:9px;
	overflow:hidden;
	float:left;
	background-image:url(../images/interface/menu.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	}
.jquerycssmenu ul li.home a:hover{
	background-position:0 -9px;
	}
.jquerycssmenu ul li.home a.active{
	background-position:0 -9px;
	}	
	
.jquerycssmenu ul li.about a {
	width:63px;
	height:9px;
	overflow:hidden;
	float:left;
	background-image:url(../images/interface/menu.jpg);
	background-repeat:no-repeat;
	background-position:-55px 0;
	}
.jquerycssmenu ul li.about a:hover {
	background-position:-55px -9px;
	}
.jquerycssmenu ul li.about a.active {
	background-position:-55px -9px;
	}

.jquerycssmenu ul li.solutions a {
	width:76px;
	height:9px;
	overflow:hidden;
	float:left;
	background-image:url(../images/interface/menu.jpg);
	background-repeat:no-repeat;
	background-position:-118px 0;
	}
.jquerycssmenu ul li.solutions a:hover {
	background-position:-118px -9px;
	}
.jquerycssmenu ul li.solutions a.active {
	background-position:-118px -9px;
	}	
	
.jquerycssmenu ul li.partners a {
	width:81px;
	height:9px;
	overflow:hidden;
	float:left;
	background-image:url(../images/interface/menu.jpg);
	background-repeat:no-repeat;
	background-position:-208px 0;
	}
.jquerycssmenu ul li.partners a:hover {
	background-position:-208px -9px;
	}
.jquerycssmenu ul li.partners a.active {
	background-position:-208px -9px;
	}
	
.jquerycssmenu ul li.events a {
	width:53px;
	height:9px;
	overflow:hidden;
	float:left;
	background-image:url(../images/interface/menu.jpg);
	background-repeat:no-repeat;
	background-position:-289px 0;
	}
.jquerycssmenu ul li.events a:hover {
	background-position:-289px -9px;
	}
.jquerycssmenu ul li.events a.active {
	background-position:-289px -9px;
	}

.jquerycssmenu ul li.careers a {
	width:73px;
	height:9px;
	overflow:hidden;
	float:left;
	background-image:url(../images/interface/menu.jpg);
	background-repeat:no-repeat;
	background-position:-356px 0;
	}
.jquerycssmenu ul li.careers a:hover {
	background-position:-356px -9px;
	}
.jquerycssmenu ul li.careers a.active {
	background-position:-356px -9px;
	}

.jquerycssmenu ul li.contact a {
	width:57px;
	height:9px;
	overflow:hidden;
	float:left;
	background-image:url(../images/interface/menu.jpg);
	background-repeat:no-repeat;
	background-position:-429px 0;
	}
.jquerycssmenu ul li.contact a:hover {
	background-position:-429px -9px;
	}
.jquerycssmenu ul li.contact a.active {
	background-position:-429px -9px;
	}



.jquerycssmenu ul li.par{ font-family:"verdana";  }
.jquerycssmenu ul li.sub{ text-indent:21px; }
.jquerycssmenu ul li a.cur{ color:#006bb6; }


.jquerycssmenu li.solutions ul li a:hover, .jquerycssmenu li.events ul li a:hover{
text-decoration:none;
color:#585858;
}
/*1st sub level menu*/
.jquerycssmenu ul li.solutions ul, .jquerycssmenu ul li.events ul{
position: absolute;
left: 0;
padding-top:5px;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li.solutions ul li, .jquerycssmenu ul li.events ul li{
display:block;
clear:both;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li.solutions ul li ul, .jquerycssmenu ul li.events ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li.solutions ul li a, .jquerycssmenu ul li.events ul li a{
font: normal 13px Verdana;
width: 256px; /*width of sub menus*/
background: #e9eaea;
color: #585858;
padding:4px 5px 10px 5px;
display:block;
margin: 0;
float:left;
}
.jquerycssmenu ul li.solutions ul li a:hover, .jquerycssmenu ul li.events ul li a:hover{ /*sub menus hover style*/
background: #c6d7e2;
color: #585858;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}
.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
