/*   Modified by Bhaskar  */
#navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
}

#navigation a{
	
	float:left;
	width:90px;
	background-color:#033247;
	border-left-width:1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;	
	text-align:center;
	display: block;
	text-decoration: none;
	color: #66CCCC;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	line-height:15px;
	}
	
#navigation a:hover{
	color:#FFFFFF;
	background-color:#00CCCC;
}

.anylinkmenu{
	position: absolute;
	left: -1px;
	top: 21px;
	visibility: hidden;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background-color:#033247;
	width: 95px; /* default width for menu */
	list-style-type: none;
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}


.anylinkmenu ul li a{
	text-align:center;
	width: 100%;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px 4px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 3px;
	background-color:#5693b5;
	color:#FFFFFF;
}

.anylinkmenu ul li a:hover{ /*hover background color*/
	background: #00CCCC;
	color: white;
}

.anylinkshadow{
display:none;
}

/*   Modified by Bhaskar  */


