#adminbuttonmenu{
border: 0px solid black;
border-bottom-width: 0;
width: auto;
background-color: #494949;
}

* html #adminbuttonmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: auto;
}

#adminbuttonmenu a{
font: bold 10px Verdana;
padding: 5px;
padding-left: 5px;
display: block;
width: 100%;
color: white;
text-decoration: none;
border-bottom: 2px solid #bbbbbb;
}

html>body #adminbuttonmenu a{ /*Non IE rule*/
width: auto;
}

#adminbuttonmenu a:hover{
background: transparent url(../ddtabmenufiles/media/blockactive.gif) center center repeat-x;
background-color: #000000;
color: white;
}

#adminbuttonmenu_horizontal{
display: block;
border: 0px solid black;
list-style:		none;
border-bottom-width: 0;
width: auto;
background-color: #494949;
border-right:	1px solid #bbbbbb;
}

* html #adminbuttonmenu_horizontal{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: auto;
}

#adminbuttonmenu_horizontal a{
font: bold 10px Verdana;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
display: block;
width: 100%;
color: white;
text-decoration: none;
background: transparent url(../ddtabmenufiles/media/blockdefault.gif) center center repeat-x;
}

html>body #adminbuttonmenu_horizontal a{ /*Non IE rule*/
width: auto;
}

#adminbuttonmenu_horizontal a:hover{
background: transparent url(../ddtabmenufiles/media/blockactive.gif) center center repeat-x;
color: white;
}




#bluemenu{
border: 0px solid black;
border-bottom-width: 0;
width: auto;
background-color: #556699;
}

* html #bluemenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: auto;
}

#bluemenu a{
font: bold 10px Verdana;
padding: 5px;
padding-left: 5px;
display: block;
width: 100%;
color: white;
text-decoration: none;
border-bottom: 2px solid #bbbbbb;
}

html>body #bluemenu a{ /*Non IE rule*/
width: auto;
}

#bluemenu a:hover{
/*background: transparent url(../ddtabmenufiles/media/blockactive.gif) center center repeat-x;*/
background-color: #223344;
color: white;
}

#bluemenu_horizontal{
display: block;
border: 0px solid black;
list-style:		none;
border-bottom-width: 0;
width: auto;
background-color: #556699;
border-right:	1px solid #bbbbbb;
}

* html #bluemenu_horizontal{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: auto;
}

#bluemenu_horizontal a{
font: bold 10px Verdana;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
display: block;
width: 100%;
color: white;
text-decoration: none;
background: transparent url(../ddtabmenufiles/media/blockdefault.gif) center center repeat-x;
}

html>body #bluemenu_horizontal a{ /*Non IE rule*/
width: auto;
}

#bluemenu_horizontal a:hover{
background: transparent url(../ddtabmenufiles/media/blockactive.gif) center center repeat-x;
color: white;
}
