/* Start Menu Items */
.MainMenuContents {
	/*background-color:#00FF99;*/
	width:250px;
	margin:0;
	padding:0;
}
ul.MainMenuContents {
	margin:0;
	padding:0;
	list-style-type: none;
}
ul.MainMenuContents li {
	/*background-color:#00CC66;*/
	margin:0 0 5px 0;
	padding:0;
}

.MainMenuContents code, .MenuJsLine code, .MenuJsLineOver code {
	font-size:20px;
	font-weight: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color:#333333;
}
.MainMenuContents ins, .MenuJsLine ins, .MenuJsLineOver ins {
	/*background-color:#336666;*/
	color:#555555;
	font-size:10px;
	font-weight: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	border-bottom:1px solid #555555;
	padding:0 0 0 15px;
	margin:0;
}
a.sdcategory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	white-space:nowrap;
	display:block;
	border-bottom:1px dotted #666666;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
.sdcategory:hover {
	border-bottom:1px dotted #000000;
	background-image: url(images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
/* End Menu Items */

a.sdcategory:link {
	color: #990000;
}
a.sdcategory:active {
	color: #FF3200;
}
a.sdcategory:visited {
	color: #FF3200;
}
a.sdcategory:hover {
	color: #960000;
}




/* Start Menu Stack Level 0 */
.MenuJsLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	white-space:nowrap;
	color: #990000;
	display:block;
	border-bottom:1px dotted #666666;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
.MenuJsLineOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	white-space:nowrap;
	color: #FF6600;
	display:block;
	border-bottom:1px dotted #000000;
	background-image: url(images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
/* End Menu Stack Level 0 */

/* Start Menu Stack Level 1 */
.SubmenuElement {
	line-height:23px;
	width:140px;
	padding:0 0 0 20px;
	margin:0;
	border-bottom:1px dotted #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	white-space:nowrap;
	color: #990000;
	text-align: left;
	background-image: url(images/submenu_dot.png);
	background-repeat: repeat;
}
.SubmenuElementOver {
	line-height:23px;
	width:140px;
	padding:0 0 0 20px;
	margin:0;
	border-bottom:1px dotted #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	white-space:nowrap;
	color: #FF6600;
	text-align: left;
	background-image: url(images/submenu_dot.png);
	background-repeat: repeat;
}
/* End Menu Stack Level 1 */