/* CIA menu Main based on V10 */

body {
	font-family: sans-serif;
	background: #b99bc8;
	color: #644673;
	margin: 0;
}

#menubody {
	width: 99%;
	height: 100%;
	min-height: 550px;
	background: #b99bc8;
	position: absolute;
	float: left;
	padding: 0 0 0 5px;
}

#menu {
	width: 75px;
	height: 100%;
	min-height: 550px;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	box-orient: vertical;
}

#menu div {
	margin: 0 1px 1px 0;
}

#menu a {
	display: block;
	height: 9%;
	background-repeat: no-repeat;
	background-position: left;
}



#menu img {
	height: 100%;
	min-height: 50px;
	min-width: 50px;
	position: relative;
	opacity: 0.85;
}

#one, #two, #three, #four, #five, #six, #seven, #eight, #nine, #ten, #eleven {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1; 
}

#menu #onebut, #menu #twobut, #menu #threebut, #menu #fourbut, #menu #fivebut, #menu #sixbut, #menu #sevenbut, #menu #eightbut, #menu #ninebut, #menu #tenbut, #menu #elevenbut, #menu #allbut {
	display: block;
	height: 100%;
	min-height: 550px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 135px;
	/* this is the block that is right of the menu. These blocks are to be filled with the go to button */
}

#menu #allbut {
	background-color: #b99bc8;
	font-size: 30px;
	color: #644673;
	text-decoration: none;
	text-align: center;
	/* this is the block that is right of the menu. This is the cover block */
}

#menu #allbut div {
	position: relative;
	border-radius: 20px;
	border-style: dotted;
	border-width: 5px;
	border-color: #a88ab7;
	height: 95%;
	min-height: 550px;
	background-color: #caacd9;
	width: 250px;
	left: 20px;
	top: 10px;
	padding: 5px;
	opacity: 0.5;
}

#menu div div a {
	position: relative;
	border-radius: 20px;
	border-style: dotted;
	border-width: 5px;
	border-color: #a88ab7;
	height: 95%;
	min-height: 550px;
	width: 95%;
	margin: 5% auto;
	background-color: #caacd9;
	opacity: 0.65;
	text-decoration: none;
	text-align: right;
	 
}

#menu div div a div {
	font-size: 30px;
	padding: 5px;
	color: #644673;
	opacity: .85;
}

#nobut {
	display: block;
	height: 99.5%;
	min-height: 550px;
	width: 110px;
	position: absolute;
	top: 0;
	left: 50px;
	font-size: 30px;
	text-decoration: none;
	text-shadow: 0px 0px 4px #eccefb, 2px 1px 2px #422451;
	opacity: .75;
}

#nobut div {
	height: 9%;
	min-height: 50px;
}

#nobut p {
	position: relative;
	margin: 0px;
	top: 25%;
}

#nobut #nofive p {
	font-size: 25px;
	top: 7%;
}



