 /* common styling */
.SEOMenuH {
float:left; width:100%; font-family: verdana, arial, sans-serif; font-size:11px;
background: url(menu1.gif) repeat-x top left; 
border-top:3px solid #4c597f;  border-bottom:3px solid #4c597f;
margin:0 0 20px 0; /* for this demo only */ 
}
.SEOMenuH ul {
padding:0;margin:0;list-style-type:none;
}
.SEOMenuH ul li {
float:left; position:relative; background:url(divider1.gif) no-repeat top right;
}
.SEOMenuH ul li a, .SEOMenuH ul li a:visited {
float:left; display:block; text-decoration:none;color:#ddf; padding:0px 16px; line-height:32px; height:30px; border-bottom:3px solid #fff; 
}
* html .SEOMenuH ul li a, .SEOMenuH ul li a:visited {height:33px; he\ight:30px;}

.SEOMenuH ul li:hover {width:auto;}

.SEOMenuH ul li a:hover {border-color:#c00; color:#f88;}

.SEOMenuH ul li:hover a {border-color:#c00; color:#f88;}

.SEOMenuH ul li ul {
display: none;
}
.SEOMenuH table {
margin:-1px; border-collapse:collapse; font-size:11px;
}

/* specific to non IE browsers */
.SEOMenuH ul li:hover ul {
display:block;position:absolute;top:32px;margin-top:1px; left:0;width:154px;border-bottom:1px solid #000;
}
.SEOMenuH ul li:hover ul.endstop {
left:-92px;
}
.SEOMenuH ul li:hover ul li ul {
display: none;
}
.SEOMenuH ul li:hover ul li a {
display:block;background:#fff;color:#000;height:auto;line-height:15px;padding:4px 16px; width:120px; border:1px solid #000; border-bottom:0;
}
.SEOMenuH ul li:hover ul li a.sub {
background:#ccd url(bullet1.gif) no-repeat 3px 8px;
}
.SEOMenuH ul li:hover ul li a:hover {
color:#000; background: #ccd url(bullet1.gif) no-repeat 3px 8px;
}
.SEOMenuH ul li:hover ul li a:hover.sub {
background: #ccd url(bullet1.gif) no-repeat 3px 8px;
}
.SEOMenuH ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-1px;
}
.SEOMenuH ul li:hover ul li:hover ul.left {
left:-153px;
}

/* specific to IE5.5 and IE6 browsers */
.SEOMenuH ul li a:hover ul {
display:block;position:absolute;top:33px; t\op:32px; background:#fff;left:0; marg\in-top:1px; border-bottom:1px solid #000;
}
.SEOMenuH ul li a:hover ul.endstop {
left: -92px;
}
.SEOMenuH ul li a:hover ul li a {
display:block;background:#fff;color:#000; height:1px; line-height:15px; padding:4px 16px; width:152px; w\idth:120px; border:1px solid #000; border-bottom:0;
}
.SEOMenuH ul li a:hover ul li a.sub {
background:#ccd url(bullet1.gif) no-repeat 3px 8px; padding-bottom:5px;
}
.SEOMenuH ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.SEOMenuH ul li a:hover ul li a:hover {
color:#000; background: #ccd url(bullet1.gif) no-repeat 3px 8px;
}
.SEOMenuH ul li a:hover ul li a:hover.sub {
 background: #ccd url(bullet1.gif) no-repeat 3px 8px;
}
.SEOMenuH ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0; t\op:-1px; color:#000; left:153px;
}
.SEOMenuH ul li a:hover ul li a:hover ul.left {
left:-153px;
}
