#navigationMenu {
position: relative;
display: inline;
top: 0px;
left: 0px;
float: left;
/*border: thin pink solid;*/
margin: none;
padding: none;
width: 170px;
height: 680px;
border-left: 2px #FFFFFF solid;
border-bottom: 2px #FFFFFF solid;
background-image: url(../images/navbarbkgnd.gif);
background-repeat: repeat-y;
background-color: #FFFFFF;
background-position: right;
z-index: 10;
}


#navigationMenu2 {
position: relative;
display: inline;
top: 0px;
left: 0px;
float: left;
/*border: thin pink solid;*/
margin: none;
padding: none;
width: 170px;
border-left: 2px #FFFFFF solid;
border-bottom: 2px #FFFFFF solid;
background-repeat: no-repeat;
background-color: #FFFFFF;
background-position: bottom;
z-index: 10;
}


.Menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
.Menu a, .Menu h3 {
font: bold 11px/24px trebuchet, arial, helvetica, sans-serif;
display: block;
margin: 2px 2px 0px 0px;
padding: 0px 20px;
}

.Menu h3 {
color: #ffffff;
background: #9a3333;
}
/*nick's bit*/
.Menu h3:hover {
color: #ffffff;
background: #9a3333;
}

.Menu a {
color: #1c3664;
background: #cccccc;
text-decoration: none;
}

.Menu a:hover {
color: #9A3333;
background: #efefef;
}

.Menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
background: #cccccc;
/*border: thin #ffffff solid;*/
} 

.Menu ul ul {
position: absolute;
top: -2px;
left: 98%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div.Menu  ul ul,
div.Menu ul li:hover ul ul
{display: none;}

div.Menu ul li:hover ul,
div.Menu ul ul li:hover ul
{display: block;
}

.Home {
float: left;
margin: none;
padding: none;
width: 170px; /* set width of menu */
background: none;
} 

.Home h3, .home a {
font: bold 11px/24px trebuchet, arial, helvetica, sans-serif;
color: #ffffff;
background: #555555;
display: block;
margin: 2px 3px 0px 0px;
padding: 0px 20px;
text-decoration: none;
}

.imageMenu {
margin-top: 3px;
margin-bottom: 0px;
}


.archive_menu{
position: relative;
top: 0;
left: 0;
font: bold 10px/18px trebuchet, arial, helvetica, sans-serif;
line-height: 11px;
background: #4e1212;
display: block;
margin:0;
padding: 0 0 0 20px;
text-decoration: none;
border: thin #ffffff solid;
}

.archive_menu H3{
color: #ffffff;
text-transform: uppercase;
line-height: 12px;
}

.archive_menu a{
color: #ffffff;
text-decoration: none;
display: block;
position: relative;
top: 0px;
left: -20px;
width: 108px;
padding: 6px 30px ;
background-color: #644d1c;
border-top: thin #fff solid;
}

.archive_menu a:hover{
color: #ffffff;
background-color: #b17d0e;
}


.imageMenu img{
border: 3px black solid;
margin: none;
padding: none;
}

.latest{
font: bold 11px/24px trebuchet, arial, helvetica, sans-serif;
text-decoration: none;
width: 128px;
display: block;
background-color: #5590cc;
color: white;
padding: 0px 20px;
margin-top: 3px;
}

a.latest:hover{
color: rgb(154,51,51);
background-color: rgb(250,180,10);
}