/* CSS Document */

/* Side Navigation Control */
body#active a#active,
body#terms a#terms,
body#career a#career,
body#enquiries a#enquiries,
body#community a#community,
body#publications a#publications,
body#events a#events,
body#services a#services,
body#ext-news a#ext-news {
	color: #3399CC;
	font-weight: bold;
	background-image: url(../images/navigation/blu_arrow.gif);
	background-repeat: no-repeat;
	}
			
/* Orion Innovations Navigation */

div#menu {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		font-size: 0.7em;
		background-color: #FFFFFF;
		margin: 14px 0px 0px 0px;
		width: 166px;
		w\idth: 166px;
}

div#menu ul {
		margin: 0px;
		padding: 0px;
		border: none;
		list-style: none;
}
.menul ul {	
		margin: 0px;
		vertical-align: bottom;
}
  
.menul a {
	color: #3399CC;
	text-decoration: none;
	clear: both;
	display: block;
	padding: 6px 0px 5px 11px;
	vertical-align: bottom;
	border-bottom: 1px solid #E1E1E1;
	width: 166px;
	w\idth: 155px;
	background-image: url(../images/navigation/gry_arrow.gif);
	background-repeat: no-repeat;
}

.menul a:hover{
		color: #3399CC;
		font-weight: bold;
		background-image: url(../images/navigation/blu_arrow.gif);
		background-repeat: no-repeat;
}

html>body .hbutton li a {
		width: auto;
		}
		
.hbutton li {
		margin: 0px;
}

.hbutton ul {
		list-style: none;
		padding: 0px;
		border: none;
		vertical-align: bottom;
}

.hbutton a {
		clear: both;
		display: block;
		color: #666666;
		text-decoration: none;
		padding: 6px 20px 5px 20px;
		width: 166px;
		w\idth: 126px;
		vertical-align: bottom;
}

.hbutton a:hover {
		color: #666666;	
		font-weight: normal;
}
