@CHARSET "UTF-8";

#Menu {
	margin:0px;
	padding:0px;
	outline-style:none;
	
	width:160px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0px 15px 0px 0px;
}

#Menu * {
	margin:0px;
	padding:0px;
	outline-style:none;
}

#Menu div {
	overflow:hidden;
	display:block;
	width:100%;
	clear:both;
}

#Menu .MenuBlock {
	
}

#Menu .currentSelection {
	width:100%;
	padding:15px 0px 15px 0px;
}
#Menu .currentSelection li {
	width:100%;
}
#Menu .currentSelection li a {
	color:#ff5b00;
	text-decoration:none;
	line-height:20px;
	height:20px;
	padding:0px 0px 0px 7px;
}
#Menu .currentSelection li a:hover {
	font-weight:bold;
	background:transparent url('/menu/CurrentSelection.gif') no-repeat left center;
}

#Menu .currentSelect {
	font-weight:bold;
	background:transparent url('/menu/CurrentSelection.gif') no-repeat left center;
}

#Menu .MenuBlockHeading {
	color:#48617d;
	display:block;
	width:100%;
	clear:both;
	padding:15px 0px 5px 7px;
	
}

#Menu .ListStyleRoot {
	width:100%;
}

#Menu .ListStyleMiddle {
	width:100%;
}

#Menu .ListStyleMiddle li a {
	line-height:20px;
	height:20px;
	display:block;
	width:100%;
	clear:both;
	text-decoration:none;
	color:#ffffff;
	padding:0px 0px 0px 15px;
}

#Menu .ListStyleMiddle li a:hover {
	background-color:#7070ff;
}

#Menu .MenuFloater {
	width:173px;
	position:absolute;
}

#Menu .FloaterTop {
	height:4px;
	background:transparent url('/menu/FloaterTop.png') no-repeat;
}

#Menu .FloaterMiddle {
	padding:10px 0px 10px 0px;
	background:#ff7224 url('/menu/FloaterMiddle.png') no-repeat;
}

#Menu .FloaterBottom {
	height:4px;
	background:transparent url('/menu/FloaterBottom.png') no-repeat top;
}

#Menu .RootItem {
	line-height:21px;
	height:21px;
	display:block;
	width:100%;
	clear:both;
	text-decoration:none;
	color:#5e90c8;
	padding:0px 0px 0px 7px;
}

#Menu .noFloat:hover {
	background:transparent url('/menu/RootItemOverNoFloat.png') no-repeat;
	color:#ffffff;
	font-weight:bold;
}

#Menu .rootSelect {
	background:transparent url('/menu/RootItemOverNoFloat.png') no-repeat;
	color:#ffffff;
	font-weight:bold;
}

#Menu .RootItemOver {
	color:#ffffff;
	font-weight:bold;
	background:transparent url('/menu/RootItemOver.png') no-repeat;
}
