* {
    font-family: Arial,Helv,Helvetica;
}

a, a:active, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
.SubCatLink
{
	display: block;
	border: 1px solid;
	border-color: #aaa #000 #000 #aaa;
	width: 100%;
	background: #F0F8FF;
	margin-right : 5px;
	vertical-align : middle;
	line-height : 50px;
}
.SubCatLink:hover
{
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #000 #aaa #aaa #000;
	background: #F5FFFA;
}

#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 0 0;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background:#5E5A8C;
	margin:0;
	padding:0.2em 1em;
	border-left:1px solid #0A0E26;
	border-top:1px solid #0A0E26;
	border-right:1px solid #0A0E26;
	border-bottom:3px solid #0A0E26;
	font-size : 14px;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#050A31;
	font-size : 14px;
	font-weight:bold;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

#footernav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 0 0;
	margin:0;
	list-style:none;
	line-height:1em;
}

#footernav LI {
	float:left;
	margin:0;
	padding:0;
}

#footernav A {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background:#060A30;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #5E5A8C;
	border-top:3px solid #5E5A8C;
	border-right:1px solid #5E5A8C;
	font-size : 10px;
}

#footernav A:hover,
#footernav A:active,
#footernav A.here:link,
#footernav A.here:visited {
	background:#050A31;
	font-size : 10px;
}

#footernav A.here:link,
#footernav A.here:visited {
	position:relative;
	z-index:102;
}