#topmenu_container{
	background-color:#fff;
	color:BLACK;
	font-size:12px;
}

.topmenu_middle{
width:880px;margin:auto;
}

#topmenu_login_form a{
	font-weight:BOLD;
	text-decoration:none;
}

#topmenu_login_form a:hover{
	text-decoration:underline;
}

.user_name{
	font-weight:BOLD;
}

.topmenu_text{
	color:BLACK;
}

.topmenu_link{
	color:BLACK;
	text-decoration:none;
}

.topmenu_link:hover{
	text-decoration:underline;
}


#topmenu_search_bar_container{
	margin-left:280px;
}

.menu_search_title{
	color:#fff;
	font-size:14px;
}

.topmenu_login_form_input{
	background-color:#f5f5f5;
	width:100px;
	border:1px solid #d7d7d7;
	padding:2px;	
}

.topmenu_login_form_button{
	border:1px solid #fff;
	background-color:#eee;
	padding:2px;	
}

.topmenu_user_login_box{
	width:350px;
	float:right;
	margin-right:10px;
	padding-top:10px;
	border:0px solid #fff;	
}

.topmenu_exit_link{
	position:absolute;
	top:40px;
	right:10px;
	width:50px;	
}

.sub_menu{
	margin-top:6px;
	height:24px;
}

.sub_menu a{
	font-size:12px;
	font-weight:bold;
	font-family: Arial,Helvetica,sans-serif;
	color: #7A95FF;
}

.sub_menu a:hover{
	background: #0063dc url("http://www.pegaa.com/images/topmenu/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

