/* navigation Stylesheet */ 

#navigation ul
{
	list-style-type:none;
	margin:0em;
	padding:0em;
	padding-top:0em;
	padding-bottom:0em;
}

#navigation li
{
	display: inline;
	float: left;
	position: relative;
	margin: 0em 0.0625em 0em 0em;
	border-top: 0.0625em solid #8f8f8f;
	border-right: 0.0625em solid #8f8f8f;
	border-left: 0.0625em solid #8f8f8f;
	width: 109px;
}

#navigation a:link,a:visited
{
	display:inline;
	font-family:tahoma;
	font-weight:normal;
	font-size:1.2em;
	color:#ffffff;
	background-color:#cecece;
	width:109px;
	text-align:center;
	text-decoration:none;
}

#navigation a:hover
{
background-color:#962642;
}

#navigation a:active
{
background-color:#962642;
text-decoration:underline;
}

#navigation a
{
display:block;
width:109px;
height:28px;
}

/* Highlights current page in main_nav */ 

body#home a#homenav,
body#web a#webnav,
body#port a#portnav,
body#con a#connav
{
	color: #942642;
	background: #8f8f8f;
	text-decoration:underline;
	text-align: center;
}
