/* $Id: menu.css,v 1.5 2006/10/11 21:44:32 lnewton Exp $ */
/* $Source: /cvs/rr/final/gencon_files/menu.css,v $ */

.menu_top, .menu_top_hover{
	padding-top:6px;
	width:110px; height:24px;
    text-align:center;
	background-image:url('/registration/images/nav_bg.gif');
    background-repeat:no-repeat;
    background-position:top right;
    font-weight:bold;
    text-decoration:none; color:#666;
	cursor:pointer;
}
.menu_top_hover{ 
	color:#d97108;
}

.menu, .menu_hover{
	color:#fff;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	background-color:#979A96;
	cursor:pointer;
	padding:4px 10px;
}

.menu_hover{
	color:#fc9f40;
	background-color:#666;
}

.menu_sep{
	width:3px; height:38px;
	background-image:url('/registration/images/nav_bg_sep.gif');
}
