/* page styling
 **************************************************** */
* { margin: 0; padding: 0; }
html { height: 101%; vertical-align:top; }
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	padding-bottom: 4px;
}
p {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 0px;
}
a { text-decoration: none; }
img { border: 0; }





/* DROP MENU STYLING
 **************************************************** */

/* font styling for the drop menu button
 **************************************************** */
div#dropMenuPageButton ul li div, div#dropMenu ul li div { 	
	text-decoration: none; 
	font-size: 1.4em; 
	color: #115597;
	font-weight: bold;
	overflow: hidden;
}


/* the button that sits atop of the page that activates the drop menu
 **************************************************** */
div#dropMenuPageButton { 
	display: block; 
	padding: 0px 0px; 
	background: #fff; 
	width: 100%; 
}

div#dropMenuPageButton ul { 
	list-style: none; 
	font-family: "Calibri", Arial, sans-serif; 
}

div#dropMenuPageButton ul li { 
	border-bottom: 1px solid #AC6DFF; 
	background: #fff; 
	display: block;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff) to(#ecf1f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #E8C5FF);
	background-image:    -moz-linear-gradient(top, #ffffff, #E8C5FF);
	background-image:      -o-linear-gradient(top, #ffffff, #E8C5FF);
	background-image:         linear-gradient(top, #ffffff, #E8C5FF); 
}


/** Navigation list **/
div#dropMenu { display: block; padding: 0px 0px;  width: 100%; }

div#dropMenu ul { list-style: none; font-family: "Calibri", Arial, sans-serif; }

div#dropMenu ul li { 
	border-bottom: 1px solid #AC6DFF; 
	background: #E8EDFF; 
	display: block;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff) to(#ecf1f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #E8C5FF);
	background-image:    -moz-linear-gradient(top, #ffffff, #E8C5FF);
	background-image:      -o-linear-gradient(top, #ffffff, #E8C5FF);
	background-image:         linear-gradient(top, #ffffff, #E8C5FF); 
}

div#dropMenu ul li a { 
	position: relative; 
	display: block;
	box-sizing: border-box;	
	padding: 15px 0px; 
	margin-left: 10px;
	text-decoration: none; 
	font-size: 1.6em; 
	color: #6C1876;
	font-weight: bold;
	overflow: hidden;
}
div#dropMenu ul li a:hover { color: #CF432B; }

div#dropMenu ul li a::after {
    content: url(../images/iconmenu_thumb.png);
    display: block;
    width: 9px;
    height: 9px;    
    position: absolute;
    right: 40px;
    margin-top: -8px;
    top: 35%;
}

div#dropMenu ul li a:hover::after { border-color: #FE7304; }

/* header class
 **************************************************** */
div#dropMenu ul li.head { 
	border-bottom: 1px solid #b4c699;
	border-top: 1px solid #b4c699;
	height: 26px; 
	color: #5e7b59; 
	text-shadow: 0 1px 1px #fff; 
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold; 
	font-size: 1.3em; 
	line-height: 25px; 
	padding-left: 15px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cbddb1) to(#dfeacb));
	background-image: -webkit-linear-gradient(top, #cbddb1, #dfeacb);
	background-image:    -moz-linear-gradient(top, #cbddb1, #dfeacb);
	background-image:      -o-linear-gradient(top, #cbddb1, #dfeacb);
	background-image:         linear-gradient(top, #cbddb1, #dfeacb); 
}
