/*
  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: 05 September 2010 00:55:49
*/


/* NAVIGATION */

#nav {
	width: 500px;
	margin: 0px 0px 0px 100px;
	z-index: 1000;
	position: absolute;
	top: 245px;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
top:25px;
_top: 2px;
left:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:1.2em;
/*width:92px;*/
padding:6px 7px;
color:#fff;
/*background:#dc1f2d;*/
text-decoration:none;
margin:0;
text-align:center;
}

/* style the links hover */
.menu :hover{
color:#fff;
/*background:#dc1f2d;*/
}

.menuie ul ul li    
    {
    font-size:0.85em;
    }




.menu ul li a:hover
    {
    /*background:url();*/
    background:#4f4f4f;
    }



.menu ul ul li a{
   background:#333333;
   text-align:left;
   width:160px;
   border-bottom:1px solid #ccc;
}

.menu ul ul li a:hover
    {
    /*background:#ffffff;*/
    background:#4f4f4f; 
   text-align:left;  
width:160px; 
border-bottom:1px solid #ccc;
}

.menu ul ul li a:visited
    {
   text-align:left;   
width:160px;
border-bottom:1px solid #ccc;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:130px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
