#MainNav{
	position: absolute;
	bottom: 0px;
	left: 120px;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	background: url(images/TopMenuBG.png) #004080; 
}

#MainNav li {
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #053258;
}

#MainNav a {
	display: block;
	padding: 10px 15px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}
#MainNav a:hover {
	text-decoration: underline;
	background: url(images/TopMenuBGOver.png) #ce962a; 

}

/* Page IDs */


#Home .Home,
#Computers .Computers,
#Laptops .Laptops,
#Software .Software,
#Services .Services,
#Newsletter .Newsletter,
#Contact .Contact,

{
	background: url(images/TopMenuBGSelected.png) #0a87d7; 
}

/* End Page IDs */

#FooterNav {
	position: Absolute;
	top: 13px;
	left: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

#FooterNav a {
	margin: 0 0 1px 0;
	padding: 0px 8px;
	display: block;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	border-left: 1px solid #FFF;
}
#FooterNav a:hover {
	text-decoration: underline;
}

#FooterNav a.first {
	border: none;
}

#FooterNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}


.SideMenu {
	border: 1px solid #CCC;
  margin: 0 0 10px 0;
  padding: 0;
  width: 180px;
}

.SideMenu li {
  margin: 0;
  padding: 5px;
  color: #000;
  font-size: 12px;
  font-family: Verdana, sans-serif;
}

.SideMenu li.title {
  color: #FFF;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #CCC;
  background: #004080;
}

.SideMenu li a {
  display:inline-block;
  color: #0b62ac;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0px;
  text-decoration: none;
}
