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


#nav ul {
	padding: 2px 0 0 0;
	list-style: none;
	margin: 0;
	height: 1.35em;
	font: small normal "CenturyGothic", Arial, Helvetica, sans-serif;
	font-size: 110%;						/* fixed size on IE */
	text-align: left;
}

#nav li {
	float: left;
	position: relative;
	padding: 0 7px 0 6px;
	background: #333;
	border-left: 1px solid #ccc;
	font: small normal "CenturyGothic", Arial, Helvetica, sans-serif;
	font-size: 110%;						/* fixed size on IE */
}

#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;
}

#nav li:hover ul { /* lists nested under hovered list items. Opens dropdown */
	display: block;
}



#pink ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#pink li {
	list-style: none;
	display: block;
	width: 120px;
}

#pink li a {
	color: #903;
	text-decoration: none;
	padding: 5px 0 5px 15px;
	display: block;
	background: #ffcccc url(../Images/menuBullet.gif) no-repeat 0 0.65em;
}

#pink li a:hover {
	background: #9e868e url(../Images/menuBulletOver.gif) no-repeat 0 0.65em;
	display: block;
}


#menuButton {
	position: relative;
	left: 8.0em;
	height: 1.25em;
	width: 8.0em;
	background: #bbb;
	border: 0.1em solid #777;
	padding: 3px 0.8em 0.3em 0.8em;
}

#menuButton:hover {
	background: #eee;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	height: 12.0em;
	width: 8.0em;
	background: #fcc;
	border: 1px solid #903;
}



#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 a:hover {
	color: #333333;
	background-color: #ffcccc;
	padding: 2px 0;
}



#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%;
}



