@charset "UTF-8";

/** 
 * Default Ultimate CSS Drop-Down Menu Theme
 *
 * @file		default.linear.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 */

@import "default.ultimate.css";


ul.dropdown {
	width: 1024px;
	border-top-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #1A1522;
	border-right-color: #1A1522;
	border-bottom-color: #1A1522;
	border-left-color: #1A1522;
	border-top-style: none;
	border-bottom-style: none;
}

	ul.dropdown li,
	ul.dropdown li a {
	border: none;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	color: #0B5E79;
	background-color: #111111;
	}

	ul.dropdown li a:active {
	 background: none;
	}

	ul.dropdown ul {
	width: auto;
	margin-top: 0px;
	background-color: #111111;
	background-image: url(../../../../../../../Smart%20Radio%20Group/4HI/images/menubg-grey-static.jpg);
	background-repeat: repeat;
	}
		
		ul.dropdown ul li,
		ul.dropdown ul li a,
		ul.dropdown ul *.dir {
		 background: transparent;
		}

		ul.dropdown ul li.hover {
		 margin: 0;
		 border: none;
		}

		ul.dropdown ul li a:hover {
	background-repeat: repeat;
	background-color: #111111;
		}






ul.dropdown *.dir {
 border: none;
}

	ul.dropdown ul *.dir {
	 padding-right: 7px;
	 background: none;
	}




ul.dropdown li.hover *.open {
	position: relative;
	z-index: auto;
	float: left;
	margin: -1px -1px 0;
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.dropdown ul li.hover *.open {
 position: static;
 margin: 0;
 padding-left: 8px;
 border: none;
 background-color: transparent;
}


	/* CSS 2 Clone */

	ul.dropdown li:hover > *.dir {
	position: relative;
	z-index: 1025;
	float: left;
	background-color: #111111;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AAAAAA;
	border-right-color: #AAAAAA;
	border-left-color: #AAAAAA;
	color: #EEEEEE;
	}

	ul.dropdown ul li:hover > *.dir {
	position: static;
	margin: 0;
	padding-left: 8px;
	border: none;
	background-color: #252525;
	}
#leftcontent {
	background-color: #000000;
	display: block;
	float: left;
	height: auto;
	width: 400px;
}
#leftmaincontent {
	display: block;
	float: left;
	height: auto;
	width: 650px;
	margin: 12px 12px 12px 12px;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

