.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
border-top: 1px solid #778; 
border-left: 1px solid #778; 
background: url(indentbg2.gif);
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #00404C; /*text color*/
padding: 3px 9px;
text-decoration: none;
border-right: 1px solid #778;
}

.indentmenu ul li a:visited{
color: #00404C;
}

.indentmenu ul li a.selected{
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: url(indentbg2.gif) ;
}

.indentmenu ul li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}
.indentmenu1{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu1 ul{
margin: 0;
padding: 0;
float: left;
border-top: 1px solid #778; 
border-left: 1px solid #778; 
background: url(indentbg2.gif);
}

.indentmenu1 ul li{
display: inline;
}

.indentmenu1 ul li a{
float: left;
color: #00404C; /*text color*/
padding: 3px 8px;
text-decoration: none;
border-right: 1px solid #778;
}

.indentmenu1 ul li a:visited{
color: #00404C;
}

.indentmenu1 ul li a.selected{
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: url(indentbg2.gif) ;
}

.indentmenu1 ul li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.indentmenu2{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
border-top: 1px solid #778; 
border-left: 1px solid #778; 
background: #010101;
}

.indentmenu2 ul:hover{
margin: 0;
padding: 0;
float: left;
border-top: 1px solid #778; 
border-left: 1px solid #778; 
background: red;
}

.indentmenu2 ul li{
display: inline;
}

.indentmenu2 ul li a{
float: right;
color: #004149; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid #778;
}

.indentmenu2 ul li a:visited{
color: #004149;
}

.indentmenu2 ul li a.selected{
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;

}

.indentmenu2 ul li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}
.indentmenu2 li a:hover{
background: #101010 ;
color: #FFFFFF;
}

.target a {
text-decoration: none;
}

.target a:hover {
text-decoration: none;
}

.target a span {
padding: 4px;
border: 1px solid #CCCCCC;
display: block;
}

.target a:hover span {
border: 1px solid #990033;
}


.DDmenu {
font-family: tahoma, sans-serif;
font-size: 12px;
font-weight: none;
border: 1px solid #A8ADCD;
text-align: right;
margin-right:10px;
}
.DDmenu a {
display:block;
width:130px;
line-height:18px;
color: #00404C;
background-color: #EEEFF4;
text-decoration: none;
}
.DDmenu a:hover {
color: #00404C;
background-color: #A0A2BB;
}


.DDmenu2 {
font-family:  tahoma, sans-serif;
font-size: 12px;
font-weight: none;
border: 1px solid #A8ADCD;
text-align: right;
margin-right:30px;
}
.DDmenu2 a {
display:block;
width:130px;
line-height:18px;
color: #FFFFFF;
background-color: #A9AECE;
text-decoration: none;
}
.DDmenu2 a:hover {
color: #FFFFFF;
background-color: #333A8D;
}