/*This css is for the dynamic menu*/
.anylinkcss {
     position:absolute;
     visibility: hidden;
	 width : 195px;
     background: #2B2C7C;
}
.anylinkcss ul {
     width: 195px; 
     margin: 0px 0 0px 0; 
     margin-top: 0; 
     padding: 0; 
     list-style: none;
}
.anylinkcss ul li {
     display: block; 
     float: left; 
     width: 195px;
     height: 25px;
     margin-left: 0; 
     padding-left: 0px; 
     padding-bottom: 2px; 
     position: relative; 
     list-style: none;
     vertical-align: middle;
}
.anylinkcss ul li a, .anylinkcss ul li a:visited {
     margin-left: 0;
     padding-left: 0;
     padding-top: 6px;
     text-indent: 10px;
     font-size : 12px;
     width: 195px;
     height: 25px;
     color : #FFFFFF;
     border-bottom: 0px;
     display: block;
}
.anylinkcss ul li a:hover {
     margin-left: 0;
     padding-left: 0;
     padding-top: 6px;
     text-indent: 10px;
     font-size : 12px;
     width: 195px;
     height: 25px;
     color : #FFFFFF;
     border-bottom: 0px;
     background-image: url(../images/menus/menuLayer02.gif);
     background-position: 0px 0px; 
     background-repeat: repeat-y; 
     display: block;
}


