/* **** CORE CODING FOR DROPDOWNS **** */
/* Don't mess with this bit unless you know exactly what you're doing */
#navTop
{
	z-index : 1000;
}
#navHome
{
	padding:0;
}
#navHome li
{
    list-style-type: none;
	display : inline;
	float: left;
}
#navHome li#home
{
	padding:0 34px 0 38px;
}
#navHome li#aboutus
{
	padding:0 29px 0 31px;
}
#navHome li#services
{
	padding:0 29px 0 32px;
}
#navHome li#contactus
{
	padding:0 0px 0 32px;
}

#navHome li.top
{
	width:auto !important;
	padding:0;
	border-left:1px solid #fff;										/* dividers between links in top nav */
	border-bottom:0px;
	height:18px;													/* Height of topnav menus (change both) */
	line-height:18px;												/* Height of topnav menus (change both) */
}
#navHome li.first
{
	border-width:0;
}
#navHome li.top a.top
{
	display:block;
	width:auto !important;
	padding:0 21px;
	color:#fff;																/* colour of links in top nav */
	border-bottom:0px;
	background-color:transparent;
}

