/* ================================================================ 
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-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*=menu*/
.menu {
    background: url(images/menu-bg.png) bottom left repeat-x;
    position:absolute;
    top:0;
    right:0;
	width:100%; 
	height:26px; 
	z-index:100;}	
    
    .menu ul {
        margin:0;
        padding:0 }
        
        .menu ul li {
            background: url(images/menu-item-bg.png) no-repeat 0 0 ;
            font-size:12px;
            font-weight:bold;
            float:left;
			height:23px;
            margin:0 ;
            padding:0;
			width:100px;
			position:relative; }
			
		/* style the links for the top level */
		.menu a, .menu a:visited {
			display:block;
			text-decoration:none; 
			width:65x; 
			height:25px;
			margin:0 12px 0 0 ;
            padding:3px 0 0 13px }
			
		
		/* style the top level hover */
		.menu a:hover, .menu ul ul a:hover {
			color:#12335F;
			text-decoration:none}
            
        .menu ul li.first { }
				
				.menu ul ul {
					width:224px;}

					.menu li li {
						background-color:#6495A6;
						border-bottom:1px solid #000;
						width:221px;
						margin:0;
						height:23px;
					    padding:0}	
						
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:75px}

/* position the third level flyout menu */
.menu ul ul ul{
	left:224px; 
	top:-1px; 
	width:224px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-224px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	height:auto; 
	width:208px;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; }
	
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;}
	
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {}

.menu .current_page_item a {
	color:#fff;}

.menu ul .current_page_item ul a {
	color:#000;}

.menu .current_page_item a:hover {
	color:#fff;}

.menu ul .current_page_item ul a:hover {
	color:#12335F}
	
	
	
	
#menuAudio a {
	background: url(images/new-win-icon.gif) no-repeat 50px 4px;
	padding-right:15px
}
