#container
{
min-width: 1179px;
width:expression(document.body.clientWidth < 1179? "1179px": "auto" );
} 
.mainmenu 
{
    position: absolute;
    left: 53px;
    top: 50px;
    font-weight: bold;
    min-width: 1160px;
/*    z-index: 1; */
}

.menutop 
{
    float: left;
    margin-left: 3px;  
    margin-top:30px;  /*  Set margin   */  
	margin-bottom:10px;  /*  Set margin   */  
    text-align:center; 
    font-size:14px;  /* set font size   */  
    width: 120px;
	font-weight:bold;  /* set font weight   */  
	cursor:pointer; /* set cursor pointer */
    padding: 7px;
   /* Background Removed */
    border: solid 1px black;
}
.menutop:hover /* menu:first-child  */
{ 
    /*border-bottom: 5px; */
	background-image:url("bitmap/bcard_shad.png");
	background-repeat: no-repeat;
	background-position:top left;
}
.menutop .popdn
{ 
    display: none;   
    text-align:left;
}
.menutop:hover .popdn
{ 
    display: block;  
}
.popdn a:hover 
{ 
    background-color: #0873bd;   /* Change bg color  */  
	color:#fff;  /* Change Text  color  */  
}

.popdn , .popdn a 
{ 
   display: block; 
   /* Remove Margin  */
}
/*
Links class
*/
.hrf
{
    text-decoration:none;
	color : #42688C;
}
.hrf:first-child
{
      	margin:0;  /* Removed Margin */ 
}
.menul
{
    list-style-type:none;
   font-weight:bold;
 /* background:transparent url('../bitmap/tab_fade.jpg') no-repeat right;   */  /* BackGround  Removed */
  	border:1px solid #ccc; /* Set Border for Menu box  */
	font-size:12px; 
	margin:10px 0 0 0; /* Set Margin for Menu box  */
	padding:10px 0 10px 0; /* Set Padding for Menu box  */
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; /* Set radius for Menu box  */
	background:#f7f8f7;
	line-height:15px;  /*  set line height  */  
}
.menuli
{
    /* Remove Height */
}

.active {
background-image:url("bitmap/upsort.png");
background-repeat:no-repeat;
background-position:center bottom;
}

.active-sub{
background-image:url("bitmap/active-sub.png");
background-repeat:no-repeat;
background-position:center right;
}