#main, #main:visited
{
	height	: 20px;
	background: #fff url("menubg.gif") repeat-x; 
}
#main:hover, #main:focus, #main:active
{
	height	: 20px;
	background: #fff url("menubgover.gif") repeat-x; 
}
li.sub {list-style: circle outside; color:green;} 
#sub
{
	height	: 13px;
	background: transparent; /*#fff url("menubg.gif") repeat-x;*/ 
}
/*#my2:hover, #my2:focus, #my2:active, #my2.USO, #my2.USO:visited*/
#sub:hover, #sub:focus, #sub:active
{
	height	: 13px;
	background: #fff url("menubg.gif") repeat-x; 
}

.leftcorner
{
    float: left; 
    background: #fff url("lc.gif") no-repeat center center; 
    width: 10px; 
    padding-top: 8px; 
    padding-bottom: 5px; 
} 
.rightcorner
{
    float: left; 
    background: #fff url("rc.gif") no-repeat center center; 
    width: 10px; 
    padding-top: 8px; 
    padding-bottom: 5px; 
} 
