/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 20 November 2008 22:55:10
*/


/* style the outer div to give it width */
.menudown {
width:1000px;
font-family: verdana, lucidia, sans-serif;
font-size:12px;
padding-bottom:2px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menudown ul {
padding:0;
margin:0;
list-style-type:none;
}
.menudown ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menudown li {
float:left;
width:125;
position:relative;
}
/* style the links for the top level */
.menudown a, .menudown a:visited {
display:block;
font-size:10px;
text-decoration:none; 
/* DD - Top menu text colour */
color:#0000ff; 
/*width:139px;*/
height:22px; 
/*border:1px solid #fff; */
/*border-width:1px 1px 0 0; */
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 4px solid #ff0000;
background:#add8e6; 
padding-left:4px; 
padding-right:4px; 
line-height:22px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menudown a, * html .menudown a:visited {
/*width:150px;*/
/*w\idth:129px;*/
}

/* style the second level background */
.menudown ul ul a.drop, .menudown ul ul a.drop:visited {
background:#ffff00;
}
/* style the second level hover */
.menudown ul ul a.drop:hover{
background:#ffff00;
}
.menudown ul ul :hover > a.drop {
background:#ffff00;
}
/* style the third level background */
.menudown ul ul ul a, .menudown ul ul ul a:visited {
background:#ffff00;
}
/* style the third level hover */
.menudown ul ul ul a:hover {
background:#aaaaaa;
}
.menudown ul ul ul :hover > a {
background:#ffff00;
}

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

/* position the third level flyout menu */
.menudown ul ul ul{
left:150px; 
top:0;
width:120px;
}
/* position the third level flyout menu for a left flyout */
.menudown ul ul ul.left {
left:-150px;
}

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

/* style the second level links */
.menudown ul ul a, .menudown ul ul a:visited {
background:#add8e6; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px;
/* yet another hack for IE5.5 */
}
* html .menudown ul ul a{

width:150px;
w\idth:129px;
}

/* Dave's Comment - These next 2 are the top menu dropdown background colour */

/* style the top level hover */
.menudown a:hover, .menudown ul ul a:hover{
color:#000; 
background:#ffff00;
border-left: 4px solid #ff0000;
}
.menudown :hover > a, .menudown ul ul :hover > a {
color:#000;
background:#ffff00;
border-left: 4px solid #ff0000;
}

/* make the second level visible when hover on first level list OR link */
.menudown ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menudown ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menudown ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menudown ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menudown ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

 
  
 
