#topMenu{
	width:988px;
	 height:23px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	border-bottom: 1px solid #c4151c ;
	clear:both;
}

#topMenu ul{
margin: 0;
padding-left:0px;
}

#topMenu ul li{
display:inline;

}

#topMenu a{
background-color:#ffffff ;
font-family:arial;
font-weight:bold;
font-size:14px;
/*border-right:1px solid #5E6164;*/
color:#5c5c5c;
display:inline;
width:14%;
float:left;
padding:0px;
text-align:center;
text-decoration: none;
cursor:hand;
 height:20px;
}

#topMenu a.last{
border-right:0px;
width:9%;
}

#topMenu a.first{
border-left:0px;
margin-left:-1px;
width:7%;
}

#topMenu a.sizeReduce{
width:9%;
}

#topMenu a.sizeReduce1{
width:10%;
}

#topMenu a.sizeIncrease{
width:17.8%;
}

#topMenu a:hover{
color:#000000;
}

#topMenu a.active{
background-color:#181818;
color:#EAEAEA;
}

.topSubMenu{
font-family:arial;
font-size:12px;
font-weight: normal;
visibility: hidden;
/*border:1px solid #dddddd;*/
border-bottom-width: 0;
color: #777777;
line-height: 25px;
z-index: 200;
width: 190px; 
/*background-color: #Fafaf8;*/
background-color: #F3F3F3;
position:absolute;
margin-top:5px;
}

.topSubMenu a{
display: block;
/*border-bottom: 1px solid #dddddd;*/
border-bottom: 1px solid #ffffff;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
text-align:left;
font-weight: normal;
color: #c4151c;
font-family:Calibri;
font-size:12px;
width:220px;
}

.topSubMenu a:hover{ /*hover background color*/
background-color: #e6e6e6;
color: #000000;
font-weight: normal;

}