
@charset "utf-8";
/* First display*/

#wrap{
 margin-left:0px;
 }

.transMenu {
 position:absolute ; 
 overflow:hidden; 
 font-weight:bold !important;
}
.transMenu .content {
 position:absolute; 
}
.transMenu .items {
 border: 0px solid #FFFFFF ;  
 position:relative; 
 left:0px; top:0px; 
 z-index:1; 
}
/* sub menu*/
.transMenu  td
{
 padding: 0px 40px 10px 0px  !important;  
 font-size: 12px !important ; 
 font-family: verdana; 
 text-align: left !important ; 
 color: #000000 !important ; 
} 
#subwrap 
{ 
 text-align: left ; 
}
/* Change the font coloour when mouse over*/
.transMenu  .item.hover td
{ 
 color:white !important ; 
}
.transMenu .item { 
 text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
}
/* For sub menu when mouse over*/
.transMenu .background {
 background-color:#f4cf0e !important ; 
 position:absolute ; 
 left:0px; top:0px; 
 z-index:0; 
 opacity:0.8; 
 filter:alpha(opacity=90) ;
}
/* line after every news*/
.newsContents
{
	border-bottom: dashed 1px #000000;
	padding: 0px 10px 5px 1px;
	text-align:justify;
}
.newsalign
{
	padding: 0px 10px 5px 1px;
	text-align:justify;
}
.transMenu .shadowRight { 
 position:absolute ; 
 z-index:0px; 
 top:0px; width:0px; 
 opacity:0.8; 
 filter:alpha(opacity=90)
}
.transMenu .shadowBottom { 
 position:absolute ; 
 z-index:0px; 
 left:0px; height:0px; 
 opacity:0.8; 
 filter:alpha(opacity=90)
}
/*change your sub menu bgcolor here */
.transMenu .item.hover {
 background-color:#320ae0 !important ; 
 color: #000000 !important ;
}
.transMenu .item img { 
 margin-left:0px !important ; 
}

table.menu {
 top: 0px; 
 left: 0px; 
 position:relative ; 
 margin-top:0px !important ; 
 border: 0px solid #FFFFFF ; 
 z-index:0; 
}

/* Main menu */
table.menu a{
 margin:0px !important ; 
 padding: 3px 15px 0px 30px  !important ; 
 display:block !important; 
 position:relative !important ; 
}
/* First Display */
div.menu a,
div.menu a:visited,
div.menu a:link {
 font-size: 13px !important ; 
 font-family: verdana; 
 text-align: left !important ; 
 color: #000000 !important ;
 font-weight: normal; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ; 
 display:block !important; 
 white-space:nowrap ; 
 background-color:#f4cf0e;
 padding: 1px 15px 0px 46.3px  !important ; 
}
div.menu td {
 border-bottom: none ; 
 border-top:none ; 
 border-left: none ; 
 background-color:none !important ; 
} 
div.menu td.last {
 border-right: none ; 
} 
#trans-active a{
 color: none !important ; 
 background-color:#f4cf0e !important ; 
} 
#menu a.hover   { 
 color: black !important ; 
 background-color: none !important ; 
}
#menu span {
 display:none; 
}
.body-width{
width:680px;
}



