/*
  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: 11 February 2012 04:33:19
*/


/* ================================================================ 
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;
padding:0;
margin:0;
float:left;
width:970px;
/*border-bottom:3px solid #666;*/
}

/* 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;
border-right:1px solid #ffffff;
/*padding:2px;*/
}

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

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

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

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

.menuie ul li a
    {
    /*background:#BA0033;*/
    }


.menu ul li a, .menu ul ul :hover > a
    {
   /* background: #BA0033;*/
    }

.menu ul li a.top
    {
    /*background: #BA0033 url() no-repeat;*/
    }

.menu ul li a.top-last
    {
    /*background: #BA0033 url() no-repeat;*/
    }

.menu ul li a.top-first
    {
    /*background: #BA0033 url() no-repeat;*/
    }

.menu ul li a:hover
    {
    /*background: #ca3e2c;*/
    background: #a60202;
    }

.menu ul ul li{
    border:0;
    padding:0px;
}

.menu ul ul li a{
    border:0;
    padding:7px 0 7px 10px;
    width:160px;
    border-bottom:1px solid #ffffff;
    text-align:left;
    background-color:#a60202;
}

.menu ul ul li a:hover{
    background-color:#000000;
    border:0;
    padding:7px 0 7px 10px;
    width:160px;
    border-bottom:1px solid #ffffff;
text-align:left;
}

.menu ul ul li a:visited{
    background-color:#a60202;
    border:0;
    padding:7px 0 7px 10px;
    width:160px;
    border-bottom:1px solid #ffffff;
    text-align:left;
}

.menu ul ul li a:visited:hover{
    background-color:#000000;
    border:0;
    padding:7px 0 7px 10px;
    width:160px;
    border-bottom:1px solid #ffffff;
    text-align:left;
}


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


