ul 

{

list-style-type: disc;

list-style-image: url(node_5.jpg);

list-style-position: outside;

}

ul#navlist li a:hover {

border-top-color: #78d4fb;
border-right-color: #78d4fb;
border-bottom-color: #78d4fb;
border-left-color: #78d4fb;
color: #ffffff;
background-color: #103c4a;
background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

}