/* Navigation Stylesheet (CSS Image rollovers) for Radius Computing

  (c) Colin Sewell, 2006
------------------------- */

.skiplinks {display:none;}


a img { border: 0; text-decoration: none; }


.ImageLink, .ImageLink:hover
{
    text-decoration: none;
	border-bottom: none;
}


/* Generic Page Links
   ------------------ */

a
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 100%;
    color: #00246a;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #888888;
}

/* colour crib :
   00246a=dark blue  0c8dc6=lighter blue  */
a:link
{
    color: #00246a;
}
a:visited
{
    color: #00246a;
}
a:hover
{
    color: #0c8dc6;
	border-bottom: 1px solid #00246a;
}
a:active
{
    color: #00246a;
}




/* The Top Navigation Menu
   ----------------------- */

#NavMenu {
	position: relative;
	width: 760px;
	left: 0px;
	top: 102px;
	text-align: center;
/*
	margin-left: auto;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 2px;
*/
	border: 0px solid #0000cc;
}

#NavList
{
	height: 25px;
	border: 0px solid #ccc;
}

#NavMenu ul
{
	margin: 0px;
	margin-left: auto;
	margin-right: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
/*	overflow: hidden; */
}

#NavMenu li
{
	float: left;
	overflow: hidden;

	list-style-type: none;
	list-style-image: none;

	font-size: 80%;
	color: #FFFFFF;

/*	line-height: 30px; */

	margin: 0px;
	padding: 0px;
	margin-right: 2px;
/*	border-right: #fff 1px solid; */
/*	text-align: center; */
	letter-spacing: 1px;
}


#NavMenu a {
	float: left;

	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important;	/* hide inline link text */
	height /**/:25px; /* for IE5/Win only */

	font-size: 80%;
	color: #cccccc;

	text-decoration: none;
	border-bottom: 0px;
}

#NavMenu #nav-home {
	width: 74px;
	background: url("../images/buttons/nav-home-off.gif");
	background-repeat: no-repeat;
}
#NavMenu #nav-home:hover {
	background-image: url("../images/buttons/nav-home-on.gif");
}
#NavMenu #nav-home-selected {
	background-image: url("../images/buttons/nav-home-on.gif");
}

#NavMenu #nav-about {
	width: 150px;
	background: url("../images/buttons/nav-about-off.gif");
	background-repeat: no-repeat;
}
#NavMenu #nav-about:hover {
	background-image: url("../images/buttons/nav-about-on.gif");
}
#NavMenu #nav-about-selected {
	background-image: url("../images/buttons/nav-about-on.gif");
}

#NavMenu #nav-news {
	width: 150px;
	background: url("../images/buttons/nav-news-off.gif");
	background-repeat: no-repeat;
}
#NavMenu #nav-news:hover {
	background-image: url("../images/buttons/nav-news-on.gif");
}
#NavMenu #nav-news-selected {
	background-image: url("../images/buttons/nav-news-on.gif");
}

#NavMenu #nav-contact {
	width: 150px;
	background: url("../images/buttons/nav-contact-off.gif");
	background-repeat: no-repeat;
}
#NavMenu #nav-contact:hover {
	background-image: url("../images/buttons/nav-contact-on.gif");
}
#NavMenu #nav-contact-selected {
	background-image: url("../images/buttons/nav-contact-select.gif");
}

#NavMenu #nav-services {
	width: 100px;
	background: url("../images/buttons/nav-FAQ-off-1.gif");
	background-repeat: no-repeat;
}
#NavMenu #nav-services:hover {
	background-image: url("../images/buttons/nav-FAQ-on-1.gif");
}
#NavMenu #nav-services-selected {
	background-image: url("../images/buttons/nav-FAQ-on-1.gif");
}




/* Left Navigation Menu
   -------------------- */

.NavLeftMenu
{
	width: 180px;
	background-color: #aadaee;
	margin: 0px;
	padding: 0px;
}

.NavLeftMenuHeader
{
	border-bottom: #fff 1px solid;
}

.NavLeftMenuHeader img
{
	margin: 2px 0px 0px 4px;
}

.NavLeftMenuHeader a
{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	background-color: #aadaee;	/* 73bfe1 */
    color: #00246a;
	border-bottom: none;
}

.NavLeftMenuHeader a:hover
{
	background-color: #0c8dc6;
	color: #ffffff;
}


.NavLeftMenuOptions p {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 100%;		/* scale down default font */
	color: #24288c;
	line-height: 100%;
}

.NavLeftMenuOptions ul
{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.NavLeftMenuOptions li
{
	overflow: hidden;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 15px center;

	font-family: arial, verdana, helvetica, sans-serif, serif;
	font-size: 80%;
	font-weight: bold;

	border-bottom: #fff 1px solid;
	padding: 1px 0px;
}

.NavLeftMenuOptions li.Selected
{
	border: #339933 1px solid;
}


.NavLeftMenuOptions li img
{
	border: 0px solid #CC0000;
	padding: 0px;
	margin: 0px;
}


.NavLeftMenuOptions a {
	display: block;
	width: 100%;
/*	line-height: 25px;  */

	font-family: arial, verdana, helvetica, sans-serif, serif;
	font-size: 100%;
	font-weight: bold;

	text-align: left;
/*	text-transform: lowercase; */
	text-decoration: none;

	color: #24288c;

	margin: 0px;
	padding: 4px;
	padding-left: 10px;

	border-bottom: 0px solid #000;		/* no hover line */
}

.NavLeftMenuOptions a:hover
{
	background-color: #0c8dc6;
	color: #ffffff;
/*	text-decoration: underline; */
}


#Footer a {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 90%;
    color: #00246a;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #888888;
}
#Footer a:link {
    color: #00246a;
}
#Footer a:visited {
    color: #00246a;
}
#Footer a:hover {
    color: #0c8dc6;
	border-bottom: 1px solid #00246a;
}
#Footer a:active
{
    color: #00246a;
}
