ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 600px;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0px 10px 0px 20px;
	position: relative; /*--Important--*/
	z-index: 99999;
}
ul#topnav > li > a {
	float: left;
	height: 25px;
    font-weight:bold;
    font-style: italic;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size:  1.1em;
    padding-top: 5px;
}

.navhide {
	display: none;
	visibility: hidden;
}

ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; color: #AAAAAA; } /*--Hover State--*/

ul#topnav a.home {
	background: url(../images/nav_home.png) no-repeat;
	width: 40px;
}
ul#topnav a.products {
	background: url(../images/nav_products.png) no-repeat;
	width: 71px;
}
ul#topnav a.services {
	background: url(../images/nav_services.png) no-repeat;
	width: 61px;
}
ul#topnav a.contact{
	background: url(../images/nav_contact.png) no-repeat;
	width: 61px;
}

.navsep {
	width: 2px;
	height: 50px;
	background: url(../images/nav_sep.gif) no-repeat;
}

/*sub nav*/

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 30px; /*left: -170px;*/
	z-index: 99999;
	background: #333333; /*--Background colour--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #ff9999;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../images/sub_arrow.gif) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}

.FooterMenu
{
    text-align: left;
    font-size: 1.2em;
}
.FooterMenu a
{
    color: #C7B299;
    text-decoration: none;
    font-weight: bold;
}
.FooterMenu a:HOVER
{
    color: yellow;
    text-decoration: underline;
}