/*
h1.technique-three {
	width: 350px; height: 75px;
	background: url("images/header-image.jpg");
	text-indent: -9999px;
}

*/

.jquerycssmenu{
	padding-left: 290px;
	font: 12px Verdana;
}

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

/*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;
	padding: 2px 12px 2px 12px;
	margin-right: 0; /*spacing between tabs*/
	border-bottom-width: 0;
	color: #111;
	text-decoration: none;
	text-align:center;
}


/* Custom Style overrides for each one. */
#top-nav-item-0,
#top-nav-item-1,
#top-nav-item-2,
#top-nav-item-3{
	padding:0;
	height: 34px;
	text-indent: -9999px;
}
#top-nav-item-0{
	background: url('/media/structure/menus/tnav_0.png') no-repeat;
	width: 180px;
}
#top-nav-item-0:hover{
	background: url('/media/structure/menus/tnav_0-hover.png') no-repeat;
}
#top-nav-item-1{
	background: url('/media/structure/menus/tnav_1.png') no-repeat;
	width: 180px;
}
#top-nav-item-1:hover{
	background: url('/media/structure/menus/tnav_1-hover.png') no-repeat;
}
#top-nav-item-2{
	background: url('/media/structure/menus/tnav_2.png') no-repeat;
	width: 180px;
}
#top-nav-item-2:hover{
	background: url('/media/structure/menus/tnav_2-hover.png') no-repeat;
}
#top-nav-item-3{
	background: url('/media/structure/menus/tnav_3.png') no-repeat;
	width: 139px;
}
#top-nav-item-3:hover{
	background: url('/media/structure/menus/tnav_3-hover.png') no-repeat;
}


.jquerycssmenu ul li a:hover{
	color:#fff;
}
	
/*1st sub level menu */
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	padding-bottom: 12px;
	padding-top: 9px;
	margin-left:5px;
	background: url('/media/structure/menus/drop_box.png') no-repeat bottom left;
}

/*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: 160px; /*width of sub menus*/
	color: #fff;
	padding: 4px 5px;
	margin: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: #333;
	background: url('/media/structure/menus/sub_over.png');
}