﻿/*wnet from 5/7 > 9/11*/

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: 14px Verdana;
/*width: 100%;*/
/*border: 1px solid #625e00;*/
/*border-width: 1px 0;*/
/*background: black url(blockdefault.gif) center center repeat-x;*/

width: auto;
border: 0px solid #625e00;
border-width: 0px 0;
background: transparent url(blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
/*list-style-type: none;*/
}

.solidblockmenu li a{
float: left; color: white; padding: 8px 12px; text-decoration: none; border-right: 1px solid white;
}

.solidblockmenu a.leftoff{
float: left; color: white; padding: 8px 12px; text-decoration: none; border-right: 1px solid white; background:url(blockdefault_left_wide.gif)  top left no-repeat;}



.solidblockmenu a.lefton{
float: left; color: white; padding: 8px 12px; text-decoration: none; border-right: 1px solid white; background:url(blockactive_left_wide.gif)  top left no-repeat;}

.solidblockmenu a.rightoff{
float: left; color: white; padding: 8px 12px 8px 12px; text-decoration: none; border-right: 0px solid white; background:url(blockdefault_right.gif)  top right no-repeat;}



.solidblockmenu a.righton{
float: left; color: white; padding: 8px 12px 8px 12px; text-decoration: none; border-right: 0px solid white; background:url(blockactive_right.gif)  top right no-repeat;}


#blockmenu a#on{background: transparent url(blockactive_right.gif) top right no-repeat;}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover{
color: red;
background: transparent url(blockdefault.gif) center center repeat-x; /*added*/
}

#blockmenu a:hover.on{
color: red;
background: transparent url(blockactive.gif) center center repeat-x; /*added*/
}

#blockmenu_city a:hover.on{
color: red;
background: transparent url(blockactive.gif) center center repeat-x; /*added*/
}

#blockmenu a:hover.rightoff{background: transparent url(blockdefault_right.gif) top right no-repeat;}
#blockmenu a:hover.righton{background: transparent url(blockactive_right.gif) top right no-repeat;}

#blockmenu a:hover.leftoff{background: transparent url(blockdefault_left_wide.gif) top left no-repeat;}
#blockmenu a:hover.lefton{background: transparent url(blockactive_left_wide.gif) top left no-repeat;}

.solidblockmenu li .on{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}



