/* www.multithemes.com */

/* color */

#navcontainer {
	background: transparent repeat url(../../images/page/trasp1.png);
}

/* -----toolbar */

#navcontainer .currentAncestor {
	color: #ffffff;
	text-shadow: 0px 0px 1px #ffffff;
}

#navcontainer ul {
	background: repeat-x url(../../images/colors/toolbar-black.jpg);
	
}

#navcontainer a{
	color: #d2d2d2;
	text-shadow: 0px 1px 0px #000000;
	text-decoration: none;
	border-style: none;
}

/* base toolbar */

#navcontainer #current {
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 1px 0px #000000;
}

/* 0 */

#navcontainer a:hover {
	color: #ffffff;
	text-shadow: 0px 0px 3px #ffffff;
	text-decoration: none;
	border-style: none;
}

/* I */

#navcontainer ul ul a {	
	text-shadow: 0px 1px 0px #ffffff;
	color: #000000;	
}

#navcontainer ul ul a:hover{
	background: transparent repeat url(../../images/page/trasp-light.png);
	color: #00456e;
}

#navcontainer ul ul #current{
	background: transparent repeat url(../../images/page/trasp-light.png);
	font-weight: bold;
	color: #00456e;
	text-shadow: 0px 0px 0px #ffffff;
}

#navcontainer ul ul .currentAncestor {
	color: #0075ba;
	text-shadow: 0px 1px 0px #ffffff;
}

/* II */

#navcontainer ul ul ul li a:hover
 {
	background: transparent repeat url(../../images/page/trasp-light.png);
	color: #00456e;
}

#navcontainer ul ul ul #current {
	background: transparent repeat url(../../images/page/trasp-light.png);
	font-weight: bold;
	color: #00456e;
	text-shadow: 0px 0px 0px #e4e4e4;
}
	

.blog-entry-date {
	border-top: 1px solid #7f7f7f;	
}


