@charset "UTF-8";

/* Menu Sub - Side Menu*/

.menuSubNone {width:160px; height: 75px; background:#FFFFFF; position:relative; z-index:100; font-family:arial, sans-serif; padding: 10px 0 0 0;}/* hack to correct IE5.5 faulty box model */
* html .menuSubNone {width:160px; w\idth:158px;}
.menuSubNoneInside {width:160px; height: 75px; background:#919195;}


.menuSub {width:160px; position:relative; z-index:100; font-family:arial, sans-serif; padding: 10px 0 0 0;}/* hack to correct IE5.5 faulty box model */
* html .menuSub {width:160px; w\idth:158px;}
/* remove all the bullets, borders and padding from the default list styling */
.menuSub ul {padding:0; margin:0; list-style-type:none;}
.menuSub ul ul {width:160px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuSub li {float:left; width:160px; position:relative; text-align:center;}
/* style the links for the top level */
.menuSub a, .menuSub a:visited {display:block;font-size:9px;text-decoration:none; color:#FFFFFF; width:140px; height:25px; background:#919195 url(../i/menuSubBkgd.gif) no-repeat; padding: 0 0 0 20px; text-align:left; line-height:25px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuSub a, * html .menuSub a:visited {width:160px; w\idth:159px;}

/* style the second level background */
.menuSub ul ul a.drop, .menuSub ul ul a.drop:visited {background:#e6e7e8; color:#919195; }
/* style the second level hover */
.menuSub ul ul a.drop:hover{background:#e6e7e8; color:#919195; padding:0; }
.menuSub ul ul :hover > a.drop {background:#e6e7e8; color:#919195; padding:0; }
/* style the third level background */
.menuSub ul ul ul a, .menuSub ul ul ul a:visited {background:#e6e7e8; color:#919195; }
/* style the third level hover */
.menuSub ul ul ul a:hover {background:#e6e7e8; padding:0; }


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuSub ul ul {visibility:hidden; position:absolute; height:0; top:30px; left:0; width:160px;}
/* another hack for IE5.5 */
* html .menuSub ul ul {top:29px;t\op:30px;}

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

/* position the third level flyout menu for a left flyout */
.menuSub ul ul ul.left {left:-160px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menuSub table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menuSub ul ul a, .menuSub ul ul a:visited {background:#e6e7e8; color:#919195; height:auto; line-height:1em; padding:5px 10px; width:95px;}
/* yet another hack for IE5.5 */
* html .menuSub ul ul a, * html .menuSub ul ul a:visited {width:160px;w\idth:159px;}

/* style the top level hover */
.menuSub a:hover, .menuSub ul ul a:hover{background:#e6e7e8; color:#919195; padding:0; }
.menuSub :hover > a, .menuSub ul ul :hover > a {background:#e6e7e8; color:#919195; padding:0 0 0 20px; text-align:left; }

/* make the second level visible when hover on first level list OR link */
.menuSub ul li:hover ul,
.menuSub ul a:hover ul{visibility:visible; background:#e6e7e8; color:#919195; padding:0; }
/* keep the third level hidden when you hover on first level list OR link */
.menuSub ul :hover ul ul{visibility:hidden; background:#e6e7e8; color:#919195; padding:0; }
/* make the third level visible when you hover over second level list OR link */
.menuSub ul :hover ul :hover ul{ visibility:visible; background:#e6e7e8; color:#919195;  padding:0; }