
/* --- Left Menu Link Sytle */

	a.ash:visited	{
	text-decoration: none;
	color:#333333;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;

}
	a.ash:link		{
	text-decoration: none;
	color:#333333;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;

}
	a.ash:hover		{
	text-decoration: none;
	color:#333333;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;



}
	


a.logout:link { text-decoration: none;
				  color:red;  }
a.logout:visited { text-decoration: none;
				  color:red;  }
a.logout:hover { text-decoration: none;
				  color:red;  }
				  
/*-- Bottom Menu Link Style */
				  
a.bottom:link { text-decoration: none;
				  color:#999999;  }
a.bottom:visited { text-decoration: none;
				  color:#999999;  }
a.bottom:hover { text-decoration: none;
				  color:#999999;  }			  
				  
/* -- Admin Menu Style Don't change it --*/

	.menuskin{
position:absolute;
width:100px;
background-color:menu;
border:1px solid red;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:black;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:#EBEBEB;
width:98px;
cursor: hand;
}

#mouseoverstyle a{
color:white;
}

/*-- Menu Border Sytle -- */
.leftMenu {HIGHT:20px;BORDER-TOP: #006699 1px solid;BORDER-LEFT: #006699 1px solid;BORDER-RIGHT: #006699 1px solid;BORDER-BOTTOM: #006699 1px solid;CURSOR:hand;}
.mainbody {BORDER-TOP: #006699 1px solid;BORDER-LEFT: #006699 1px solid;BORDER-RIGHT: #006699 1px solid;BORDER-BOTTOM: #006699 1px solid;}
.menu {BORDER-TOP: #E1EAF1 1px solid;BORDER-LEFT: #E1EAF1 1px solid;BORDER-RIGHT: #999999 1px solid;BORDER-BOTTOM: #666666 1px solid;BACKGROUND-COLOR:#E1EAF1;}
