/* Start of CMSMS style sheet 'add-value Menu CSS' */
/********************MENU*********************/

/* home icon link */
div#homelink {
 padding: 8px 1em 0 0;
 margin:0;
 border: 0;
 outline:0;
 float: right;
}

/* homepage swapimages */

div#homepage {
 width: 778px;
 height: 298px;
 margin: 0 auto;
 padding:0;
 text-align: right;
 background: transparent url(assets/template/frontBG.jpg) no-repeat top right;
}

div#homepage div#pagelinks {
  clear:both;
  float: right;
 margin:96px 290px 0 0;

   width:448px;
}


div#homepage div#pagelinks a  {
  display: block;
  height: 113px;
  width: 112px;
   float: left;
}

div#homepage div#bankinglink {
  margin: 60px 210px 0 0;
  float: right;
  width: 448px;
  padding: 0;

}






/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {
/* background color for the entire menu row */
	background-color: #5a5a56;
/* insure full width */
/*	width: 100%;*/
/* set height */
	height: 32px;
	margin: 0 0 0 38px;
	
        font-size: 1.2em;
      /*  font-weight: bold; */
font-family: "Century Gothic", Arial;
}
div#menu_horiz ul {
	list-style-type: none;
	margin: 0;
        padding-left: 105px;

}






/* menu list items */
div#menu_horiz li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 17px 5px 17px ;
}

/* the links, that is each list item */
div#menu_horiz a {
	margin: 0;
	text-decoration: none;
	color: #FFF;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}
/* hover state for links */
div#menu_horiz li a:hover {
  color: #F73121; 

}






div#menu_horiz a span {

}
div#menu_horiz li.parent a span {

}
div#menu_horiz li.parent a:hover span {

}
div#menu_horiz li.menuactive a span {
	color: #F73121; 
}

div#menu_horiz li.currentpage h3 {
	color: #C4C4C4;
 font-weight:normal;

        font-size: 1.0em;

font-family: "Century Gothic", Arial;

}

/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz li.menuactive, div#menu_horiz li.menuactive a:hover {

}
/* End of 'add-value Menu CSS' */

