@charset "utf-8";
/* CSS Document */
.solmenu{
margin: 5px 0;
padding: 0;
width: 192px; /*width of menu*/
border-bottom-width: 0;
text-align:left;
}

.solmenu a.menuitem{
background: white url(../usrs/eyupspor.org/vstrip.gif) repeat-y left top; 
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;

}


.solmenu a.menuitem:visited, .solmenu .menuitem:active{
color: black;
}

.solmenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.solmenu a.menuitem:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;

}

.solmenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.solmenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.solmenu div.submenu ul li{
border-bottom: 1px solid pink;
}

.solmenu 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: 10px;
}

.solmenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}

