/*
  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: 02 September 2010 23:23:38
*/


/* ================================================================ 
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/basic_dd.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.
=================================================================== */
/* remove the bullets, padding and margins from the lists */

.menu ul {
list-style-type:none;
margin:0;
padding:0;
}
.menu li {
float:left;
position:relative;
z-index:100;
}
.menu table {
border-collapse:collapse;
left:-1px;
position:absolute;
top:25px;
z-index:80;
}
.menu a, .menu :visited {
color:#333333;
display:block;
font-size:1.2em;
margin:0;
padding:6px 9px;
text-align:center;
text-decoration:none;
font-weight:normal;
/*width:75px;*/
}
.menu :hover {
color:#FFFFFF;
}
.menuie ul ul li {
font-size:0.85em;
}
.menuie ul li a {
}
.menu ul li a, .menu ul ul :hover > a {
}

.menu ul li a:hover
    {
     color: #000000;
     text-decoration: underline;
    }

.menu ul ul {
height:0;
position:absolute;
visibility:hidden;
width:149px;
}
.menu ul li:hover ul, .menu ul a:hover ul {
visibility:visible;
}
.menu ul ul li a {
background:#006599 none repeat scroll 0 0;
color:#FFFFFF;
width: 84px
}
.menu ul ul li a:visited {
background:#006599 none repeat scroll 0 0;
color:#FFFFFF;
}
.menu ul ul li a:hover {
background:#2E89B6 none repeat scroll 0 0;
color:#FFFFFF;
}