.menu-top {
height: 40px;
}

.bluetabs{
border-bottom: 0px solid gray;
}

.bluetabs ul{
padding: 0px 0;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0;
font-family: Arial;
font-weight: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
font-size: 14px;
text-decoration: none;
padding: 0px 0px 11px 0px;
margin-left: 35px;
border: 0px solid #778;
color: #f7f7f7;
/* background: white url(media/bluetab.gif) top left repeat-x; */
}

.bluetabs li a:visited{
color: #f7f7f7;
}

.bluetabs li a:hover{
text-decoration: none;
color: #222478;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 0px solid #f7f7f7; /*THEME CHANGE HERE*/
border-top: 0px solid #f7f7f7; /*THEME CHANGE HERE*/
border-width: 0px;
font-family: Arial;
font-weight: bold;
font-size: 14px;
line-height:18px;
z-index:100;
background-color: #838cc9;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #f7f7f7; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 5px 0px 5px 10px;
text-decoration: none;
color: #f7f7f7;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #838cc9;
color: #222478;
}


/* Old menu */

#menu {
padding-top: 5px;
width: 150px; /* set width of menu */
} 

#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 h2 {
font: bold 14px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 10px 15px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #ffffff;
text-decoration: none;
}

#menu #currentpage a {
color: #222478;
background: #b6bbde;
text-decoration: none;
}

#menu a:hover {
color: #222478;
background: #b6bbde;
}

#menu li li li a {
color: #ffffff;
background: #838cc9;
text-decoration: none;
margin-top: 3px;
margin-bottom: -8px;
padding: 7px 10px 7px 10px;
}

#menu li li li a:hover {
color: #222478;
background: #838cc9;
text-decoration: none;
}

#menu #currentpage li a {
color: #ffffff;
background: #838cc9;
text-decoration: none;
}

#menu #currentpage li a:hover {
color: #222478;
background: #838cc9;
text-decoration: none;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

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(js/csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 14px arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->

