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


html .jquerycssmenu{height: 1%;} /*Holly Hack for IE7 and below*/
.jquerycssmenu{
font: bold 13px georgia;
margin-left:5px;
letter-spacing:1.2px;
}


/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 2px 35px 4px 7px;
margin-right: auto; /*spacing between tabs*/
color: #731841;
text-decoration:none;
font-size:11px;
font-weight:bold;
width:auto;}

.jquerycssmenu ul li ul a{
text-decoration:none;
white-space: nowrap;
}


.jquerycssmenu ul li ul {
	margin-left:1px;
}
.jquerycssmenu ul li  .decoration{text-decoration:underline;}




