

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:11px;
	font:Verdana;
	float:left;
	text-align:left;
	width:150px;
}

ul li {
	position: relative;
	width:179px;
	border: 0px solid #ccc;
}
/* keep folowing styles together..........................*/
* html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul li {float:left;/* hide float from ie5*/}
* html ul ul {
	width:150px;	
	w\idth:148px;
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	position: relative;

}
li ul li {
	width:170px;
	border-left:8px solid blue;
}

/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration: none;
	color:#ffffff;
	background:url(images/menu.gif); /* IE6 Bug */
	line-height:3em;
	height:2em;	
	padding:0 7px;
}
li li a {background:#f2f2f2}

/* set dropdown to default */
li:hover li a, li.over li a {
    color:#777;
   background-color:#f2f2f2;
}

/* this sets all hovered lists to red */
li a:hover,
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color:#fff;
   background:url(images/menu.gif) 0 -32px;
}

li ul li  {  } /* Sub Menu Styles */
li.on ul { display:block !important } /* The magic */
li.off ul{display:none !important}
li.on a{color:#ffffff;font-weight:bold}/* set colour of selected item*/
li.on ul a{background:#f2f2f2;color:#000000;font-weight:normal}/* keep nested anchors original colour*/

body#services #nav li#xxservices ul{display:block} /* open chosen menu */
body#services #nav li#xxservices a{background:pink} /* set background color of list item's anchor*/
body#services #nav li#xxservices ul a{background:#f2f2f2}/* stop above from applying to nested links*/
body#services #nav li#xxservices ul a:hover{background:red}

body#services.host #nav li#xxservices ul li.hosting a{background:orange}/* the actual item chosen*/
body#services.wdes #nav li#xxservices ul li.webdes a{background:orange}/* the actual item chosen*/
body#services.imar #nav li#xxservices ul li.imark a{background:orange}/* the actual item chosen*/
body#services.doma #nav li#xxservices ul li.domain a{background:orange}/* the actual item chosen*/
body#services.broa #nav li#xxservices ul li.broadband a{background:orange}/* the actual item chosen*/

body#about #nav li#xxabout ul{display:block} /* open chosen menu */
body#about #nav li#xxabout a{background:pink} /* set background color of list item's anchor*/
body#about #nav li#xxabout ul a{background:#f2f2f2}/* stop above from applying to nested links*/
body#about #nav li#xxabout ul a:hover{background:red}

body#about.hist #nav li#xxabout ul li.history a{background:orange}/* the actual item chosen*/
body#about.offi #nav li#xxabout ul li.offices a{background:orange}/* the actual item chosen*/

body#contact #nav li#xxcontact ul{display:block} /* open chosen menu */
body#contact #nav li#xxcontact a{background:pink} /* set background color of list item's anchor*/
body#contact #nav li#xxcontact ul a{background:#f2f2f2}/* stop above from applying to nested links*/
body#contact #nav li#xxcontact ul a:hover{background:red}

body#contact.gb #nav li#xxcontact ul li.uk a{background:orange}/* the actual item chosen*/
body#contact.fran #nav li#xxcontact ul li.france a{background:orange}/* the actual item chosen*/
body#contact.us #nav li#xxcontact ul li.usa a{background:orange}/* the actual item chosen*/
