/* ######### Marker List Horizontal Button Menu ######### */

.buttonmenu ul{
background: url('../images/active_114x26.jpg');
background-repeat: no-repeat;
margin: 0;
padding: 0; /*padding inside each tab*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
text-align: center;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.buttonmenu li{
display: inline;
margin: 0;
}

.buttonmenu li a{
background: url('../images/inactive_114x26.jpg');
background-repeat: no-repeat;
margin: 0;
padding: 6px 0px; /*padding inside each tab*/
float: left;
display: block;
text-decoration: none;
border-right: 0px; /*right divider between tabs*/
text-align: center;
color: white;
}

.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover{
background: url('../images/active_114x26.jpg'); /*background of tabs for hover state */
background-repeat: no-repeat;
}

.buttonmenu a.selected{
background: url('../images/active_114x26.jpg'); /*background of tab with "selected" class assigned to its LI */
background-repeat: no-repeat;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.nextLevel li a{
background: #2b83c4;
border: 2px solid #31556d;
border-left: 2px solid #0099ff;
border-top: 2px solid #0099ff;
padding: 2px;
}

.nextLevel li a:hover{
background: #0099ff;
border: 2px solid #31556d;
border-left: 2px solid #00ccff;
border-top: 2px solid #00ccff;
padding: 2px;
cursor: hand;
}
