/* Start of CMSMS style sheet 'menu1' */
/* Start of CMSMS style sheet 'menu1' */
.currentmenu1{
float: left; /* line things up */
	color: #fff; /* the color of our linked items */
	
padding: 2px 25px; /* spread it out */
	text-decoration: none; /* no underline */
	border-right: 10px solid #E4E1DF; /* white border to the right of link */
font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}


/* Start of CMSMS style sheet 'menu1' */
#menu
{
	margin: 0; /* reset the margins */
	padding: 0; /* reset the padding */
	width: 760px; /* this size depends on your menu */
	float: left; /* line things up */
	font-size: 1.4em; /* increase the font size a bit */
	background: #F36A14; /* any background color you want */
	list-style: none; /* no bullets on our list items */

}

#menu li
{
	display: inline; /* make it horizontal */
}

#menu li a:link, #menu li a:visited
{
font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	float: left; /* line things up */
	color: #fff; /* the color of our linked items */
	
padding: 2px 22px; /* spread it out */
	text-decoration: none; /* no underline */
	border-right: 10px solid #E4E1DF; /* white border to the right of link */
}

#menu li a:hover, #menu li a:active, #menu .active_link
{
	text-decoration: none; /* no underline */
	background: #FFD39F; /* color to change to when we hover over link */
}

.clearLeft
{
	clear: left;
}
/* End of 'menu1' */


/* End of 'menu1' */


/* End of 'menu1' */

