@charset "UTF-8";
ul.dropdown {border:0px;
 font: normal 14px Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 background-color: #1e1e1e;
 color: #000;
 width:700px;
 height:45px; 
padding-left:100px;
display:inline;
}
ul.dropdown li a {
 display: block;
}
	ul.dropdown li {
	 padding: 0px;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #9c9c9c; text-decoration: none; height:45px;line-height:45px;background-image:url("../img/template/men-top-s.png");width:99px;text-align:center;padding-right:1px;}
    ul.dropdown a.curr:link,
	ul.dropdown a.curr:visited{color: #ffffff; text-decoration: none; height:45px;line-height:45px;background-image:url("../img/template/men-top-h.png");width:99px;text-align:center;padding-right:1px;}
	ul.dropdown a:hover { color: #ffffff; text-decoration: none; height:45px;line-height:45px;background-image:url("../img/template/men-top-h.png");width:99px;text-align:center;padding-right:1px;}
	ul.dropdown a:active { color: #000; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul { 
	 width: 102px;
	 background-color: #ffc000;
	 color: #000;
	 font-size: 14px;
	 text-transform: none;
	 filter: alpha(opacity=90);
	 -moz-opacity: .9;
	 KhtmlOpacity: .9;
	 opacity: .9;padding-right:0px;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:2px solid #000;
	padding-bottom:1px;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #000;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { text-transform: uppercase;color: #000; text-decoration: none; height:37px;line-height:37px;background-image:url("../img/template/men-topm-s.png");width:102px;text-align:center; }
		ul.dropdown ul a:hover { text-transform: uppercase;color: #000; text-decoration: none; height:37px;line-height:37px;background-image:url("../img/template/men-topm-h.png");width:102px;text-align:center;  }
		ul.dropdown ul a:active { color: #000; }

       



