/* ALL */
a {
	font-style:normal;
}
a:link, a:active {
	color:#03FFAA;
	text-decoration:underline;
}
a:visited {
	color:#03FFAA;
}
a:hover {
	color:#CAFFDC;
	text-decoration:none;
}
a:focus {
	color:#ddd;
}

/* CONTACT MENU */
#cntctmenu a {
	font-size: 16px;
	padding: 3px 7px;
	text-decoration: none;
	font-weight: bold;
}
#cntctmenu a:hover {
	background: #036;
}
#cntctmenu a.selected {
	background:#036;
	color: #fff;
}

/* MENU IMAGE LINKS */
#menu div.dwnbutt {
	margin-bottom: 7px;
	width: 150px;
	height: 26px;
}
#menu div.dwnbutt a {
	display: block;
	width: 123px;
	height: 24px;
	text-align: left;
	letter-spacing: -0.25px;
	font-size: 14px;
	line-height: 25px;
	padding-left: 23px;
	text-decoration: none;
	border: 1px solid #03FFAA;
	background: #003366 url('../imgs/graphics/button_arrow-silver13sq.gif') no-repeat 5px;
}
#menu div.dwnbutt a:hover, #menu div.dwnbutt a.selected {
    color: #fff;
	background-color: #6699cc;
}
.specialMenu .selected {
	color: #fff;
}
.specialMenu a {
	font-size:12px;
	line-height:20px;
}
.specialMenu a img {
	margin-right:7px;
}

/* TOP PAGE LINK */
.toplspot a {
	font-size:12px;
}

/* IMAGE LINKS */
.imglink a {
	height:24px;
	line-height: 24px;
}
.imglink a img {
	border: 0;
	margin-right: 5px;
	float: left;
}
.imglink a:hover {
	text-decoration: none;
}

/* FOOTER */
#footer a {
	font-family:verdana;
	font-size:10px;
}
#footer a:link, #footer a:visited {
	font-family:verdana;
}

/* EXTRA */
.spclblk {
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;
	display:block;
}
.imglink24 {
	font-size:14px;
	line-height:24px;
	height:24px;
	margin-bottom:15px;
}
.imglink24 img {
	margin-right:3px;
}
div.storelink1 a:hover {
	background-color: #055;
}
.right-nav-border {
    border-right: 1px solid #333;
}
