div.menuitem  {
	padding: 0px 0px 0px 0px;
	position: relative;
	background: #C7D5DF;
}
div.menuitem_inner  {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c7d5df;
}

div.firstmenuitem {	border-top: none; }
div.lastmenuitem {	border-bottom: none; }


div.menuitem span {
	float: left;
	display: inline;
	padding: 12px 0px 12px 10px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
}

div.menuitem a:link, div.menuitem  a:visited, div.menuitem a:active {
	float: left;
	display: inline;
	width: 170px;
	font-size: 12px;
	line-height: 14px;
	padding: 13px 0px 12px 5px;
	color: #000;
	text-decoration: none;
}
div.menuitem:hover a, div.menuitem:hover span, div.activemenu span, div.activemenu a:link, div.activemenu  a:visited, div.activemenu a:active {
	color: #ffffff;
}


div.activemenu {	
	 background: url(buttons.png) 200px -234px no-repeat;
}

div.menuitem:hover {
	 background: url(buttons.png) 200px -194px no-repeat;
}

div.activemenubigheight {
	 background: url(buttons.png) 200px -274px no-repeat;
}

div.menubigheight:hover {
	 background: url(buttons.png) 200px -327px no-repeat;
}

div.activemenu div.menuitem_inner {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

	background: #143f6a;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#143f6a), to(#0c223c));
	background: -moz-linear-gradient(#143f6a, #0c223c);
	background: linear-gradient(#143f6a, #0c223c);
	-pie-background: linear-gradient(#143f6a, #0c223c);
	behavior: url('templates/wse/htc/PIE.htc');
}
div.activemenu:hover div.menuitem_inner, div.menuitem:hover div.menuitem_inner {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

	background: #1b528a;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1b528a), to(#0f2c4d));
	background: -moz-linear-gradient(#1b528a, #0f2c4d);
	background: linear-gradient(#1b528a, #0f2c4d);
	-pie-background: linear-gradient(#1b528a, #0f2c4d);
	behavior: url('templates/wse/htc/PIE.htc');
	
}


div.pathway a:link, div.pathway a:visited, div.pathway a:active  { font-size: 12px; }
div.pathway span { padding: 0px 10px 0px 0px; font-size: 12px; }

div.pathway span.p_item {
    padding: 0px 10px 0px 14px;
    background: url(arrow.gif) left center no-repeat;
}
div.pathway div.separator_small {
    margin: 12px 0px 0px 0px;
}


div.clearfix {
    clear: both;
    font-size: 0px;
}