/* Start of CMSMS style sheet 'menuNav' */
.menu {width:900px; height:39px; position:relative; z-index:100;font-family: Arial, Verdana; display:inline;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:900px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; line-height:39px;height:39px; background: url(img/menu_right.jpg) no-repeat right top;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;line-height:39px; padding-left:1em; }


/* style the links for the top level */
.menu a, .menu a:visited {display:inline-block; color:#000; height:30px;  line-height:39px; height:39px; font-size:11px; text-transform:uppercase;}
/* a hack so that IE5.5 faulty box model is corrected */



.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;margin-left:0px;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;margin-left:0px;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:200px; min-height:62px; background: transparent url(uploads/images/menu.png) no-repeat right bottom;}
.menu  .navcontainer{ background: #fff url(uploads/images/menu.png) no-repeat right bottom; border:1px solid; height:150px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;
background: url(uploads/images/menu_bg.gif) no-repeat right top;
width:226px;
}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* 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 ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; }

.menu ul ul li{
background: transparent url(uploads/images/menu_line.png) repeat-y left bottom;
width:200px;
padding-left:1em;
/* this works in css3 capable browsers only */
   
/* CSS 3 */
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {display:block; color:#000; height:auto; line-height:1em; padding:7px 2px; width:200px;font-size:11px; margin-left:0px;

}

.menu ul ul a .green, .menu ul ul a:visited .green{color:#007444;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:190px;w\idth:210px;}

/* style the top level hover */
.menu a:hover {color:#000;  text-decoration:underline; color:#72b599}
.menu :hover > a {color:#000;  text-decoration:underline; color:#72b599}

.menu ul ul a:hover {color:#000; background: transparent; font-size:11px; text-decoration:underline;color:#72b599}
.menu ul ul :hover > a  {color:#000;background: transparent;  font-size:11px; text-decoration:underline; color:#72b599}
/* 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;}

.sep{background:#72b599; width:1px;border:1px #72b599;}

/* End of 'menuNav' */

