#skipLinks { display:none; }

#main_menu{	margin:23px 5px 0 0; padding:0px; border:1px solid white; }

#navigation a{
	background:url(../img/menu_line.gif) left top repeat-y;
	color:#666666;
	text-decoration:none;
	padding:0 43px 15px 10px;
	display:block;
	float:left;
	line-height:1em;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation_index a { float:none; }
/* End hide */

#navigation a:hover { background:url(../img/main_menu_hover.gif) left bottom no-repeat; }

#navigation li.main_menu_selected, #navigation_index li.main_menu_selected {
	background:url(../img/main_menu_hover.gif) left bottom no-repeat;
	text-decoration: none;
}

#navigation a.main_menu_selected span{
	padding: 0px 9px 0 0;
}

#navigation a.main_menu_selected { display:block; float:left; }

/* Hide from IE5-Mac \*/
#navigation a.main_menu_selected { float:none; }
/* End hide */

#navigation ul, #navigation_index ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li, #navigation_index li {
	float: left;
	margin: 0 4px 0 0px;
	list-style-type: none;
}

#navigation_index a { 
	color:#C4C4C4;
	background:url(../img/menu_line_index.gif) left top repeat-y;
	color:#C4C4C4;
	text-decoration:none;
	padding:0 43px 15px 10px;
	display:block;
	float:left;
	line-height:1em;
}
#navigation_index a:hover { background:url(../img/main_menu_hover_index.gif) left bottom no-repeat; }




/* Opera - If UL is set to float:left all collapse left */
#main_menu ul{
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

#main_menu a:link, #main_menu a:visited{
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

/*********************** side menu ************************************/

#navcontainer { margin:0; }

#navcontainer ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer li { font-weight:bold;  }

#navcontainer a{
	background:url(../img/side_menu_bullet.gif) 2px 50% no-repeat;
	display: block;
	padding: 5px 5px;
	/*width: 165px;*/
	color: #666666;
	text-decoration: none;
	text-align:right;
}


/* subnavlist1 */
#navcontainer #subnavlist1container .subnavlist1 a,
#navcontainer #subnavlist1container .subnavlist1top a {
	border-bottom:#CCCCCC 1px solid;
}
/* First subcontainer hover */
#navcontainer .subnavlist1 a:hover{
	text-decoration: none;
	background:url(../img/side_menu_bullet_sel.gif) 2px 50% no-repeat;
	padding-left:20px;
}
/* Bottom element */
#navcontainer #subnavlist1container .subnavlist1bottom a{
	border-bottom:#CCCCCC 1px solid;
}
/* selected item in first subcontainer */
#navcontainer #subnavlist1container #subnavlist1active a{
	background:url(../img/side_menu_bullet_sel.gif) 2px 50% no-repeat;
}





/* Second subnavlist2 */
#navcontainer #subnavlist1container #subnavlist1active #subnavlist2container .subnavlist2 a,
#navcontainer #subnavlist1container #subnavlist1active #subnavlist2container .subnavlist2bottom a,
#navcontainer #subnavlist1container #subnavlist1active #subnavlist2container .subnavlist2top a
{
	color:#96B3D0;
	padding: 5px 0px 5px 20px;
	/*width: 150px;*/
	/*background-color:#DDEEFF;*/
	/*border-top:#659AD0 1px solid;*/
	border-bottom:#CCCCCC 1px solid;
}
/* Second subcontainer hover */
#navcontainer  #subnavlist1active .subnavlist2 a:hover{
	text-decoration: none;
	/*background:url(../img/right_nav_sel_background.jpg) repeat-y;*/
	padding: 5px 0px 5px 25px;
}
/* selected item in Second subcontainer */
#navcontainer #subnavlist1active #subnavlist2active a{
	/*background:url(../img/right_nav_sel_background.jpg) repeat-y;*/
	padding: 5px 0px 5px 25px;
	/*background-color:#F7F7F7;*/
}
/* selected item in second subcontainer */
#navcontainer #subnavlist1container #subnavlist1active #subnavlist2container #subnavlist2active a{
	/*background-color:#4C88C7;
	color:#FFFFFF;*/
}






/* Third subcontainer */
#navcontainer #subnavlist1container #subnavlist1active #subnavlist2container #subnavlist2active #subnavlist3container .subnavlist3 a,
#navcontainer #subnavlist1container #subnavlist1active #subnavlist2container #subnavlist2active #subnavlist3container .subnavlist3bottom a,
#navcontainer #subnavlist1container #subnavlist1active #subnavlist2container #subnavlist2active #subnavlist3container .subnavlist3top a
{
	padding: 5px 0px 5px 25px;
	/*background-color:#F7F7F7;*/
	color:#000000;

}
/* Second subcontainer hover */
#navcontainer  #subnavlist1active #subnavlist2active .subnavlist3 a:hover{
	text-decoration: none;
	padding: 5px 5px 5px 30px;
}
/* selected item in third subcontainer */
#navcontainer #subnavlist1container #subnavlist1active #subnavlist2container #subnavlist2active #subnavlist3active a{
	padding: 5px 5px 5px 30px;
	background-color:#5B9C0E;
}


#menu_footer{}