@charset "UTF-8";


div#menu ul{
	background-color: #003882;
	background-image: url(../tmpl_gfx/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin:0;
	padding:0;
/* 	height:30px; */
 }

div#menu ul li {
	display:inline;
	list-style:none;
	margin:0 5px;
	padding:2px 2px;
	
}

div#menu ul li.NavBaseCUR{
	border-style:solid;
	border-color:#0A94D6;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0.2em;
}

div#menu ul li.NavBaseACT{
	border-style:solid;
	border-color:#0A94D6;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0.2em;
}

div#menu a{
	text-decoration:none;
	color: white;
 }
 
div#menu a:hover{
	text-decoration:none;
	color: #85c9ea;
 }

div#topNavi a{
	text-decoration:none;
	color: white;
}

div#topNavi a:hover{
	text-decoration:underline;
	color: #DDE6EA;
}

div#leftColumn div.content ul.NavBase{
	padding:0;
	margin:0;
/* 	border: 1px solid red; */
}

div#leftColumn div.content ul.NavBase li{
	padding:0;
	margin: 5px 0;
	list-style:none;
	display:block;
	color: #003882;
/* 	background-color:gray; */
}

div#leftColumn div.content ul.NavBase li.NavBaseCUR{
	margin: 0 0 0 15px;
	font-weight:bold;
	color: #E55300;
}

div#leftColumn div.content ul.NavBase li.NavBaseACT{
	font-weight:bold;
	color: #E55300;
}

div#leftColumn div.content ul.NavBase li.NavBaseACT a{
	color: #E55300;
}

div#leftColumn div.content ul.NavBase li.NavBaseCURIFSUB{
	margin: 0 0 0 15px;
	font-weight:bold;
	color: #E55300;
}

div#leftColumn div.content ul.NavBase li a{
	padding:0 0 0 15px;
	margin:0;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #003882;
}

div#leftColumn div.content ul.NavBase li a:hover{
	background-image: url(../tmpl_gfx/arrow_nav_blue.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #85c9ea;
}

div#siteFooter a{
	text-decoration:none;
	color: white;
}

div#siteFooter a:hover{
	text-decoration:underline;
	color: #DDE6EA;
}

div#siteFooter span.validate a img{
	border:0;
}