
#navigationMenu li{
	list-style:none;
	height:25px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:25px;
	border:0px solid #00ff00;
	
}

#navigationMenu span{
	/* Container properties */
	width:0;
	left:0px;
	padding:0;
	position:absolute;
	overflow:hidden;

	/* Text properties */
	font-size:14px;
	color:#FFFFFF;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:25px;
	
	
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}

#navigationMenu a{
	height:1px;
	display:block;
	position:relative;
	text-decoration:none;
}

/* General hover styles */

#navigationMenu a:hover span{ padding:0 20px;overflow:visible; width:200px; border-left:4px solid #ff0000; }
#navigationMenu a:hover{
	text-decoration:none;
	width:200px;
	
	
	
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow:0 0 0px #9ddff5;
	-webkit-box-shadow:0 0 0px #9ddff5;
	box-shadow:0 0 0px #9ddff5;
}

/* Green Button */

#navigationMenu .home {	background-position:0 0;}
#navigationMenu .home:hover {	background-position:0 -39px;}
#navigationMenu .home span{
	background-color:#123E5B;
	color:#fff;
	text-shadow:0px 0px 0 #99bf31;
}
.Menuactive{ background-image:url(../images/menuline.jpg); background-repeat:repeat-y; width:243px;}

/* Blue Button */

#navigationMenu .about { background-position:-38px 0;}
#navigationMenu .about:hover { background-position:-38px -39px;}
#navigationMenu .about span{
	background-color:#123E5B;
	color:#fff;
	text-shadow:1px 1px 0 #44a8d0;
}

/* Orange Button */

#navigationMenu .services { background-position:-76px 0;}
#navigationMenu .services:hover { background-position:-76px -39px;}
#navigationMenu .services span{
	background-color:#c86c1f;
	color:#fff;
	text-shadow:1px 1px 0 #d28344;
}

/* Yellow Button */

#navigationMenu .portfolio { background-position:0 0;}
#navigationMenu .portfolio:hover{ background-position:0 0}
#navigationMenu .portfolio span{
	background-color:#d0a525;
	color:#fff;
	text-shadow:1px 1px 0 #d8b54b;
}

/* Purple Button */

#navigationMenu .contact { background-position: 0;}
#navigationMenu .contact:hover { background-position:;}
#navigationMenu .contact span{
	background-color:#af1e83;
	color:#fff;
	text-shadow:1px 1px 0 #d244a6;
}

/* The styles below are only needed for the demo page */
.list{width:239px; text-align:left; border: 0px solid #ffffff; margin-bottom:5px; background-image:url(../img/Investor%20Relationsmenuback.jpg); background-repeat:repeat-x;}

h1{
	color:#fff;
	font-size:30px;
	font-weight:normal;
	padding:0px 0 20px;
	text-align:center;
}

h2{
	font-weight:normal;
	text-align:center;
}

h1,h2{
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited,a:active {
	color:#666666;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:none;
}

a img{
	border:none;
}

p.note{
	color:#707070;
	font-size:10px;
	text-align:center;
	margin:0px;
}