.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: bold 13px Arial;
background: #6a0101 url(http://www.gwydirconstruction.com.au/wp-content/themes/gwydir/bluedefault.gif) center center repeat-x; /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;

}

.droplinebar ul li a{
	float: left;
	color: white;
	padding: 7px 23px;
	text-decoration: none;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
	

}

.droplinebar ul li a:visited{
color: white;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: white;
background: transparent url(http://www.gwydirconstruction.com.au/wp-content/themes/gwydir/blueactive.gif) center center repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background: #6a0101; /*sub menu background color */
	visibility: hidden;
	border-top:#FFF solid 1px;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
	font: normal 13px Verdana;
	padding: 6px;
	padding-right: 8px;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #801d1d;
}

.page-item-13 a {
	border-right:none !important;
	padding-right:39px !important;
}