#menu {
	float:right;
	background:url(../images/menu-right-edge.gif) right no-repeat;
	padding-right:1px;
	margin-top:10px;
}
#kwicks .kwick {
	float: right;
	display: block;
	width: 90px;
	height: 120px;
	background:url(../images/menu-tab-off.gif) no-repeat left;
	overflow:hidden;
}
.kwick>a.topnav {
	display:block;
	height:80px;
	padding:40px 10px 0px 10px;
	color:#532772;
	text-decoration:none;
	text-align:left;
	margin:0;
	list-style-image:none;
	

}
.kwick a.topnav:hover, ul#kwicks :hover > a.topnav {
	background:url(../images/menu-tab-on.gif) no-repeat left!important;}
.kwick a.topnav:hover{
	text-decoration:underline;
}
#kwicks li ul {
	position:relative;
	width:100px;
	top:-1000px;
	z-index:100;
	left:100px;
}	
#kwicks li:hover ul {
	top:-120px;
}
.submenu a {
	color:#666;
}
.submenu a:hover {
	text-decoration:underline;
	color:#532772;
	cursor:pointer	
}

