@import url("menu.css");
.menu{
    /* background:url('menu_background.gif') bottom no-repeat; */
    padding-bottom:10px;
    margin-bottom:10px;
	border: 1px solid #D4D4D4;
	/* background-color: #EF6D00; */
	/* background:url('../images/fon_left.jpg') repeat;  */
	background-color: #DAF9BD;
}
.menu a, .categories_menu a{
    /* color:#777f7d; */
    /* color:#59723B; */
    color:#416818;
    text-decoration:none;
}
.menu a:hover, .categories_menu a:hover{
    text-decoration:underline;
	color:#000;
}
.menu ul{
    list-style:none;
    padding-top:5px;
}
.categories_menu ul{
    list-style:none;
}
.partners_menu a:hover, .member_menu a:hover, .resources_menu a:hover{
    text-decoration:none;
}
.partners_menu .menu_items, .view_partners {
    padding-left:10px;
}
.partners_menu a{
    margin:9px 10px 10px 0;
}
.partners_menu .menu_items{
    padding-top:10px;
}
.member_menu a, .partners_menu a, .resources_menu a{
    /* color:#75a8d5; */
    color:#004080;
    text-decoration:underline;
}
.menu_items{
    /* background:url('menu_items.gif') repeat-y; */
    /* padding-left:20px; */
    padding-left:10px;
    padding-bottom:5px;
}
.menu_items span{
    padding-right:2px;
}
.resources_menu ul li{
    background:url('triangle.gif') no-repeat 0 4px;
}
.menu li{
    padding-bottom:5px;
    background:url('menu_arrow.gif') no-repeat 0 5px;
    padding-left:10px;
}
.categories_menu{
    background:url('right_menu_background.gif') bottom no-repeat;
    padding-bottom:10px;
    margin-bottom:15px;
}
.categories_menu_items{
    background:url('right_menu_items.gif') repeat-y;
    padding-left:20px;
    padding-top:5px;
}
.categories_menu_items a{
    background:url('templates_arrow.gif') no-repeat 0 4px;
    padding-left:10px;
    line-height:14px;
}
.categories_menu_items b{
    background:url('templates_arrow.gif') no-repeat 0 4px;
    padding-left:10px;
    line-height:14px;
}
.categories_menu h3{
    background:url('right_h3_background.gif') no-repeat;
}
.newsletter_menu p{
    text-align:justify;
    padding-right:20px;
    padding-top:5px;
    width:165px;
}
.newsletter_menu .validation_errors{
    padding-right:20px;
}

.menu h3 {
	/* background-color: #EF6D00; */
	color: #416818;
}

.menu h3 a:link{
/* font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; */
font: bold 13px Geneva,Arial,Helvetica,sans-serif;
text-align:left;
color: #416818;
}

.menu h3 a:hover{
	text-decoration: underline;
	color: #000;
}

.top-menu {
/* background:url("../images/img03.gif") no-repeat scroll left top transparent; */
background-color: #6E8A21;
height:30px;
margin:0 auto;
padding-top:5px;
width:1022px;
}

/* NAV */
#nav {
	background:#CADBE6 url('../images/bar_menu.gif') repeat-x;
	/* background: url('../images/bar_menu.png'); */
    width:1022px;
	margin:0 auto;
	padding:0;
	height:27px;
	/* border:1px solid #A1B0BB; */
	border-width:1px 0;
	z-index:1000;
	font-family:tahoma,verdana,arial;
	font-size:11px;
	font-weight:bold;
	}
*html #nav {
	width:1024px;
	margin:0 auto;
	padding:0;
	height:27px;
	}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {
	color:#033767; 
	border:1px solid #A1B0BB; 
	border-width:0px 1px 0px 0px;
	border-left:1px solid #E5EEF3; 
	}
/* Make the hovered list color persist */
#pmenu li:hover > a {
	background:#DBE7EE; 
	color:#814000;
	}
/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {
	background:#DBE7EE; 
	color:#814000;
	}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {
	background:#DBE7EE; 
	color:#814000;
	}

/* Set up the pointers for the sub level indication */
#pmenu li.sub {background:#e7e7e7; font-weight:normal;}
#pmenu li.fly {background:#e7e7e7 url(../images/fly.gif) no-repeat right center;font-weight:normal}
#pmenu li.drop {background:#e7e7e7 url(../images/drop.gif) no-repeat right center;}


		
 /* END NAV */




