/*
*	Non-Standard Transmenu; 
*	Customized: alex.smoljanovic@thewebshop.ca | http://www.thewebshop.ca/
*/

.transMenu .background {
	background:#fff !important;
}
.top .background {
	background:#fff !important;
}
.transMenu {
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index:1000 !important;
	overflow: hidden;
	color:#ffffff !important;
	margin:1px 0px 0px -2px;
}
.transMenu table {
}
.transMenu .content {
	position: absolute;
}
.transMenu .items {
	z-index: 6;
	left: 0px;
	position: relative;
	top: 0px;
	border-left:1px solid #CDEBEB;
	border-right:1px solid #CDEBEB;
	border-top:1px solid #CDEBEB;
}
.top .items {
	border-top:1px solid #CDEBEB;
}
.top .item td {
	color:#000 !important;
	border-bottom:1px solid #CDEBEB !important;
}
.transMenu .item td {
	color:#000;
	padding:10px 10px 10px 16px !important;
	border-bottom:0px solid #CDEBEB;
}
.transMenu .item {
	z-index:5;
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	font:12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif !important;
	font-weight:normal !important;
	cursor: pointer;
	text-decoration: none;
}
.transMenu .background {
	z-index: 4;
	left: 0px;
	position: absolute;
	top: 0px;
}
.transMenu .shadowRight {
	display:none;
	z-index: 3;
	width: 2px;
	position: absolute;
	top: 3px;
}
.transMenu .shadowBottom {
	display:none;
	z-index: 1;
	left: 3px;
	position: absolute;
	height: 2px;
}
.transMenu .hover {
	background: #fff;
}
.top .hover td {
	background:#fff !important
}
.transMenu .hover td {
	color: #1A8492;
}
.top .hover td {
	color: #1A8492 !important;
}
.transMenu .item img {
	margin-left: 10px;
}
/*
*	fix the crap above and below...
*	wow.. make sure you don't inherit display for tr.item, 
*	Internet Explorer will literally soil him self infront of your eyes.. man i love that internet exploiter - alex
*/
.items tr {
	visibility:collapse;
}
.items tr img {
	display:none;
}
.items tr.item {
	visibility:visible
}
.items tr.item img {
	display:inline;
}

