
body
{ 
padding:20 0 0 0px; 
background-image: 
url('../images/Gradient_Bg.jpg');
background-repeat: repeat-x
}

.True_Menu {
height:35px;
width:941px;
background:url(../img/images/black_0.gif);
position:relative; 
font-family: arial, verdana, sans-serif; 
font-size:12px;
font-style: regular;
z-index:500;
}

.True_Menu .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.True_Menu li {
float:left;
background:url(../img/images/black_1.gif);
}

.True_Menu .select a {
display:block; 
height:35px; 
float:left; 
background: url(../img/images/black_0.gif); 
padding:0 0 0 10px; 
text-decoration:none; 
line-height:33px; 
white-space:nowrap; 
color:white;
}

.True_Menu .select a b {
display:block;
padding:0 20px 0 10px; 
background:url(../img/images/black_0.gif) right top;
}

.True_Menu .select a:hover, 
.True_Menu .select li:hover a {
background: url(../img/images/black_1.gif); 
padding:0 0 0 10px;
cursor:pointer; 
color:#FFFFFF;
}

.True_Menu .select a:hover b, 
.True_Menu .select li:hover a b {
display:block; 
padding:0 20px 0 10px; 
background:url(../img/images/black_1.gif) right top; 
cursor:pointer;
}


.True_Menu .current a {
background: url(../img/images/black_2.gif); 
padding:0 0 0 10px;
cursor:pointer; 
color:#FFFFFF;
}
 
.True_Menu .current a b {
display:block; 
padding:0 20px 0 10px; 
background:url(../img/images/black_2.gif) right top; 
cursor:pointer;
}

/* IE6 only */
.True_Menu table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}


