/* BROWSER : "Mozilla\/5.0 AppleWebKit\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\/1.0; +claudebot@anthropic.com)"*/ 
/* sidebar pulldown */
.menu_class ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

.menu_class_btn {
	cursor:pointer;
	color:#FFFFFF;
	width:110px;
	height:20px;
	background-image:url(http://static.liveclicker.net/vms/images/pulldownbtndownmid.png);
	background-repeat: no-repeat;
	padding-left:5px;
	padding-top:2px;
	float:left;
}

.menu_class_up {
	background-image:url(http://{$ScStaticLiveclickerNet}/vms/images/pulldownbtnmid.png);
	background-repeat: no-repeat;
}

.menu_highlighted {
	background-image:url(http://static.liveclicker.net/vms/images/pulldownbtndownmidgreen.png);
	background-repeat: no-repeat;
}

.the_menu {
background-color:#333333;
border:1px solid #1C1C1C;
display:none;
float:left;
margin-bottom:9px;
margin-left:-115px;
margin-top:17px;
padding:0;
position:relative;
width:111px;
z-index:10;
}
.the_menu li {
	background-color: #302f2f;
}

.the_menu li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:6px;
	display:block;
	border-bottom:solid 1px #4E4E4E;
}

.the_menu li a:hover {
	padding:6px;
	background-color:#666666;
	text-decoration:none;
	color:#FFFFFF;
}
.slicer a:hover, .slicer a:link {
text-decoration:none;
color:#FFFFFF;
text-align:left;
}
.selectedblock {
	background-color:#666666;
	font-weight:bold;
}

.sublabel {
color:#999;
font-style:italic;
line-height:11px;
}

/* Sometimes we need to wrap the menus around #slicingmenuswrapper to avoid style collision */

#slicingmenuswrapper ul li a {
color:#FFFFFF;
cursor:pointer;
font-size:10px;
text-decoration:none;
text-align:left;
font-weight:normal;
height:100%;
}

#slicingmenuswrapper ul li {
display:inline;
width:100px;
}



/* Another version where we expose the menus */
.the_menu_exposed {
background-color:#333333;
border:1px solid #1C1C1C;
float:left;
margin-bottom:9px;
margin-left:0px;
margin-top:0px;
padding:0;
position:relative;
width:111px;
z-index:10;
}

.the_menu_exposed li {
	background-color: #302f2f;
}

.the_menu_exposed li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:6px;
	display:block;
	border-bottom:solid 1px #4E4E4E;
}

.the_menu_exposed li a:hover {
	padding:6px;
	background-color:#666666;
	text-decoration:none;
	color:#FFFFFF;
}
.selectedslicer {
background-color:#990000;
font-weight:bold;
}