#submenu {width: 150px; float:left; background-color:#e6e60f}

#submenu ul
{
margin:0;
padding:0;
background-color:#000066;
list-style-type:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#submenu a
{
display:block;
padding-top:4px;
padding-bottom:4px;
/*  */
padding-left:4px;
padding-right:5px;
width:140px;
background-color:#000066;
border-right:1px solid white;
text-shadow:0.3em 0.3em 0.4em black;
}

#submenu a:link, #submenu a:visited
{
text-decoration:none;
color:#e6e60f;
}

#submenu a:hover
{
color:#e6e60f;
border-bottom:1px solid white;
border-top:1px solid white;
background: url(/graphics/vikingsm.gif);
background-repeat:no-repeat;
background-position: right;
padding-top:3px;
padding-bottom:3px;
}
