.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background-image:url(../images/usb2u_menubar_fade_hover.jpg);
	background-repeat:no-repeat;
	background-position:bottom
}
/* ######### Default class for drop down menus ######### */


.anylinkmenu {
	position: absolute;
	top: 225px !important;
	margin-left:auto;
	margin-right:auto;
	visibility: hidden;
	padding:10px 10px 10px 10px;
	/* Xigen - James edited to fix IE6 bug*/
	width: 270px; 
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background-image: url(../images/usb2u_sidebar_grey_repeat2_none.jpg);
	background-repeat: repeat;
	background-color:#FFFFFF;
	
	border-left-width:4px;
	border-left-style:solid;
	border-left-color:#E3E3E5;
	border-right-width:4px;
	border-right-style:solid;
	border-right-color:#E3E3E5;
	border-bottom-width:4px;
	border-bottom-style:solid;
	border-bottom-color:#E3E3E5;
	
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
	
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
.anylinkmenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration:none;
}

.menunarrow {
	/* Xigen - James edited to fix IE6 bug*/
	width: 165px; 
}



.anylinkmenu a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration:none;
}
.anylinkmenu a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration:none;
}
.anylinkmenu a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.banylinkmenu a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	text-decoration:none;
}
.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkmenu ul li a {
	display: block;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	height:26px;
}
.anylinkmenu a:hover { /*hover background color*/
	background-color:#c5c4c4;
}
/* class for shadow DIV */


.anylinkshadow { /*CSS for shadow. Keep this as is */
}

.menu_padding {
	position:relative;
	top:-20px;
	padding-left:40px;
	margin-bottom:-15px;
}

.menu_padding_standard {
	position:relative;
	top:-20px;
	margin-bottom:-15px;
}
