/**** Rounded DIVS ****/

#top-menu{
	position: relative; width: 1188px; height: 33px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 #616161;
	-moz-box-shadow: 0 1px 0 #616161;
	box-shadow: 0 1px 0 #616161;
	background-color: #878787;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b4b4b4), to(#707070));
	background: -moz-linear-gradient(#b4b4b4, #707070);
	background: linear-gradient(#b4b4b4, #707070);
	-pie-background: linear-gradient(#b4b4b4, #707070);
	behavior: url(./css/PIE.htc);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#top-menu ul { padding: 0px; margin: 0px; float: left; }
#top-menu .link-first{ float: left; width: 172px; padding: 0px; border: none; list-style: none; text-align: left; }
#top-menu .link-standard { float: left; line-height: 15px; width: 168px; padding: 0px; border-left: 1px solid #b0b0b0; height: 33px; list-style: none; text-align: center; }
#top-menu .link-last{ float: right; margin-left: 0px; height: 33px; border-left: none; list-style: none; text-align: left; }

#top-menu a { display: block; color: white; font-size: 13px; font-weight: bold; height: 30px; padding: 2px }
#top-menu .link-standard a:hover { display: block; color: #DDDDDD; font-size: 13px; font-weight: bold; height: 30px; background-color: #616161; padding: 2px}
#top-menu .link-standard .active { display: block; color: #fff !important; font-size: 13px; font-weight: bold; height: 30px; background-color: #616161;
    padding-top: 7px;
    text-shadow: 0px -1px 1px #000!important;
    text-shadow: 0px -1px 1px #000!important;
    
    background-image: -moz-linear-gradient(top, #444, #666)!important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#666))!important;
    -pie-background: linear-gradient(top, #444, #666)!important;
    
    /* Box Shadow */
	box-shadow: inset 0 0 10px #000;
	-moz-box-shadow: inset 0 0 10px #000;
	-webkit-box-shadow: inset 0 0 10px #000;
        

    
}

#new-top-menu{
	position: relative; width: 1188px; height: 130px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: url("../images/headerBg.jpg");
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#new-top-menu ul { padding: 0px; margin: 0px; float: left; }
#new-top-menu .link-first{ float: left; width: 140px; padding: 0px; border: none; list-style: none; text-align: left; padding-top: 50px; padding-left: 10px;}
#new-top-menu .link-standard { float: left; line-height: 15px; width: 168px; padding: 0px; list-style: none; text-align: center; }
#new-top-menu .link-last{ float: right; margin-left: 0px; border-left: none; list-style: none; text-align: left; }

#new-top-menu a { display: block; color: #efe9d1; font-size: 13px; font-weight: bold; padding: 2px }
#new-top-menu .link-standard a:hover { }
#new-top-menu .link-standard .active { }