.p{
float:left;
margin:0px;
padding:6px 0px;
line-height:20px;
text-align:center;
background:url(images/m_menu_line.jpg) right no-repeat;
}
.sub-link{
padding:0px 0px;
line-height:14px;
font: normal 12px Arial;
text-decoration:none;
color:#d8251f;
}
.sub-link:hover{
color:#3c3d3d;
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:url(images/m_menu_hover_bg.jpg) repeat-x;
text-align:center;
}
.selectedanchor:hover{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
color:#fff;
}

.anchorclass{
text-decoration:none;
font-family:arial;
font-weight:bold;
font-size:13px;
color:#3c3d3d;
line-height:14px;
margin:0px;
padding:7px 11px;
text-align:center;
}
/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 14px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 180px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
padding: 6px 0px 3px 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #fff;
border:1px solid #000;
}

.anylinkcsscols .column{
width: 170px;
float: left;
margin:0px 5px;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
line-height:14px;
}

.anylinkcsscols li{
padding:3px 0px 6px 12px;
background:url(images/sub-arrow.jpg) no-repeat left;
color:#ffffff;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}












#memoryticker{

font: bold 12px Arial;
text-align:left;
letter-spacing:0.6px;
color:#000;
/*Tip: add in height attribute here for multiple line scroller*/
padding: 3px 3px 3px 180px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
}

