
 
    
	
#nav_blue {
font-family: arial;
	font-size: 12px;
	margin: 0;
	padding: 7px 6px 0;
	border-radius: 5px;
	height: 40px;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	
	-webkit-box-shadow: 0 1px 4px white;
	-moz-box-shadow: 0 1px 4px white;

	background: #19386c;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#486cb0', endColorstr='#19386c');
	background: -webkit-gradient(linear, left top, left bottom, from(#486cb0), to(#19386c));
	background: -moz-linear-gradient(top,  #486cb0,  #19386c);

	border: solid 1px #414141;
}
#nav_blue li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

#nav_blue a {
	font-weight: bold;
	color: #e0e7f3;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#nav_blue small{
	font-size: 12px;
}

#nav_blue .active a, #nav_blue li:hover > a {
	background: #183566;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#132c57', endColorstr='#183566'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#132c57), to(#183566));
	background: -moz-linear-gradient(top,  #132c57,  #183566);
	color: #fff;
	border: solid 1px #000000;
	margin-right: -3px;
	margin-left: 1px;
	-webkit-box-shadow: 0 0 1px #84aee2;
	-moz-box-shadow: 0 0 1px #84aee2;
	box-shadow: 0 0 1px #84aee2;
}

#nav_blue ul li:hover a, #nav_blue li:hover li a {
	background: none;
	border: none;
	color: #ebebeb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav_blue ul li:hover > a {
	background: #3a65ae 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a84cc', endColorstr='#3a65ae');
	background: -webkit-gradient(linear, left top, left bottom, from(#5a84cc), to(#3a65ae)) !important;
	background: -moz-linear-gradient(top,  #5a84cc,  #3a65ae) !important;
	color: #fff !important;
	border: solid 1px #7191c8 !important;
	-webkit-box-shadow: 0 0 2px #000000 !important;
	-moz-box-shadow: 0 0 2px #000000 !important;
	box-shadow: 0 0 2px #000000 !important;
	width: 120px;
	margin-left: -5px;
}

#nav_blue ul {
	background: #19386c; 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#486cb0', endColorstr='#19386c');
	background: -webkit-gradient(linear, left top, left bottom, from(#486cb0), to(#19386c));
	background: -moz-linear-gradient(top,  #486cb0,  #19386c);

	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 35px;
	left: 0;
	border: solid 1px #414141;
	-webkit-box-shadow: 0 1px 4px white;
	-moz-box-shadow: 0 1px 4px white;
}

#nav_blue li:hover > ul {
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#nav_blue ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav_blue ul a {
	font-weight: normal;
}

#nav_blue ul ul {
	left: 156px;
	top: -3px;
}

div#minicontainer{width: 60%;min-width:925px;margin:0 auto}
ul#minitabs{	list-style: none;
				margin: 0;padding: 7px 0;
				border-bottom: 0px solid #bbb;
				font-weight: bold;
				font-size: 1.3em;
				text-align: center;
				white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 10px}
ul#minitabs a{	text-decoration: none;
				padding: 0 0 3px; 
				border-bottom: 3px solid #fff;
				color: #0088cc}
ul#minitabs a#minicurrent{border-color: #333333;color:#333333}
ul#minitabs a:hover{border-color: #3294ee;color: #3294ee}
