/* CSS Document */

/* CSS Document */

ul.tab 
{


list-style:none;

display:block;
}

ul.tab li.tabnor ,li.tabnor
{
float:left;
background:url(../LMA/ltg.jpg) top left no-repeat ;
padding-left:8px;

height:25px;
margin-left:2px;
cursor:pointer;
}

ul.tab li.tabnor  span,li.tabnor span
{

float:left;
background:url(../LMA/ctg.jpg) repeat-x ;

height:20px;
text-decoration:none;
padding-top:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding-bottom:2px;
display:block;
cursor:pointer;
}

ul.tab li.tabnor a,li.tabnor a

{
background:url(../LMA/rtg.jpg) right top no-repeat;

float:left;
display:block;
padding-right:8px;
height:25px;
cursor:pointer;
color:white;
text-decoration:none;

}
/*swapcss*/

li.tabsel
{
float:left;
background:url(../LMA/ltv.jpg) top left no-repeat ;
padding-left:8px;

height:25px;
margin-left:2px;
cursor:pointer;
}

li.tabsel span
{

float:left;
background:url(../LMA/ctv.jpg) repeat-x ;

height:20px;
text-decoration:none;
padding-top:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding-bottom:2px;
display:block;
cursor:pointer;
}

li.tabsel a

{
background:url(../LMA/rtv.jpg) right top no-repeat;

float:left;
display:block;
padding-right:8px;
height:25px;
cursor:pointer;
color:white;
text-decoration:none;

}
