#nav {
	margin:0;
	padding:0;
	height:42px;
	background:#2F3E4D;
	}
	
#nav li {
	float:left;
	list-style:none;
	position:relative;
	}
	
#nav li a {
	display:block;
	line-height:37px;
	height:42px;
	text-align:center;
	color:#fff;
	background-position:0 0;
	}
	
/* 	
Following is the all important rules for your specific page link highlighting.
Notice that each page has it's own matching classed a link.
*/
	
#nav li a:hover, #nav li:hover a, #nav li.over a
#nav.homepage li a.home,
#nav.companypage li a.company,
#nav.servicespage li a.services,
#nav.supportpage li a.support,
#nav.startpage li a.start,
#nav.forumpage li a.forums {
	color:#ea650d;
	text-decoration:none;
	background-color:#fff;
	background-position:0 42px;
	line-height:42px;
	}
	
#nav.homepage li a.home,
#nav.companypage li a.company,
#nav.servicespage li a.services,
#nav.supportpage li a.support,
#nav.startpage li a.start,
#nav.forumpage li a.forums {
	font-weight:bold;
	}
	
#nav a.home {
	background-image:url(images/bm1.gif);
	width:110px;
	}
	
#nav a.company {
	background-image:url(images/bm2.gif);
	width:141px;
	}
	
#nav a.services {
	background-image:url(images/bm3.gif);
	width:139px;
	}
	
#nav a.support {
	background-image:url(images/bm4.gif);
	width:113px;
	}
	
#nav a.forums  {
	background-image:url(images/bm5.gif);
	width:138px;
	}
	
#nav a.start {
	background-image:url(images/bm6.gif);
	width:137px;
	color:#ffff99;
	}
	
#nav li ul {
	width:169px;
	margin:0;
	padding:0;
	position:absolute;
	left:-9999px;
	top:42px;
	z-index:100;
	}
	
	
	
#nav li ul li {
	float:none;
	background:#e5e5e5 url(images/sep2.gif);
	}
	
#nav li ul li.corners {
	height:6px;
	line-height:0;
	font-size:1px;
	background:none;
	}
	
#nav li ul li a, #nav li:hover ul li a, #nav li.sfhover ul li a, #nav li ul li:hover ul li a{
	background:url(images/ar1m.gif) no-repeat 3px 50%;
	height:26px;
	line-height:26px;
	text-align:left;
	font-weight:normal;
	color:#363636;
	padding-left:28px;
	width:141px;
	}
	
#nav li ul li a:hover, #nav li:hover ul li a:hover, #nav li.over ul li a:hover {
	background:url(images/sep2ov.gif) no-repeat 0 0;
	line-height:26px;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left:0;
	}
#nav li ul li ul { display: none; }
#nav li ul li:hover ul { display: block; width:169px; position: absolute; top: 0; left: 169px; }
#nav li ul li:hover ul li {}
#nav li ul li:hover ul li a {}
.indicator { background: url(images/indicator.png) no-repeat center center; text-indent: -9999px; margin-left: 42px; }
.indicator2 { background: url(images/indicator.png) no-repeat center center; text-indent: -9999px; margin-left: 35px; }
