@charset "utf-8";
/* CSS Document */

.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
left: -100px;
filter:alpha(Opacity=2); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.02; /*firefox 1.5 opacity*/
-moz-opacity:0.02; /*mozilla opacity*/
-khtml-opacity:0.02; /*opacity*/
}

#registration_menu {
	text-align:left;
	margin:0;
	padding:0px;
	list-style:none;
	font: bold 14px "Trebuchet MS", "Tahoma", "Verdana", sans-serif; 
	width:100%;
	display:block;
	color:#009900;
	float:right;
}

#registration_menu li {
	height:auto;
	margin-bottom:5px;
}

#registration_menu li a {
	height:20px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	color:#666666;
	border-bottom: 1px dotted #E9E9E9;
	display: block;
	clear:both; 
}

#registration_menu li a.no_border_bottom {
	border-bottom: 1px dotted #FFFFFF;
}


#registration_menu li a:hover {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#009900;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}

