/* Start of CMSMS style sheet 'APT Left Navigation' */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dynamicmenu {font-size: 1.1em;}
#dynamicmenu a:link, #dynamicmenu a:visited, #dynamicmenu a:active {color: #666; text-decoration: none;}
#dynamicmenu a:active {color: #FE1E0A; text-decoration: none;}
#dynamicmenu a:hover {color: #666; text-decoration: underline; background: #dfdfdf;}

.vertmenu {
z-index:1000;
margin:0 0 25px 10px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.vertmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}

/* hack for IE5.5 */
* html .vertmenu ul {margin-left:-16px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.vertmenu li {
position:relative;
background:#ffffff;
height:31px;
border:1px solid #cccccc;
border-width: 0 0 1px 0;
}

/* get rid of the table */
.vertmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.vertmenu a, .vertmenu a:visited {
display:block; 
text-decoration:none;
height:31px;
line-height:31px;
width:150px;
color:#666666;
font-weight: bold;
text-indent:5px;

}
/* hack for IE5.5 */
* html .vertmenu a, * html .vertmenu a:visited {background:#FFFFFF; width:150px; w\idth:150px; color:#666666;}
/* style the link hover */
* html .vertmenu a:hover {color:#fff; background:#FFF;}

.vertmenu :hover > a {
color:#fff; 
background:#fff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.vertmenu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:151px; 
}

.redarrow {font-size: 1.1em; color: #C00; font-weight: bold;}

/* make the second level visible when hover on first level list OR link */
.vertmenu ul li:hover ul,
.vertmenu ul a:hover ul {
visibility:visible;
}

<!--[if IE 7]>
<style type="text/css">
.vertmenu li {float:left;}
</style>
<![endif]-->
</style>
/* End of 'APT Left Navigation' */

