.menu {
z-index:1000;
font-size:12px;
height:235px;
margin:0px 0 0 34px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
font-family:Arial, Helvetica, sans-serif;
padding:0;
margin:0;
list-style-type:none;
width:108px;
position:relative;
z-index:1000;
}

.menu ul li {
position: relative;
}

.menu ul li {
background:url(/images/button1.gif) no-repeat;
height:20px;
margin-bottom:10px;
}

.menu ul ul li {
background:none;
}

.menu li ul li {
height:19px;
margin-bottom:0px;
}

* html .menu li {margin-left:-16px; margin-lef\t:0;}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu li a, .menu li a:visited {
display:block; 
text-decoration:none;
height:19px;
line-height:19px;
width:103px;
font-weight:normal;
color:#FFFFFF;
padding-right: 5px;
text-align:right;
background:transparent;
}

.menu li li a, .menu li li a:visited {
display: block;
width: 140px;
}

.menu li ul li a, .menu li ul li a:visited {
	color: #0d3f96;
	background-color: #e6ebf4;
	border: 1px solid #214f9f;
}

/* style the link hover */
* html .menu a:hover {color:#fff; background: #869fca url(/images/button2.gif) no-repeat;}

* html .menu li ul li a:hover {
color:green;
background-image: none;
background-color: #869fca;
}

.menu li:hover {
color:#FFFFFF;
background: #000000 url(/images/button2.gif) no-repeat;
}


/* 2nd level menu items hover*/
.menu ul li ul.top2 :hover {
color:#FFFFFF;
background: #b6c5df;
}

/* 2nd level style */
.menu ul li ul.top2  {
}

/* 3rd level hover */
.menu ul li ul.top3 :hover {
color:#FFFFFF;
background: #b6c5df;
}

/* 3rd level style */
.menu ul li ul.top3  {
}

/* 4th level hover */
.menu ul li ul.top4 :hover {
color:#FFFFFF;
background: #b6c5df;
}

/* 4th level style */
.menu ul li ul.top4  {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0px;
left:108px;
}

.menu ul ul ul {
visibility:hidden;
position:absolute;
top:0px;
left:146px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
background:#dde;
width: 108px;
}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
background:#ded;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#edd;
}



/* general layout */

#pr_b1 {
    float: left;
}

#pr_b2 {
    float: left;
    margin-left: 15px;
}

#pr_b3 {
    float: left;
    margin-left: 15px;
}

#pr2_b1 {
    width: 450px;
    float: left;
}

#pr2_b2 {
    float: left;
    margin-left: 15px;
}

#pr2_b3 {
    float: left;
    margin-left: 15px;
}

#pr2_b4 {
    float: left;
    margin-left: 15px;
}

#pr3_b1 {
    float: left;
    margin-top: 20px;
}

#pr3_b2 {
    margin-top: 20px;
    margin-left: 10px;
    float: left;
}

#pr3_b3 {
    float: left;
}

#pr3_b4 {
    float: left;
    margin-left: 10px;
}

#pr4_b1 {
    margin-top: 20px;
    float: left;
}

#pr4_b2 {
    float: left;
}

#pr4_b3 {
    margin-left: 15px;
    float: left;
}

#pr4_b4 {
    margin-left: 15px;
    float: left;
}

#pr5_b1 {
    margin-top: 20px;
    float: left;
}

#pr5_b2 {
    float: left;
}

#pr5_b3 {
    margin-left: 10px;
    float: left;
}

#pr6_b1 {
    margin-top: 20px;
    float: left;
}

#pr6_b2 {
    margin-left: 10px;
    margin-top: 20px;
    float: left;
}

#pr6_b3 {
    float: left;
}
