/* CSS Document
Style Sheet for tvsk.co.uk */
<style type="text/css">

h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:160px;
margin:0;
padding:1em;
}
ul
{
float:none;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a
{

border-style: solid;
border-width: 1px;
border-color:#888888 #888888 #ffffff #888888; 
float:none;
width:6em;
text-decoration:none;
color:black;
background-color:#dcdcdc;
padding:0.2em 0.6em;

/* border-right:1px solid white; */
}
a:hover
{
background-color:black;
color:white;

}

li {display:inline}


a.current
{
background-color:white;
border-bottom: 1px solid white;
}

ul.submenu
{
float:none;
width:80%;
padding:0;
margin:0;
list-style-type:none;
}
a.submenu
{
font-size: smaller;
border:1px solid gray;
text-decoration: none;
}

a.standard
{
width: auto;
padding:0em 0em;
font-size: normal;
border:none;
text-decoration: underline;
background-color:white;
color: blue;
}

a:hover.standard
{
font-size: normal;
border-style: none;
border:none;
text-decoration: underline;
background-color:white;
color: blue;
}
</style>