/* Start of CMSMS style sheet 'menu' */
.menu {
z-index:3000;
font-size:11px;
font-weight:bold;
xxxheight:100px;
margin:25px 0 0 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0 0px 0 0;
margin:0px;
list-style-type:none;
width:150px;

border:1px solid #fff;
border-width:1px 1px 0 1px;
text-align:right;

z-index:3001;
}

.menu li {
background:transparent;
height:20px;
z-index:3002;
}

* 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:11px; width:0; height:0;}

/* style the links */
.menu a {
display:block; 
text-decoration:none;
height:19px;
line-height:19px;
width:150px;
color:#8c9e12;
text-indent:5px;
border-bottom:1px solid #fff;
background:transparent;
padding:0 8px 0 0;
}

.menu a:visited{
color:#8c9e12;
}
/* style the link hover */
* html .menu a:hover {background:#ececec;color:#CC3300;}
* html .menu ul li ul, * html .menu ul li ul li, * html .menu ul li ul li a, * html .menu ul li ul li a:hover, .menu ul li ul li a:visited{width:100px;}
* html .menu ul li ul li{padding-right:0px;}

.menu :hover > a {
background:#ececec;
color:#CC3300;
}


/* 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:-1px;
left:120px;
z-index:4000;
}
/* 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:#e7e5e5;
}


.menu ul.top3 {top:41px;}
.menu ul.top4 {top:121px;}

.menu ul li ul, .menu ul li ul a{
width:100px;
padding-right:20px;

}

/* End of 'menu' */

