html, body {
overflow-x:hidden;
}

BODY {
scrollbar-base-color:#F2EBCF;
scrollbar-arrow-color:#6D3206;
behavior:url("csshover.htc");

}

A.maintxt:link {
text-decoration: underline;
color: #6D3206;
}

A.maintxt:visited {
text-decoration: underline;
color: #6D3206;
}

A.maintxt:hover {
text-decoration: none;
color: #6D3206;
}

A.maintxt:active {
text-decoration: underline;
color: #6D3206;
}

.maintxt {
text-decoration: none;
font-family:verdana;
font-size:11px;
color: #000000;
}

A.idxtxt:link {
text-decoration: underline;
color: #6D3206;
}

A.idxtxt:visited {
text-decoration: underline;
color: #6D3206;
}

A.idxtxt:hover {
text-decoration: none;
color: #6D3206
}

A.idxtxt:active {
text-decoration: underline;
color: #6D3206;
}

.idxtxt {
text-decoration: none;
font-family:verdana;
font-size:10px;
color: #000000;
}

.h1 {

font-family:helvetica;
font-size:12px;
color: #EC6F00;
}

A.navbar {
display: block;
width: 100%;
text-align: center;
text-decoration: none;
font-family:verdana;
font-size:10px;
font-weight:bold;
color: #FFFFFF;
background-color:#EC6F00;
}

A.navbar:hover {
color: #FFFFFF;
background-color: #BC2021;
}

A.photonav {
display: block;
width: 18px;
text-align: center;
text-decoration: none;
font-family:arial;
font-size:8px;
color: #592E1D;
background-color:#FEEFE9;
}

A.photonav:hover {
color: #592E1D;
background-color: #FFFFFF;
}

A.blog {
text-decoration: none;
font-family:verdana;
font-size:9px;
color: #000000;
}

A.blog:hover {
text-decoration: underline;
color: #000000;
}


#menu {
width: 100%;
background: #eee;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 5em;
float: left;
}

#menu a, #menu h2 {
font: bold 10px/16px verdana, arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 0px 0px;
}


/*#menu h2 {color: #fff;background: #EC6F00;text-transform: uppercase;} change of colours requested by Titus*/
#menu h2 {
color: #000;
background: #efefef;
text-transform: uppercase;
}


/*#menu h2:hover {color: #fff;background: #EC6F00;} change of colours requested by Titus*/

#menu h2:hover {
color: #000;
background: ##efefef;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url("csshover.htc");
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->