@charset "utf-8";
/* CSS Document */

/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.sideMenu {width:100%; height:30px; position:relative; font-family:Lucida Sans Unicode, Lucida Grande, sans-serif; margin-bottom:10px;}
/* hack to correct IE5.5 faulty box model */
* html .sideMenu {width:100%; w\idth:100%;}
/* remove all the bullets, borders and padding from the default list styling */
.sideMenu ul {padding:0; margin:0; list-style-type:none; z-index:inherit;}
.sideMenu ul ul {width:200px; z-index:inherit;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.sideMenu li {float:left; width:100%; position:relative; z-index:inherit;}
.sideMenu li.left {background-color:#036;}
/* style the links for the top level */
.sideMenu a, .sideMenu a:visited {display:block; font-size:15px; text-decoration:none; color:#fff; width:auto; height:30px; line-height:30px; border-bottom:1px solid #69C; padding-left:5px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .sideMenu a, * html .sideMenu a:visited {width:auto; w\idth:auto;}

/* style the second level background */
.sideMenu ul ul a.drop, .sideMenu ul ul a.drop:visited {background:#369 url(grey-arrow.gif) no-repeat 280px center; width:288px;}
/* style the second level hover */
.sideMenu ul ul a.drop:hover{background:#09F url(blue-arrow.gif) no-repeat 280px center;}
.sideMenu ul ul :hover > a.drop {background:#09F url(blue-arrow.gif) no-repeat 280px center;}
/* style the third level background */
.sideMenu ul ul ul a, .sideMenu ul ul ul a:visited {background:#369; color:#FFF;}
/* style the third level hover */
.sideMenu ul ul ul a:hover {background:#09F; color:#FFF;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.sideMenu ul ul {visibility:hidden; position:absolute; height:0; top:0px; left:184px; width:300px; z-index:inherit;}
/* another hack for IE5.5 */
* html .sideMenu ul ul {left:184px;l\eft:184px;}

.sideMenu ul ul.left {visibility:hidden; position:absolute; height:0; top:0px; left:-300px; width:300px;}
/* another hack for IE5.5 */
* html .sideMenu ul ul.left {left:-300px;l\eft:-300px;}

/* position the third level flyout menu */
.sideMenu ul ul ul{left:300px; top:0px; width:300px; z-index:inherit;}

/* position the third level flyout menu for a left flyout */
.sideMenu ul ul ul.left {left:-300px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.sideMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.sideMenu ul ul a, .sideMenu ul ul a:visited {background:#369; color:#FFF; height:auto; line-height:1em; padding:5px 5px; width:auto; border:1px solid #69C; border-top:none; text-align:left; font-size:14px;}
/* yet another hack for IE5.5 */
* html .sideMenu ul ul a, * html .sideMenu ul ul a:visited {width:250px;w\idth:228px;}

/* style the top level hover */
.sideMenu a:hover, .sideMenu ul ul a:hover{background:#09F;}
.sideMenu :hover > a, .sideMenu ul ul :hover > a {background:#09F;}

/* make the second level visible when hover on first level list OR link */
.sideMenu ul li:hover ul,
.sideMenu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.sideMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.sideMenu ul :hover ul :hover ul{visibility:visible;}

.rightmenu li{list-style-position:inside; height:auto;}
.rightmenu a{height:auto; display:inline-block;}