/* CSS Document */

body, p, ul, td	{
	font-family: "Times New Roman", Times, serif;
    font-size: 13px;}

div#menu {
    width: auto;
	float: left;
}
div#menu ul {
    position: absolute;
	margin: 0px;
    padding: 2px;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #444;
   	xline-height: 22px;
    xwhite-space: nowrap;
	text-align:left;
    font-weight: bold;
}
div#menu li {
    list-style-type: none;
	width: 100%;
	height: 27px;

}
div#menu li a {
    text-decoration: none;
    padding: 0px  5px;
    color: #444;
	display: block;
}

div#menu li a:link {
    color: #444;
}
div#menu li a:visited {
    color: #444;
}
div#menu li a:hover {
    font-weight: bold;
    color:#660033  ;
    xwhite-space: nowrap;
}

div#bottombanner {    
	text-decoration: none;
	color: #888;
	font-size: 11px;
	font-weight:bold;
}

div#bottombanner a {    
	text-decoration: none;
	color: #888;
	font-size: 10px;
}

div#bottombanner a:link {    
	text-decoration: none;
	color: #888;
}

div#bottombanner a:visited {    
	text-decoration: none;
	color: #888;
}

div#bottombanner a:hover {
    color: #111111;
}

ul.NoBullet {
  list-style-type: none}
