/**************** menu coding *****************/
#menu {
width: 130px;
padding: 2px 3px;
background: blue;
color: white;
font: 14px/18px arial, helvetica, sans-serif;
font-weight: bold;
float: left;
line-height: 1.6em;
position: relative;
z-index: 999;
}

#menu ul {
list-style: none;
margin: 0px;
background: blue;
color: white;
}

#menu h2 {
display: block;
margin: 1px;
color: #fff;
background: #000;
text-transform: uppercase;
display: block;
text-align: center;
font-size: 15px;
}

#menu a {
display: block;
color: white;
background-color: transparent;
text-decoration: none;
}

#menu a:hover {
color: black;
background: #00CCFF;
text-decoration: underline;
}

#menu li {
position: relative;
padding: 0 4px;
}

#menu a.new:after {
	content: " *";
	color: red;
	
}

#menu ul ul li:hover {
	background: #00CCFF;
	color: black;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}
#menu ul ul ul li {
border-width: 1px;
border-style: solid;
border-color: #00CCFF;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}

div#bottom p {
	font-size: 12px;
	font-color: red;
}

#menu_title {
  text-align: center;
	font-family: arial, helvetica, sans-serif;
	color: yellow;
}

/******************** End Menu *****************/

#ticker {
    height: 21px;
    width: 98.5%;
    border: blue solid;
		border-width: 3px 3px 6px 3px;
		margin-left: auto;
		margin-right: auto;
    position: relative;
		background-image: url(../images/ltblueback1.jpg);
		overflow: hidden;
		/*font-weight: bold;*/
		font-size: 13px;
		color: navy;
}

#ticker div {
    position: absolute;
    white-space: nowrap;
		background-image: url(../images/ltblueback1.jpg);
}

