﻿hr {
  border: 0;
  width: 100%;
  color: #00ABC1;
  background-color: #00ABC1;
  height: 1px;
}
#navigationtop {
	height:30px;
}
#navigationtop a {
    display:block;
	height:23px;
	width:155px;
	font-weight:bold;
	padding-top:7px;
    font-size: 14px;
    text-decoration: none;
    color: #00ABC1; 
}
#navigationtop a:hover {
    display:block;
	height:23px;
	font-weight:bold;
	padding-top:7px;
    font-size: 14px;
    text-decoration: none;
    background-color: #cceef3;
    color: #00ABC1;
}
#navigationleft a {
    display:block;
	height:43px;
	width:132px;
	padding-left:18px;
	padding-right:5px;
	font-weight:bold;
	padding-top:7px;
    font-size: 14px;
    text-decoration: none;
    color: #00ABC1;
}
#navigationleft a:hover {
    display:block;
	height:43px;
	font-weight:bold;
	padding-top:7px;
    font-size: 14px;
    text-decoration: none;
    background-color: #cceef3;
    color: #00ABC1;
}

