@charset "UTF-8";
/* CSS Document */

/* Some stylesheet reset */
#cssmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}

/* The container */
#cssmenu ul {
	display: block;
	position: relative;
	width:100%;
	overflow:visible;
	z-index: 1020;
		}

	/* The list elements which contain the links */
	#cssmenu ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:visible;
	}

		/* General link styling */
		#cssmenu ul li a {
	display: block;
	position: relative;
	margin: 0;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	padding: 3px 12px 3px 22px;
		}

		/* Rounded corners for the first link of the menu/submenus */
		#cssmenu > ul ul li:first-child>a {
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			border-top: 0;
		}

		/* Rounded corners for the last link of the menu/submenus */
		#cssmenu > ul ul li:last-child>a {
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
			border-bottom: 0;
		}


		/* The hover state of the menu/submenu links */
		#cssmenu > ul li>a:hover, #cssmenu > ul li:hover>a {
		  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
			background: #eee;
			background: -webkit-linear-gradient(bottom, #f5f5f5, #eee);
			background: -ms-linear-gradient(bottom,  #f5f5f5, #eee); 
			background: -moz-linear-gradient(bottom,  #f5f5f5, #eee);
			background: -o-linear-gradient(bottom,  #f5f5f5, #eee);
			border-color: transparent;
		}
		#cssmenu > ul .has-sub>a
		{
			border-bottom: 1px dotted transparent;
		}
		#cssmenu > ul .has-sub>a:hover
		{
			border-bottom: 1px dotted #005580;
		}
		/* The arrow indicating a submenu */
		#cssmenu > ul .has-sub>a::after {
	content: '';
	position: absolute;
	top: 9px;
	right: 10px;
	width: 0px;
	height: 0px;
	/* Creating the arrow using borders */
	border: 4px solid transparent;
	border-left: 4px solid #3dafea;
		}

		/* The same arrow, but with a darker color, to create the shadow effect */
		#cssmenu > ul .has-sub>a::before {
			content: '';
			position: absolute;
			top: 10px;
			right: 10px;
			width: 0px;
			height: 0px;

			/* Creating the arrow using borders */
			border: 4px solid transparent;
			border-left: 4px solid #fff;
		}

		/* Changing the color of the arrow on hover */
		#cssmenu > ul li>a:hover::after, #cssmenu > ul li:hover>a::after {
			border-left: 4px solid #FEC542;
		}

		#cssmenu > ul li>a:hover::before, #cssmenu > ul li:hover>a::before {
	border-left: 4px solid rgba(0, 0, 0, .25);
	border-bottom-color: rgba(0, 0, 0, .25);
		}

	
		/* THE SUBMENUS */
		
		#cssmenu > ul ul {
			width: 225px;
			z-index: 1010;
			border-top: 1px dotted #fff;
			border-bottom: 1px dotted #005580;
			border-right: 1px dotted #005580;
			border-bottom-right-radius: 4px;
			background-color:#f5f5f5;
			position: absolute;
			left: 190px;
			top: -9999px;
			padding-left: 5px;
			opacity: 0;
			/* The fade effect, created using an opacity transition */
			-webkit-transition: opacity .3s ease-in;
			-moz-transition: opacity .3s ease-in;
			-o-transition: opacity .3s ease-in;
			-ms-transition: opacity .3s ease-in;
		}

		/* Showing the submenu when the user is hovering the parent link */
		#cssmenu > ul li:hover>ul {
			top: 0px;
			opacity: 1;
		}
		#cssmenu > ul ul ul {
			left: 220px;
			z-index: 1000;

		}


hr.dots{
background-color:#fff;
border:#0088cc 1px dotted;
border-style: none none dotted none;
color:#fff;
}

.Summary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px 20px;
}
.sideboard
{
	text-indent: 20px;
	/* [disabled]background-color:#e3e3e3; */
	border-left: 2px solid #e3e3e3;
	border-right: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	border-top: none;
	-webkit-border-radius: 08x 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
.newsboard

{
	text-indent:10px; 
	background-color:#FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-top: none;
	-webkit-border-radius: 0px 0px 8x 8px;
	-moz-border-radius: 0px 0px 8x 8px;
	border-radius:  0px 0px 8x 8px;
}
.board
{
	background-color: #e3e3e3;
	border-left: 2px solid #e3e3e3;
	border-right: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	border-top:  none;
	-webkit-border-radius:  0x 0px 0px 8px;
	-moz-border-radius: 0px 0px 0px 8px;
	border-radius:  0px 0px 0px 8px;
}
.no-space [class*="span"] {
    margin-left: 0;
}
.no-space-r [class*="span"] {
    margin-right: 0;
}
