/* style the menu navigation wrap  */
#menu-wrap {
    background-color: transparent;

	margin: 34px 3px 0px 8px;
	*margin: 34px 3px 0px 8px;
	_margin: 34px 3px 0px 8px;
	
	text-align: center;
	vertical-align: middle;
/*	overflow: hidden;*/
} 

#menu-wrap ul {
/*    background-color: #5798d0;*/
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    text-decoration:none; 
    border-right:2px solid #fff; 
	background: #FFFFFF url("button.gif");
	margin-right: 1px;

	width: 117px;
	height: 32px;
	color: #1981BF;
	font-size: 1.5em;
}
/* top level items on hover */
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active{    
    background-color: #FFFFFF;               
   	color: #1981bf;
}

/* style the top level hover */
#menu-wrap a:hover, #menu-wrap ul ul a:hover{
    /*color:#000000; */
    /*background:#FFFFFF;*/
	font-weight:bold;
}


#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
    /*color:#000000;*/ 
    /*background:#FFFFFF;*/
}




/* menu sections with children */
/*#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
    background-image: url(cms-nav-dark-s.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
*/

/* style sections from the dropdown menus */
#menu-wrap li.section{
    color: #ffffff;
    background-color: #4283b7;
    font-weight: bold;        
} 
/* style sections from the dropdown menus */


/* style the second level links */
 #menu-wrap ul ul {
 	padding-top:10px;
	background:url("white-89percent.png") repeat !important ;
	border-left:1px solid #1299d0;
	border-right:1px solid #1299d0;
	border-bottom:1px solid #1299d0;
	width: 149px;
}

#menu-wrap ul ul li {
	text-align:left;
}

#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    color:#1981bf;
	font-size: 12px;

	background:url("white-89percent.png") repeat !important ;
/*	border-left: 2px solid #249FD4;*/
/*	border-right: 2px solid #249FD4;*/
	border-top:none;
	overflow: hidden;

}

          
/* style the second level hover */
#menu-wrap ul ul a:hover{
    /*background:#B3D9FF*/
    background:url("abutton3.jpg") repeat !important ;
    font-weight: normal;
}
#menu-wrap ul ul :hover > a {
    background:#B3D9FF
}

                                  
/* style selected page in the top menu */                                  
#menu-wrap li.selected_page{    
    color: #004D99;
    background-color: #5798d0;
margin-top: 8px;
height:24px;
line-height:22px;

}

/* style selected subpage in the top menu */                                  
#menu-wrap li.selected_subpage{    

	font-size: 12px;
	background:url("abutton3.jpg") repeat !important ;
	font-weight: bold;
	color: #1981bf;
	/*background: #FFFFFF url("li2.png") no-repeat left;
	font-weight: bold;
	color: #249FD4;
	*/
}
/*#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    background-color: #B3D9FF;
}
#menu-wrap ul ul li a.selected{    
    background-color: #D0D8F0;
    color: #004D99;
}
*/



#menu-wrap .icl_last{
	background: url("button2.gif");
}








/* style sidebar navigation */

#sidebar-navigation h4{
    /* style sidebar title */
	display:none;
}

.cms-nav-sidebar {
	border-right: 1px solid #e4e4e4;
	margin-right:10px;
	margin-bottom: 15px;
}

ul.cms-nav-sidebar li {
	margin:0px;
	min-height: 25px;
	_height: 25px;
	line-height:25px;
	display: block;
}

#sidebar-navigation .cms-nav-sidebar a,
#sidebar-navigation .cms-nav-sidebar a:visited{
	color: #999999;
	display: block;
	overflow: hidden;
	min-height: 25px;
	_height: 25px;
	line-height: 25px;
	font-weight: bold;
}
#sidebar-navigation .cms-nav-sidebar a:hover,
#sidebar-navigation .cms-nav-sidebar a:focus,
#sidebar-navigation .cms-nav-sidebar a:active{
    /* links hover */
	background: url("abutton3.jpg") repeat-x bottom left !important;
	*font-weight: auto;
}

.cms-nav-sidebar .selected_page_side{
    /* selected item in side navigation */
	background: url("li2.jpg") no-repeat top left;
	font-weight: bold;
	font-size: 1.2em;
	color: #999999;
	padding-left: 20px;
}

.cms-nav-bc a, .cms-nav-bc a:visited{
    /* trail navigation links */
}
.cms-nav-bc a:hover, .cms-nav-bc a:focus, .cms-nav-bc a:active{
    /* trail navigation links hover */
}
.cms-nav-bc{
    /* trail navigation links hover - not linked */
}



br.cms-nav-clearit {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
}

