#nav {
	font: small normal "CenturyGothic", Arial, Helvetica, sans-serif;
	background: #333;
	padding: 5px 0 0 2px;		/* positioning of line of links */
}


#nav ul {
	padding: 2px 10px 0 2px;		/* position of list in nav bar */
	list-style: none;
	margin: 0 auto;
	height: 1.35em;
	font-size: 110%;				/* fixed size on IE */
	text-align: right;
}

#nav li {
	float: right;
	position: relative;
	padding: 0 7px 0 6px;
	background: #333;
	border-left: 1px solid #ccc;
}

#nav #homeBtn {
	border-left: none;
}

#nav li a {
	text-decoration: none;
	color: #fff;
}

#nav li a:hover {
	background: #333;
	color: #903;
}

#nav #mainContentLink {
	width: 0;
	color: #333;
}


#header a {
	font-size: 1px;
	color: #fff;
}



#footerRight ul {
	margin: 0;
	padding: 0;
}

#footerRight li {
	list-style: none;
	margin: 0;
	background: #fff;
	display: block;
	padding: 2px;
}

#footerRight li #crossLink {
	background: #fff url(../Buttons/bottomLink.gif) no-repeat 0 50%;
	display: block;
}

#footerRight #crossLink a {
	display: block;
	background: #fff url(../Buttons/bottomLink.gif) no-repeat 0 50%;
}

#footerRight #crossLink a:hover {
	background: #fff url(../Buttons/bottomLinkOver.gif) no-repeat 0 50%;
	display: block;
}


#desktop {
	background: url(../Images/redSquare12px.gif) no-repeat 0 50%;
	color: #990033;
	padding-left: 16px;
}

#training {
	color: #333333;
	padding-right: 5px;
}


#btmLink {
	background: #fff url(../Images/redSquare12px.gif) no-repeat 0 40%;
}

#btmLink a:hover {
	color: #333333;
	background-color: #ffcccc;
	padding: 2px 0;
}


.redLink a {
	color: #990033;
	text-decoration: none;
}


.redLink a:hover {
	color: #990033;
	text-decoration: underline;
}



#printerLink a {
	background: url("../Buttons/printer24.gif") no-repeat 0 50%;
	padding: 5px 0 5px 30px;
}

#printerLink a:hover {
	background: url("../Buttons/printer24Over.gif") no-repeat 0 50%;
	padding: 5px 0 5px 30px;
}


#acrobatLink a {
	background: url("../Images/acrobat.gif") no-repeat 97% 50%;
	padding: 5px 35px 5px 0;
}

#acrobatLink a:hover {
	color: #990033;
	background: url("../Images/acrobatOver.gif") no-repeat 97% 50%;
	padding: 5px 35px 5px 0;
}


#acrobatBoldLink a {
	font-weight: bold;
	font-size: 115%;
	background: url("../Images/acrobat.gif") no-repeat 0% 50%;
	padding: 5px 0 5px 30px;
}

#acrobatBoldLink a:hover {
	background: url("../Images/acrobatOver.gif") no-repeat 0% 50%;
}



