@charset "utf-8";
/* CSS Document */


@font-face
{
font-family: 'Lucida';
src: url('../../../data backup feb2015/My Web Sites/amrita/www.amrita.edu/asas/kochi/css/Lucida.ttf') ,
url('../../../data backup feb2015/My Web Sites/amrita/www.amrita.edu/asas/kochi/css/Lucida.eot'); /* IE9+ */
     
}



 a:focus
 { outline: none; border : 0;}
 a:active 
{outline: none; border : 0;}

 a:-moz-any-link:focus 
{ outline: none; border : 0;}

a img 
{
border : 0;
outline: none;
}

a
{
	border:0px;
	outline:0px;
}










	
	
	.right_box_mnu
	{
	width: 270px;
	
	padding: 0px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
	.right_box_btn
	{
	width: 260px;
	background-color: #e37315;
font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dotted #CCC;
	padding-left: 10px;
	text-transform: uppercase;
	}
	
	.right_box_btn a
	{
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 30ms ease-in-out 1ms;
	-moz-transition: all 30ms ease-in-out 1ms;
	-ms-transition: all 30ms ease-in-out 1ms;
	-o-transition: all 30ms ease-in-out 1ms;
	transition: all 30ms ease-in-out 1ms;
	}
	