html {overflow:-moz-scrollbars-vertical;} 

body {margin-left:auto;margin-right:auto;margin-top:10px;padding:0px;text-align:center;font-size:12pt;font-family:arial;background-color:silver;background-image:url(images/bg2.bmp);background-attachment:fixed;}

h2 {margin-top:10px;font-size:1.3em;text-align:center;color:#4F4732;}
h3 {margin-top:10px;font-size:1em;text-align:center;color:#4F4732;}
h4 {margin-top:10px;font-size:1em;text-align:left;color:#4F4732;}

small {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 0.9em;
        line-height: 1em;
        text-align:center;
      }


ul > li {padding-bottom:5px;}

.required {color:#BA2F23;}
.path {text-align:left; margin-top:-2px; margin-left:-2px;}


a:link {text-decoration:none;color:#1D3249;}
a:visited {text-decoration:none;color:#1D3249;}
a:hover {text-decoration:none;color:#C7A26E;}

a.none:link {text-decoration:none;color:#5C5A56;}
a.none:visited {text-decoration:none;color:#5C5A56;}
a.none:hover {text-decoration:none;color:#5C5A56;}

a.nob:link {text-decoration:none;color:#1D3249;font-weight:normal;}
a.nob:visited {text-decoration:none;color:#1D3249;font-weight:normal;}
a.nob:hover {text-decoration:none;color:#C7A26E;font-weight:normal;}

a.bold:link {text-decoration:none;color:#1D3249;font-weight:bold;}
a.bold:visited {text-decoration:none;color:#1D3249;font-weight:bold;}
a.bold:hover {text-decoration:none;color:#C7A26E;font-weight:bold;}

a.gray:link {text-decoration:none;color:gray;}
a.gray:visited {text-decoration:none;color:gray;}
a.gray:hover {text-decoration:none;color:silver;}

a.enlarge:link {display:block;border:0px;width:200px;height:200px;}
a.enlarge:visited {display:block;border:0px;width:200px;height:200px;}
a.enlarge:hover {display:block;border:0px;width:400px;height:400px;}





/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/scrolls_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* For this demo only */
.menu {background:white; height:90px; width:158px; padding:0px; margin-top:25px;}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
width:158px;
z-index:100;
margin-right:1px;
}

/* use the table to position the dropdown list in IE */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
margin:-1px;
left:0;
top:0;
}

/* style all the top level links */
.menu a, .menu :visited {
display:block;
font-size:11px;
font-weight:bold;
width:158px;
height:89px;
padding:0;
line-height:18px;
color:white;
background: url(images/storebgtop.png);
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* place the bottom scroll image below the top scroll image */
.menu ul li b {
display:block;
width:158px;
height:21px;
background: url(images/storebgbottomb.png);
}
/* style the links hover */
/* for IE6 */
.menu a:hover{
border:0;
}
/* for IE7 and non-IE browsers */
.menu li:hover > a {
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:158px;
height:0;
top:90px;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
height:auto;
}
/* place the bottom scroll image beneath the drop down list */
.menu ul :hover ul a {background: url(images/storebgfillb.png); height:24px; line-height:23px;}
.menu ul :hover ul a:hover {background: url(images/storebgfill2b.png); color:#1E2D48;}