/*

	lightyellow	FFFFE0
	goldenrod	DAA520
	Medium gold	E9C979
	Raytheon red	CE1126
*
*/

div.ControlMenu * {margin: 0 ; padding: 0 ; }

div.ControlMenu * {
	background:		#FFFFE0;
	/* font-family:		Nunito, arial, verdana; */
}

#accordian {
        background:             #000000;
        width:                  175px;
        margin:                 auto ;
        color:                  #000000;
        /*Some cool shadow and glow effect*/
        box-shadow:
                0 5px 15px 1px rgba(0, 0, 0, 0.6),
                0 0 200px 1px rgba(255, 255, 255, 0.5);
}

#accordian h3 {
	background: #CE1126; 
	background: linear-gradient(#CE1126, #FFFFFE);
}

#accordian h3 a {
	padding: 0 10px;
	font-size: 14px;
	line-height: 34px;
	display: block;
	color: #000000;
	text-decoration: none;
	background: linear-gradient(#CE1126, #FFFFFE);
}

#accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

#accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
	background: linear-gradient(#CE1126, #FFFFFE);
}

#accordian li {
	list-style-type: none;
}

#accordian ul ul li a, #accordian h4 {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding: 0 15px;

	transition: all 0.15s;
	position: relative;
}

#accordian ul ul li a:hover {
	/* background: #E3256B; */
	/* border-left: 5px solid #CE1126; */
	background:		#CE1126 ;
	color:			#FFFFFF ;
	border-left:		8px solid #000000;
	/* border-right:		5px solid #000000; */
}

#accordian ul ul {
	display: none;
}
#accordian li.active>ul {
	display: block;
}

#accordian ul ul ul{
	margin-left: 15px; border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accordian a:not(:only-child):after {
	content: "\f103";
	/* content: "\f067"; */
	font-family: fontawesome;
	position: absolute; right: 10px; top: 0;
	font-size: 14px;
}
#accordian .active>a:not(:only-child):after {
	content: "\f102";
	/* content: "\f068"; */
}

/*  custom font for text
    @import url(http://thecodeplayer.com/uploads/fonts/fontawesome/css/font-awesome.min.css);
    @import url(http://fonts.googleapis.com/css?family=Nunito);
    CSS file for fontawesome - an iconfont we will be using.
    This CSS file imported contains the font-face declaration.
    More info:		http://fortawesome.github.io/Font-Awesome/
*/
