
/*anylinkcss are sub menus*/
.anylinkcss{
position:absolute; 
visibility: hidden;
border-bottom-width: 0;
font:normal 10px Arial;
line-height: 18px;
z-index: 100;
/*background-color: #93A070;*/
width: 140px;
}

.anylinkcss a{
width: 100%;
position : relative; 
top : 5px; /*-5>
left : 10px; /*80*/
display: block;
border-bottom: 1px solid white;
text-decoration: none;
text-indent: 5px;
color: black;
background-color: #DFE0E1;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #D4E1F2;
color: black;
}


a.mainMenuLink{
 /*padding: 8px 4;*/ /*top, left sets the drop down as well*/
 /*display: block;*//*puts it downwards*/
 width: 100%;/* width can be changed this sets the width of text and may go underneath*/
 height: 27px;
 text-align: left;
 text-decoration: none;
 font-family:arial, Verdana;
 font-size:12px;
 FONT-WEIGHT: bold;
 margin-left:0px;
 color: #FFFFFF;
 background-color: none;
 text-indent: 4px;
 border: none;
 
}

A.mainMenuLink:visited {
/*display: block;*/
width: 100%;/* width can be changed this sets the width of text and may go underneath*/
height: 27px;
text-align: left;
text-decoration: none;
font-family:arial, Verdana;
font-size:12px;
FONT-WEIGHT: bold;
margin-left:0px;
color: #FFFFFF;
background-color: none;
border: none;
}

A.mainMenuLink:hover{ /*hover background color*/
border: none;
background-color: none;
color: #FFFFFF;
font-family:arial, Verdana;
font-size:12px;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;

}

A.mainMenuLinkSelected {
/*display: block;*/
width: 100%; /*width can be changed this sets the width of text and may go underneath*/
height: 27px;
text-align: left;
text-decoration: none;
font-family:arial, Verdana;
font-size:12px;
margin-left:0px;
color: #FFFFFF;
background-color:#FF4F00;
BORDER: none;
FONT-WEIGHT: bold;
text-indent: 4px;
background: #FF4F00 url(../../surfboard-fins/images/menu/left-tab.gif) left top no-repeat;
/*border: solid 1px #FFFFFF;*/
}



A.mainMenuLinkSelected:hover {
/*border: solid 1px #6100C1;*/
border: none;
background-color:#FFFFFF;
color: #336699;
TEXT-DECORATION: none;
font-size:12px;
background: #FFFFFF url(../../surfboard-fins/images/menu/left-tab-hover.gif) left top no-repeat;
}

A.mainMenuLinkSelected:visited {

/*display: block;*/
width: 100%; /* width can be changed this sets the width of text and may go underneath*/
height: 27px;
text-align: left;
text-decoration: none;
font-family:arial, Verdana;
font-size:12px;
margin-left:0px;
color: #FFFFFF;
background-color:#FF4F00;
BORDER: none;
FONT-WEIGHT: bold;
text-indent: 4px;
background: #FF4F00 url(../../surfboard-fins/images/menu/left-tab.gif) left top no-repeat;
}




