.select_sub_category{position:absolute; width:175px; height:30px; border-radius:10px; border-style:solid; border-width:1px;border-color:#2b6da4; margin: auto; text-align: center;}
.select_sub_category_text{  
	color: #2b6da4; /* Black */
	font-family: Trebuchet MS;
	font-size: 15px;
}

.select_sub_category:hover{
	background-color:#87CEEB;	
}

a.select_sub_category_link {
	padding: 0px 0;
    display: block;
	height:30px; 
	border-radius:10px; 
}

a.select_sub_category_link:hover{
	background-color:#87CEEB;	
}