/* CSS Document */

#masterhead {
	width:800px;
	padding:5px;
	}
#spacer {
	clear:both;
	}
.name {
	font-weight:bold;
	}

#masterhead ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
	font:90%;
	line-height:normal;
	margin-right: 55px;
	}
#masterhead li {
	float:right;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	}
#masterhead li  {
	display:block;
	margin:0px;
	padding:0px;
	background:  url("../image/tab_to_right.gif") top right no-repeat;
	}
#masterhead a {
	background:  url("../image/tab_to_left.gif") top left no-repeat;
	display:block;
	padding:5px 15px;
	text-decoration: none;
	text-align: center;
	color: #000099;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#masterhead a:hover
	{
	color:#FF9933;
	}