@charset "utf-8";
/* CSS Document */

/* Header Menu */
#glob_header 	{ width:1200px;
				  height:138px;
				  /*position:absolute;*/
				  /*top:0px;left:0px;*/
				  /*z-index:10;*/
				  /*background-repeat:no-repeat;*/
				  /*background-image:url(../images/common/pink_glob.png);*/
				}

#pep_logo 		{ width:246px;
				  height:118px;
				  /*position:absolute;*/
				  /*left:260px;
				  top:30px;*/
				  float: right ;
				  margin-right:165px;
				  #margin-right:190px;
				  _margin-right:170px;
				}



/* Top html menu */
#pep_menu 			{ width:1050px;height:138px;float:right; padding-right:120px;  padding-top:8px; }

#pep_link 			{ clear:right; float:right; font-size:12px; color:white; font-weight: bold;line-height:15px;width:620px; top:0px}

#pep_link a 		{ color:white;font-weight:bold;text-decoration:none;cursor:pointer }
#pep_link a:hover	{ color:white;font-weight:bold;text-decoration:underline;cursor:pointer }

/* Top java menu */
#pep_nav    		{ float:right;clear: right;padding:0px;margin-top:4px;height:108px;width:620px; margin-right:-30px; *margin-right:-15px; /*position: relative; */}

#pep_nav ul,li 		{ padding:0px;margin:0px;overflow:hidden;border:none;list-style:none }

#ul_main 			{ list-style:none;height:28px;width:620px; }
#ul_main li			{ float:left; }


.ul_sub				{ top:0px;width:124px;z-index:19;display:none; /*position: relative*/}

.ul_sub	li			{ text-align:center;width:124px; }

.ultop 				{ background: transparent url(../images/nav/dropnav_top.png);
					  background-repeat:no-repeat;display:block;overflow:hidden;height:2px; }
					  
.ulmid	 			{ background: transparent url(../images/nav/dropnav_middle.png);
					  background-repeat:repeat-y;border-bottom:1px solid #E8BEBE!important;
					  padding-top:3px;padding-bottom:3px }
					  
.ulbottom 			{ background: transparent url(../images/nav/dropnav_bottom.png);
					  background-repeat:no-repeat;height:33px;border:none }
					  
.ul_sub	li a		{ color:#FFF800;font-size:10px;text-decoration:none;display:block;position:relative;width:100%;}