/* cmsms stylesheet: menu modified: 05/24/18 07:58:56 */
/* start flyout */

.menu {
position:relative; 
z-index:100;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
width:100%; 
w\idth:100%;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width: 220px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
position:relative;
}

/* style the links for the top level */

.menu a, .menu a:visited {
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
width:149px; 
w\idth:138px;
}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#000000;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
}

.menu ul ul :hover > a.drop {
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
}

/* style the third level hover */

.menu ul ul ul a:hover {
}


/* 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: 20px;
left: 0px; 
width:180px;
padding-bottom: 10px;
z-index: 9999;
}

.menu ul ul li {
padding: 0px;
width: 180px;
}

/* another hack for IE5.5 */

* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */

.menu ul ul ul {
right:-180px; 
top:0px; 
width:180px;
z-index: 2000;
}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {
left:-149px;
}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {
position:absolute; 
top:0; left:0; 
border-collapse:collapse;
}

/* style the second level links */

div.menu ul ul a, div.menu ul ul a:visited, #actual_menu ul ul a:link, #actual_menu ul ul a:visited, div.menu:hover ul ul a, div.menu:hover ul ul a:visited, #actual_menu:hover ul ul a:link, #actual_menu:hover ul ul a:visited {
text-align: left; 
width: 212px; 
height: 24px;
padding: 11px 14px 4px 14px;
border-left: 0px;
background-color: #000000;
color: #d79d9e;
background-image: none;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:1220px;
w\idth:218px;
}

/* style the top level hover */

#actual_menu ul ul:hover a:link,#actual_menu ul ul:hover a:visited {
color: #d79d9e;
}

.menu ul ul a:hover, #actual_menu ul ul a:hover, .menu:hover ul ul a:hover, #actual_menu:hover ul ul a:hover {
color: #ffffff;
}

div.menu ul ul ul a, div.menu ul ul ul a:visited, #actual_menu ul ul ul a:link, #actual_menu ul ul ul a:visited {
color:#ffffff; 
text-align: left; 
width: 180px; 
height: 20px;
font-size: 80%;
padding: 10px 10px 0px 10px;
border-right: 0px;
background-color: #94a19f;
}

.menu ul ul ul a:hover, #left_navigation ul ul ul a:hover{
text-decoration: none;
}

.menu :hover > a, .menu ul ul :hover > a {
}

/* 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;
}

/* keep the third level hidden when you hover on first level list OR link */

.menu 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;
}

/* end flyout */
