@charset "utf-8";
/* CSS Document */


#topNavigation ul {
	display: block;
	margin-top: 4px;
	margin-left: 1px;
	 
}	

#topNavigation ul li {
	float: left;
	list-style-type: none;
}
/* 127px */
#topNavigation ul li a {
   display:block;
  width: 153px;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  padding: 4px 0px;
  font-size: 110%;
  font-weight: normal;
  background: url(images/websiteLayoutImages/navigationBlend.gif) repeat-x top left;
  margin-right: 3px;
}

  
#topNavigation ul li ul {
   display: none;
   width: 150px;
   list-style-type: none;
   top: 0px;
   left: 0px;
   position: relative;
}

#topNavigation ul li ul li {
    margin-top:0px;
	width: 150px;
	clear: left;
    display: block;
	color: #00FFCC;
	float: none;
	position: relative;
}

#topNavigation ul li ul li a {
    text-decoration: none;
	display: block;
	clear: left;
	width: 150px;
	border: 1px solid #25408f;
	background: #345cd0;
	font-weight: normal;
}

#topNavigation ul li a:hover {
   background: #345cd0;
}

#topNavigation ul li ul a:hover {
   background: #25408f;
}


/* ================================================== menu nav ===================================== */

#contentTopRight strong {
	color: #25408f;	
}

#contentTopRight ul {
	width: 220px;
	float: left;
	margin-left: 0px;
	padding-bottom: 0px;
}

#posts h3 {
	color: #666;	
}

#posts h3 a {
	color: #373737;	
}

#contentTopRight ul li {
	list-style: none;
	background:#345cd0;
	border-top: 0px solid #85b3e4;
	border-bottom: 0px solid #85b3e4;
}

#contentTopRight ul li a {
	display: block;
	width: 235px;
	padding: 3px 0px 3px 25px;
	background: #345cd0 url(images/websiteLayoutImages/spot.gif) no-repeat 5px center;
	color: #FFF;
}

#contentTopRight ul li a:link {
	display: block;
	width: 195px;
	padding: 3px 0px 3px 25px;
	background:#345cd0 url(images/websiteLayoutImages/spot.gif) no-repeat 5px center;
}

#contentTopRight ul li a:visited {
	display: block;
	width: 195px;
	background:#345cd0 url(images/websiteLayoutImages/spot.gif) no-repeat 5px center;
	text-decoration:none;
}

#contentTopRight ul li a:hover {
	display: block;
	width: 195px;
	background:#25408f url(images/websiteLayoutImages/spotOver.gif) no-repeat 5px center;
	text-decoration:none;
}

#contentTopRight ul li a:active {
	display: block;
	width: 195px;
	background: url(images/websiteLayoutImages/spot.gif) no-repeat 5px center;
	text-decoration:none;
}
