/* start of rollover styles */
#topnav {
float:left;
display:inline;
color: #BFC8DD;
font-size: 12px;
width:700px;
height: 33px;
background-image:url(/lmassets/lmpublicNew/bu_headnav_c.jpg);
background-repeat: repeat-x;
z-index:200;
	}

/* Set the UL to have no list item and give it a height */
#topnav ul {
	margin: 0;
	padding: 0;
	border: none;
	width: 700px;
	list-style-type: none;
	z-index: 200;
	}

#topnav ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	height:33px;
	line-height: 10px;
	z-index: 200;
	}
#topnav ul li a {
	/* change each anchor item to a block so that it takes up space */
	display:inline;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 33px;
		color: #BFC8DD;
	}

INPUT.search {
	width:200px;
	font-family: verdana;
	font-size: 15px;
	font-style: normal;
	vertical-align: top;
	padding-top: 0;}

/* Hide the text on the top nav bar */
#topnav ul li a span {
	/*display: none;*/
	}

/* On over move the viewable portion of the image up */
#topnav ul li a:hover {
	background-position: 0 -18px;
	color:#FFFFFF;
	}

/* No active state here so make sure it shows the default portion of the image */
#topnav ul li a:active {
	background-position: 0 0;
	}



/* keep rollover active while on dropdown */
#topnav li a:hover,
#topnav li:hover a,
#topnav li.sfhover a {
	/*color:#FFFFFF;*/
	}

/* dropdown list styles */
#topnav li ul {
	display:none;
	/*width:500px;*/
	position: absolute;
	margin: 13;
	padding: 3;
	top:20px;
	background-image: url(/lmassets/lmpublicNew/bu_headnav_dd.jpg);
	}

#topnav li > ul {
	top: auto;
	left: auto;
	}

* html #topnav li ul {
	display: block;
	left: -10000px;
	}

/* this rule is for IE-Mac. */
#topnav li.over #topnav li.sfhover {
	border-width: 0;
	}

#topnav li:hover ul, #topnav li.over ul, #topnav li.sfhover ul  { /* lists nested under hovered list items */
	display: block;
	left: 0;
	}

#topnav li ul li {
	margin: 0;
	padding: 0;
	/* for IE 5.x */
	margin-left: -16px;
	display: block;
	float: none;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	height:auto;
	line-height: 15px;
	/* Set the border to 0 for IE */
	border-right-width: expression("0");
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left: 0;
	margin-top: 3;
	text-align: left;
	}

/* IE 5/6 Hack to fix a 3px gap under main category buttons */
* html #topnav li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -3px;
	margin-left: 0;
	}


/* IE 5.01 Hack, because IE 5.01 does not recognize the first style. This is thrown away then the other styles are applied */
#topnav li ul a {
display:block;
	}

#topnav ul li ul {
	width: 200px;
	}

#topnav ul li ul a {
	color: #37352b;
	background-color:#E0E7F2;
	padding: 3px 3px 3px 10px;
	height: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
	}

#topnav li ul a:hover {
	}

#topnav li ul a:hover {
	background-color: #E0E7F2;
	color: #0000FF;
	}

#camoLink ul, #camoLink ul li,
#productsLink ul, #productsLink ul li,
#communityLink ul, #communityLink ul li,
#gamesLink ul, #gamesLink ul li,
#downloadsLink ul, #downloadsLink ul li,
#videoLink ul, #videoLink ul li,
#resourcesLink ul, #resourcesLink ul li {
	background-color: #514f3f;
	}

/** Support for the "sfhover-fix.js" **/
* html #topnav ul iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	}
/** end **/
