@charset "utf-8";
/* CSS Document */

/*********Menu style starts here***********/
.txt{
font-family:Georgia;
font-size:11px;
color:#FFFFFF;
}
#dropmenudiv{
position:absolute;
/*border:1px solid #FFFFFF;*/
border-bottom-width: 0;
font:normal 12px Georgia;
line-height:30px;
z-index:100;
/*filter:alpha(opacity=70);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;*/

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent:8px;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5e7b6c;
color:#FFFFFF;
}
.Caipl-txt p .abt-hover a{
	text-decoration:underline;
	}
.Caipl-txt p .abt-hover a:hover{
	text-decoration:none;
	}

/*********Menu style ends here***********/
