ul li.active{ /*IE6 hack- hide gooey effect from that browser*/
_visibility: hidden; /*IE6 rule*/
}




/* ######### Frame Menu CSS ######### */


ul.framemenu{
	margin-bottom:0px;
	list-style: none;
	position:relative;
	text-align: center;


//set value to "left", "center", or "right"*/
; 			margin-top: 160px;
	margin-right: 0;
	visibility: visible;
	z-index: 50;
	padding-right: 0;
	padding-left: 25;
	float: left;
}

ul.framemenu li{
display: inline;
}

ul.framemenu li a{
	color: #FFF;
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.framemenu li a:hover {
	color: #CCC;
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


ul.framemenu li.active{ /*style of LI that gets dynamically added to menu to create background effect*/
	position:absolute;
	width:0;
	-moz-box-shadow: 0px 0px 4px rgba(120,120,120,0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(120,120,120,0.7);
	box-shadow: 0px 0px 0px rgba(120,120,120,0.7);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
