
/***********************************************
* Switch Menu script- by Martial B of http://getElementById.com/
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

.menutitle
{
padding-top:10px;
cursor:pointer;
margin-bottom: 0px;
background-image:url('../images/paynet/pnMenuBg.jpg');
background-repeat:repeat-y;
color:#000000;
width:160px;
padding-left:0px; 
text-align:left;
height:30px;
font-weight:bold;
}

.menutitleHr{background-image:url('../images/paynet/pnMenuHr.jpg');background-repeat:no-repeat;margin-bottom: 0px;width:160px;height:1px;
	margin-top:-1px;font-size: 1px;}

.submenu{text-align:left;background-image:url('../images/paynet/pnSubMenuBg.jpg');background-repeat:repeat-y;width:160px;
padding-left:0px;padding-bottom:10px;line-height:25px; /* apply for IE6 */}

.submenu img{border:0px;width:6px;height:6px;src:url(../images/paynet/pnLi.jpg);float:right;}
.tdImage {width:25px;vertical-align:middle;}

	
#masterdiv span a{font-family:Tahoma;font-size:12px;width: 100%;padding: 0px 0;text-decoration: none;}

/*hover background color*/
a:link{ color:#444444;text-decoration: none;font-size:12px;line-height:20px;}

a:visited{ /*hover background color*/color:#444444;text-decoration: none;}

a:active{ /*hover background color*/color:#444444;text-decoration: none;}

a:hover{ /*hover background color*/color:#6f0068;text-decoration: none;font-style:italic;}

/***********************************************
* Thanks http://www.dynamicdrive.com/
***********************************************/