.menuover{
	color: #ffffff;
	background-color:  #ff0000;
	layer-background-color:  #ff0000;
	font-family: Tahoma,Verdana,Geneva,sans-serif;
	font-weight: bold; 
	font-size: 9px;
	padding:3px;
	padding-bottom:2px;
	border-top:1px solid #000000;
	text-decoration: none;
	cursor: hand;
}
.staticmenu{
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
.menuout{
	color: #000000;
	background-color:  #cccccc;
	layer-background-color:  #cccccc;
	font-family: Tahoma,Verdana,Geneva,sans-serif;
	font-weight: Bold; 
	font-size: 9px;
	padding:3px;
	padding-bottom:2px;
	border-top:1px solid #000000;
	text-decoration: none;
	cursor: hand;
}
A.menuover:hover, A.menuover:visited, A.menuover:active{
	color: #ffffff;
	background-color:  #ff0000;
	layer-background-color:  #ff0000;
	font-family: Tahoma,Verdana,Geneva,sans-serif;
	font-weight: Bold;
	font-size: 9px;
    text-decoration: none;
}
A.menuout:hover, A.menuout:visited, A.menuout:active{
	color: #000000;
	background-color:  #cccccc;
	layer-background-color:  #cccccc;
	font-family: Tahoma,Verdana,Geneva,sans-serif; 
    font-weight: Bold; 
	font-size: 9px;
	text-decoration: none;
}
div.MenuPosition{
	visibility: hidden;
	position: relative;
}
div.Menu{
	/* Set Menu Style, Maximum Width(width:auto), Border Width(padding:#px) and Border Color */
	/* NOTE: Do NOT set a border directly, unless you do not wish to support Netscape 4.x!!! */
	width: 150px;
	padding: 0px;
	background-color: #ffffff;
	layer-background-color: transparent;

	/* DO NOT CHANGE */
	top: 0px;
	left: -1000px;
	z-index: 2003;
	/* horz start 1 */
	
	/* horz finish 1 */
	position: absolute;
	visibility: hidden;
	overflow: hidden;
}
div.Menu div.Mhdr{
	/* Set Header Background */
	width: 150px;
	layer-background-color:  #ff0000;
	background-image: url(site_images/null.gif);
	background-repeat: no-repeat;
	background-position: top left;

	/* DO NOT CHANGE */
	position: absolute;
}
div.Menu div.Mitm{
	/* Set Item Background */
	width: 150px;
	layer-background-color: #ff0000;
	background-image: url(site_images/null.gif);
	background-repeat: no-repeat;
	background-position: top left;
	MARGIN-BOTTOM: 1px;
	
	/* DO NOT CHANGE */
	position: absolute;
}
div.Menu div.Msub{
	/* Set Item SubMenu Background */
	width: 150px;
	layer-background-color: #ff0000;
	background-image: url(site_images/corner_red.gif);
	background-repeat: no-repeat;
	background-position: top left;
	MARGIN-BOTTOM: 1px;

	/* DO NOT CHANGE */
	position: absolute;
}
div.Menu span, div.Menu A, div.Menu A:visited{
	/* Set Item Style */
	color: #ffffff;
	font-family: Tahoma,Verdana,Geneva,sans-serif;
	font-style: normal;
	
	font-size: 9px;
	/*line-height: 11px;*/
	text-decoration: none;
	cursor: hand;

	/* NOTE: We've overridden the left padding for the background image to show through */
	padding-left: 16px;
	/* horz start 2 */
	
	/* horz finish 2 */
	/* DO NOT CHANGE */
	display: block;
}
DIV.Menu A:hover {
	/* Set Item Style */
	color: #000000;
	font-family: Tahoma,Verdana,Geneva,sans-serif;
	font-style: normal;
	
	font-size: 9px;
	/*line-height: 11px;*/
	text-decoration: none;
	cursor: hand;

	/* NOTE: We've overridden the left padding for the background image to show through */
	padding-left: 16px;
	/* horz start 3 */
	
	/* horz finish 3 */
	/* DO NOT CHANGE */
	display: block;
}

/* The following Styles are applied to all browsers except Netscape 4.x due to comment parsing bug *//*/*/
div.Menu{
	/* Set Header Background Color *//*/*/
	border-bottom: 1px solid #ffffff;
}
div.Menu div.Mhdr{
	/* Set Header Background Color *//*/*/
	width: 150px;
	background-color: #ff0000;
	/* horz start 4 */
	
	/* horz finish 4 */
	/* DO NOT CHANGE *//*/*/
	position: static;
}
div.Menu div.Mitm{
	/* Set Item Background Color *//*/*/
	width: 150px;
	background-color: #ff0000;
	/* horz start 5 */
	
	/* horz finish 5 */
	/* DO NOT CHANGE *//*/*/
	position: static;
}
div.Menu div.Msub{
	/* Set Item SubMenu Background Color *//*/*/
	width: 150px;
	background-color: #ff0000;
	/* horz start 6 */
	
	/* horz finish 6 */
	/* DO NOT CHANGE *//*/*/
	position: static;
}
div.Menu span, div a{
	/* NOTE: Netscape 4.x already adds padding around text elements when using background images *//*/*/
	padding-top: 3px;
	/* padding-left: 4px; *//*/*/
	padding-right: 4px;
	padding-bottom: 4px;
}