/**
  LandingPages - site Theme - For Light Backgrounds
  http://www.LandingPages.ws
 */
 


/*** Main Nav ***/

#Navigation ul li {
	list-style: none;
	margin: 0 0px; /*space between buttons*/
	border-left: #3333CC 0px solid;
	float: left;
	line-height: 3.1em;/*adjust the font height location*/
	display: block;
	background-image:url(../images/topmenubuttonclear_bg.png);
	background-repeat:repeat-x;
}
#Navigation ul li a {
	float: left;
	text-decoration: none;
	display: block;
	height: 2.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	padding: 0 9px 0 9px;
	color: #666;
	background-image:url(../images/topmenubuttonclear_bg.png);
	background-repeat:repeat-x;
}
#Navigation ul li a:hover {
	background-image:url(../images/topmenubuttonclear_bg.png);
	background-repeat:repeat-x;
	cursor: pointer;
	color: #333;
	line-height: 3.0em;
}
#Navigation ul li a.current,  #Navigation ul li a.section {
	background-image:url(../images/topmenubuttonclear_bg.png);
	background-repeat:repeat-x;
	color: #333;
	line-height: 3.0em;
}
#Navigation ul li a.section:hover,  #Navigation ul li a.current:hover {
	background-image:url(../images/topmenubuttonclear_bg.png);
	background-repeat:repeat-x;
	color: #333;
}
