@charset "UTF-8";
/* CSS Document */

.glossymenu{
margin: 135px 0;
padding: 0;
width: 130px; /*width of menu*/
border: 0px;
}

.glossymenu a.menuitem{
background:url(images/orangebutton.png) no-repeat top left;
height:28px;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 130px;
padding-top: 6px;
padding-bottom:0;
padding-left:0px;
padding-right:0px;
margin-top:4px;
text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color:#ffffff;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/orangebuttonover.png);
}

.glossymenu a.linemenuitem{
background:url(images/orangebutton.png) no-repeat top left;
height:28px;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 130px;
padding-top: 2px;
padding-bottom:4px;
padding-left:0px;
padding-right:0px;
margin-top:4px;
text-decoration: none;
line-height:1;
}

/*football summit button*/
.glossymenu a.linemenuitemspecial{
background:url(images/footballsummitbutton.png) no-repeat top left;
height:28px;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 130px;
padding-top: 2px;
padding-bottom:4px;
padding-left:0px;
padding-right:0px;
margin-top:4px;
text-decoration: none;
line-height:1;
}

.glossymenu a.linemenuitemspecial:hover{
background-image: url(images/footballsummitbuttonover.png);
}
/*end football summit button*/

/*pee wee camp button*/
.glossymenu a.linemenuitemspecial2{
background:url(images/peeweecampbutton.png) no-repeat top left;
height:28px;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 130px;
padding-top: 2px;
padding-bottom:4px;
padding-left:0px;
padding-right:0px;
margin-top:4px;
text-decoration: none;
line-height:1;
}

.glossymenu a.linemenuitemspecial2:hover{
background-image: url(images/peeweecampbuttonover.png);
}
/*end pee wee camp button*/

.glossymenu a.linemenuitem:visited, .glossymenu .linemenuitem:active{
color:#ffffff;
}

.glossymenu a.linemenuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.linemenuitem:hover{
background-image: url(images/orangebuttonover.png);
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background:#d7d7d7;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom:groove #000;
width:130px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 0px;
}

.glossymenu div.submenu ul li a:hover{
background: #9fa1a4;
color: white;
}
