/* <style> */

/* ----- Required ----------------------------------------------------------- */

div.horz_menu a { color: #ffe; font-size: 1em; font-family: Arial, Helvetica, sans-serif; background-color: #0320bc; text-align: center; display: block; float: left; border-color: white; border-width: 12px; }
div.vert_menu a { display: block; float: none; }

div.vert_menu
{ position: absolute; visibility: hidden; }


/* ----- Sample 1 ----------------------------------------------------------- */

div.sample1 div.vert_menu
{ height: auto; border-bottom: 1px solid black; }

div.sample1 div.horz_menu a,
div.sample1 div.vert_menu a
{ border:  solid 1px black; padding: 2px; background: #0320bc; text-decoration: none; font-family: "Times New Roman", Serif, times, geneva; font-weight: 900; font-size: 1em; color: white; width: 106px !important; height: auto; }

div.sample1 div.horz_menu a { margin-right:  -1px; }
div.sample1 div.vert_menu a { margin-bottom: -1px; padding-right: 0px; }

div.sample1 div.horz_menu a:hover,
div.sample1 div.vert_menu a:hover,
div.sample1 div.horz_menu a.active,
div.sample1 div.vert_menu a.active { color: #69f; background: #191970; }
.smCopy { color: #191970; font-size: smaller; font-family: serif, times, "Times New Roman", Serif, times, geneva, Serif, times, geneva; font-weight: normal; font-style: normal; }
.Copy { color: #191970; font-size: 10pt; font-family: serif, times, "Times New Roman", Serif, times, geneva, Serif, times, geneva; font-weight: normal; font-style: normal; }

