/* Top Menu styles for all pages */

	ul.menu {
		height: 31px;
	

		padding: 0px;
		list-style-type: none;
		margin: 0px;

			
			background-repeat:repeat-x;

	} 
	
	.menu li {
		display: inline;
		padding: 0px;
		margin: 0px;
		float: left;
		font-weight:normal;
		font-size:12px;
		
		padding-top:5px;

		text-align:center;
		line-height:20px;
		height: 31px;

		
			
	}
		
	.menu strong a:link, .menu strong a:visited  {
/*		display: block;
*/		float: left;
		margin: 0px;
		height: 20px;
		overflow: hidden;
		background: url(images/menu5.jpg) -50px 0 no-repeat; 
		color:#1f1f1e;			
		text-decoration:none;
		font-weight:bold;
		font-size:14px;
		

/*		width: 100px;
*/		
 		 
	}
	
	.menu strong a:hover, .menu strong a:active {
		background: url(images/menu.jpg) 0 0 no-repeat; 
		font-weight:normal;
		
		
	}
	
	ul.menu ul {
		position: absolute;
		display: none;	
		border-bottom: none;
		width: 280px;
		padding: 0px;
		clear: both;
		float: left;
		
		margin: 26px 0px 0px -55px;
		z-index: 1000;
		text-align:left;		
	}

	* html ul.menu ul {
		margin: 0 0 0 -110px;
		background:#13253b;
	}
	
	*>ul.menu ul {
			background:url(images/ust_menu_cerceve1_02.png) 0 9px  no-repeat;
	}
		
		
		ul.menu ul li {
			clear: both;
			padding: 0px;
			font-size: 1px;
			height: 30px;
			width: 270px;
		}
	
	* html ul.menu ul li {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/menu-divider.png", sizingMethod='scale');
	}
	
	*>ul.menu ul li {
			background:url(images/menu-divider.png) 1px 29px no-repeat;
	}	
		
	ul.menu ul li.top {
		
		height: 9px;
		display:block;
		width: 280px ;
		overflow:hidden;
		
	} 
	* html ul.menu ul li.top {
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/ust_menu_cerceve1_01.png", sizingMethod='scale');
		}
		
		*>ul.menu ul li.top  {
			background:url(images/ust_menu_cerceve1_01.png) 0 0 no-repeat;
		}	
	
	ul.menu ul li.last {
		background:none
	}

	ul.menu ul li.bottom {
		height: 10px;
		min-height:10px;
		width: 280px ;
		display:block;
		margin-bottom:-10px;
		overflow:hidden
	}

	* html ul.menu ul li.bottom {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="<?=$script_path?>images/ust_menu_cerceve1_03.png", sizingMethod='scale');
	}
	
	*>ul.menu ul li.bottom  {
		background:url(images/ust_menu_cerceve1_03.png) 0 0 no-repeat;
	}
	
	ul.menu ul li a:link, ul.menu ul li a:visited {
		display: block;
		height: 30px;
		width:275px;
		line-height:30px;
		color:#fff;
		text-decoration:none;
		font-size:12px;
		background:url(images/ust_menu_cerceve1_04.png) -275px 0 no-repeat;	
		
	}
	
	* html ul.menu ul li a:hover, ul.menu ul li a:active {
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="<?=$script_path?>images/ust_menu_cerceve1_04.png", sizingMethod='scale');
	}
	
	*>	ul.menu ul li a:hover, ul.menu ul li a:active {
		background:url(images/ust_menu_cerceve1_04.png) 0 0 no-repeat;		
	}
	
	ul.menu li:hover ul {
		display: block;
	}
		
	/* level 3 of menu 	*/
	ul.menu ul ol  {
		position: absolute;
		display: none;	
		border-bottom: none;
		width: 215px;
		padding: 0px 15px 0 0;
		clear: both;
		float: right;
		margin: -30px 0 0 200px;
		z-index: 2999;
		text-align:left;		
	}

	* html ul.menu ul ol  {
			margin: -30px 0 0 80px;
	}
	
	
	ul.menu ul li:hover ol {
		display: block;
		height:30px;		
	}
	
	ul.menu ol li{
		background:url(images/ust_menu_cerceve1_05.png) 2px 0  no-repeat;
		padding:0 5px 0 3px;
		width:215px	
	}
	
	ul.menu ol li a:link,ul.menu ol li a:visited, ul.menu ol li a:hover,ul.menu ol li a:active {
		width:210px;

		
	}
	
	ul.menu ol li.last{
		background:url(images/ust_menu_cerceve1_06.png) 2px 0  no-repeat;
		height:37px
	}

/* NEW Menu styles for fat buttons and home but */
	
	.menu li.menufeatured {
/*		width:150px;	
*/

	overflow:hidden;
	margin-right:25px;
	 


		 
		
	}
		
	.menu .menufeatured strong a:link, .menu .menufeatured strong a:visited  {
		/*background: url(images/ust_menu_02.gif) ; */
		color:#fff;



		font-weight:bold;	
	}
	
	.menu .menufeatured strong a:hover, .menu .menufeatured strong a:active {
		/*background: url(images/ust_menu_03.gif) ; */
		color:#000;
		
		font-weight:bold;	
	}	
	
	.menu li.menuhome {
		width:40px;		
	}
		
	.menu .menuhome strong a:link, .menu .menuhome strong a:visited  {
		background: url(images/menu-home.jpg) -40px 0 no-repeat;
		width: 40px;
		font-weight:bold;
		font-size: 1px;
		line-height: 200px;
				 
	}
	
	.menu .menuhome strong a:hover, .menu .menuhome strong a:active {
		background: url(images/menu-home.jpg) 0 0 no-repeat; 
		font-weight:bold;	
	}	
	
	#home .home {
		background: url(images/menu-home.jpg) 0 0 no-repeat;
		font-weight:bold;
		color:#1f1f1e;	
	} 
	
	#used .used, #new .new, #featured .featured {
		background: url(images/menu-lrg.jpg) 0 0 no-repeat;
		font-weight:bold;
		color:#1f1f1e;	
	} 
	
	ul.menu li.menufeatured ul {
		margin: 26px 0px 0px -45px;		
	}

	* html ul.menu li.menufeatured ul {
		margin: 0 0 0 -100px;
		background:#13253b;
	}
	
	