#wrap
{ padding: 0px 0px 0px 0px;
}

.transMenu {
 position:absolute ; 
 overflow:hidden; 
}
.transMenu .content {
 position:absolute  ; 
}
.transMenu .items {
	position:relative;
	left:0px;
	top:0px;
	margin: 0px;
	z-index:2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
	border-left-color: #C2C2C2;
	width: 200px;
}
.transMenu  td
{
	font-size: 12px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	text-align: left !important;
	font-weight: normal !important;
	color: #999999;

} 
#subwrap 
{ 
 text-align: left ; 
}
.transMenu  .item.hover td
{ 
 color: #FFFFFF;
}
.transMenu .item {
	text-decoration: none;
	background-color: #FFFFFF; 
	cursor:pointer;
	cursor:hand;
	line-height: 20px;
	text-indent: 10px;
}



.transMenu .shadowRight { 
 position:absolute ; 
 z-index:3; 
 top:-3000px; width:0px; 
 opacity:1; 
 filter:alpha(opacity=100)
}
.transMenu .shadowBottom { 
 position:absolute ; 
 z-index:1; 
 left:-3000px; height:0px; 
 opacity:1; 
 filter:alpha(opacity=100)
}
.transMenu .item.hover {
background-image:none; background-color: #d22d39; 
}
.transMenu .item img { 
 margin-left:10px !important ; 
}
table.menu {
	top: 0px;
	left: 0px;
	position:relative;
	margin:0px !important;
	border: 0px none #FFFFFF;
	z-index: 1;
}
table.menu a{
	display:block !important;
	position:relative !important;
}
div.menu a,
div.menu a:visited,
div.menu a:link {
	font-size: 14px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	text-align: center !important;
	color: #000000 !important;
	text-decoration: none !important;
	font-weight: bold;
	margin-bottom:0px !important;
	display:block !important;
	white-space:nowrap;
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
div.menu td {
 border-bottom: 0px none #000000 ; 
 border-top: 0px none #000000 ; 
 border-left: 0px none #000000 ; 
} 

#trans-active a{
	color: #d22d39 !important;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #84c225;
	font-weight: bold;
	
} 
#menu a.hover   {
	color: #d22d39 !important;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #84c225;
	font-weight: bold;
}
#menu span {
 display:none; 
}