@charset "UTF-8";

/**
 * Horizontal Linear CSS Drop-Down Menu Component
 *
 * @file		dropdown.linear.css
 * @package		Dropdown
 * @version		0.1
 * @type		Transitional
 * @requires	dropdown.css
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

@import "dropdown.css";

ul.dropdown-linear {
 width: 100%;
}

ul.dropdown-linear ul li {
 float: left;
}

ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover {
 position: static;
}

ul.dropdown-linear ul ul {
 display: none !important;
}#container {
	display: block;
	float: none;
	height: auto;
	width: 1024px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto 0 auto;
	position: relative;
	border: thin none #1B1421;
}
#firetreebanner {
	background-image: url(../../../../images/hotcountrybanner.jpg);
	height: 200px;
	width: 1024px;
	background-repeat: no-repeat;
}
#firetreemenu {
	display: block;
	float: left;
	height: 77px;
	width: 1024px;
	background-image: url(../../../../images/HotCountrymenubg.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	border-top-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #1C1523;
	border-bottom-style: none;
}
#flashholder {
}
#menubar {
	display: block;
	float: left;
	height: auto;
	width: 1024px;
	margin-top: 30px;
}
#sidebarver2 {
	background-color: #111111;
	display: block;
	float: right;
	height: auto;
	width: 250px;
	margin-right: 12px;
	margin: 12px;
	padding: 12px;
	border: 2px solid #1B1B1B;
}
#browsebyartist {
	background-color: #000000;
	display: block;
	float: left;
	height: 100px;
	width: 100%;
}
