.v1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0F3D7C; text-decoration: none}
.v2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
	text-decoration: none;
}
.v11b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0F3D7C;
}

.v10b_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.v9_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.v10_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.v10b_navy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2B5083;
}
.v11_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.v11_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0163B7;
}
.v15b_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.v16_purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #60178D;
}
.v13b_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7E9C11;
}
.v13b_navy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2B5083;
}
.v13_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7E9C11;
}
.v10_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7E9C11;
}
.v11b_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
.v11b_purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #60178D;
}
.v11b_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.v17b_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC0000;
}
.v11b_tan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F1C07E;
}
.v11b_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.headerz {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.class1 A:link {text-decoration: underline; font-size: 11px; color: #0081EA;}
.class1 A:visited {text-decoration: underline; font-size: 11px; color: #0081EA;}
.class1 A:active {text-decoration: underline; font-size: 11px; color: #0081EA;}
.class1 A:hover {text-decoration: underline; font-size: 11px; color: #FF3300;}

.class2 A:link {text-decoration: none; font-weight: bold; font-size: 11px; color: #000000;}
.class2 A:visited {text-decoration: none; font-weight: bold; font-size: 11px; color: #000000;}
.class2 A:active {text-decoration: none; font-weight: bold; font-size: 11px; color: #000000;}
.class2 A:hover {text-decoration: underline overline; font-weight: bold; font-size: 11px; color: #60178D;}

.class3 A:link {text-decoration: none; font-weight: bold; font-size: 11px; color: #B70152;}
.class3 A:visited {text-decoration: none; font-weight: bold; font-size: 11px; color: #B70152;}
.class3 A:active {text-decoration: none; font-weight: bold; font-size: 11px; color: #B70152;}
.class3 A:hover {text-decoration: underline; font-weight: bold; font-size: 11px; color: #0163B7;}

.class4 A:link {text-decoration: none; font-weight: bold; font-size: 10px; color: #666666;}
.class4 A:visited {text-decoration: none; font-weight: bold; font-size: 10px; color: #666666;}
.class4 A:active {text-decoration: none; font-weight: bold; font-size: 10px; color: #666666;}
.class4 A:hover {text-decoration: underline; font-weight: bold; font-size: 10px; color: #B70152;}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color: #FFFFFF;
}



#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 0 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #3B72BE;
color: #FFFFFF;
}

/* TRANSMENU CSS FOR RHUK_PLANETFALL TEMPLATE*/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	text-indent:5px;
	}
.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #0F3C7B;
}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {

	position:absolute;
	left:0px; top:0px;
	z-index:0;
	-moz-opacity:.0;
	filter:alpha(opacity=0);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:0;
	left:0px; height:0px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background-color: #3B72BE;
	color:#ffffff;
}
.transMenu .item.hover td {
	color:#ffffff;
}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:0px;
	}
.transMenu .item#active {
	background:#3B72BE;
	color:black;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	}
.transMenu .item#active.hover {
	background:#3B72BE;
}
.transMenu .item td{

	color:white;
/*	font-weight:bold;*/
}
/* For first level menu.*/
#wrap {
   margin: 0px;
   padding: 0px;
}
#menu {
}
a.mainlevel-trans:link, a.mainlevel-trans:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	
	
	width:auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
a.mainlevel-trans:hover {
	color:#3B72BE;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B72BE;
	font-weight: bold;
	text-decoration:underline;
	width:auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
a.mainlevel_active-trans:hover {
  color:#3B72BE;  
}
/* End added */
table.menuboard
{
   background-image:url(http://www.superlon.com.my/css/bg_top.jpg);
   background-repeat:repeat-x;
   height:32px;
}

td.menucellc
{
	background-image:url(http://www.superlon.com.my/css/sprt_top.jpg);
	background-repeat:no-repeat;
	background-position:right;

}