#skipLinks {display: none;}

/* ********************* side menu ************************************/

/* Backgrounds */
#menu_header{
	background-image: url(../img/menu_header.gif);
	background-position: center top;
	background-repeat: no-repeat;	
	height: 25px;
}
#menu_footer{
	background-image: url(../img/menu_footer.gif);
	background-position: center top;
	background-repeat: no-repeat;	
	height: 25px;
}
.navlist{
	background-image: url(../img/menu_background.gif);
	background-position: center top;
	background-repeat: repeat-y;	
}


/* Standard behaviour */
#navlist ul, #subnavlist1 li, #subnavlist2 ul, #subnavlist3 ul{
	margin: 0;
	padding: 0;
	border: 0;
}

#navcontainer {
	margin-left: 10px;
	margin-top: 10px;
}
#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { 
	margin: 5px 0 5px 0; 
}

#navcontainer a{
	display: block;
	padding: 5px 10px 5px 10px;
	width: 123px;
	color: #fff;
	background-color: #999999;
	text-decoration: none;
}

#navcontainer a:hover{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

/* Override Standard behaviour */

#subnavlist1 a{
	display: block;
	padding: 5px 10px 5px 20px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	font-weight: normal;

	width: 123px;
	/* box model hack for ie */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:113px;
}

/* Active behaviour using borders */

/* in IE all borders */
.navlistitemclass a{
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #999999;
}
/* in IE override for active one */
#navlistactive a{
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CC0000;
}

#subnavlist1 li a{
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.subnavlistitem1active a{	
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #999999;
}


#subnavlist2 a{
	display: block;
	padding: 5px 10px 5px 20px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	font-weight: normal;

	width: 123px;
	/* box model hack for ie */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:113px;
}

