/* style the menu navigation wrap  */
#menu-wrap {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0 50px;
	background: transparent url(images/border.png) bottom no-repeat;
} 

#menu-wrap ul {
	float: right;
	margin: 0;
	list-style: none;
	background-color: transparent;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
	background-color: transparent;
    color: #666666;
    line-height: 13px;
	padding: 8px 13px 8px 3px;

    border-right:0; 
}
/* top level items on hover */
#menu-wrap ul li{
	float: left;
	background: transparent url("images/tab_left.png") left top no-repeat;
	padding: 0 0 0 10px;
	margin-left: 2px;
}

#menu-wrap ul li a, #menu-wrap ul a:focus{    
	color: #666666;
	float: left;
	display: block;
	background-color: transparent;
	background: url("images/tab_right.png") right top no-repeat;
	padding: 8px 13px 8px 3px;
	text-decoration: none;
}
#menu-wrap ul a:active{
}
#menu-wrap ul li:hover a, #menu-wrap ul a:active{
	background-color: transparent;
	background: url("images/tab_right.png") right top no-repeat;
}

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    color:#000; 
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    color:#000; 
}


/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
	background-color: transparent;
}


/* style sections from the dropdown menus */
#menu-wrap li.section{
    color: #fff;
    font-weight: bold;        
} 
/* style sections from the dropdown menus */


/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
	background-color: transparent;
}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
}
#menu-wrap ul ul :hover > a {
}

                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page{    
    color: #004D99;
    background-color: transparent;
	background-image: url("images/tab_left_on.png");
}

#menu-wrap ul li.selected_page:hover a, #menu-wrap ul li.selected_page a:active{
	background-color: transparent;
	background: url("images/tab_right_on.png") right top no-repeat;
}

#menu-wrap li.selected_page a{
	background-image: url("images/tab_right_on.png");
	color: #000;
	padding-bottom: 9px;	
}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    
    color: #004D99;
    background-color: transparent;
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    background-color: transparent;
}
#menu-wrap ul ul li a.selected{    
    background-color: transparent;
    color: #004D99;
}


