@charset "utf-8";
.menu {
	position: relative;
	z-index: 1;
	font-size: 13px;
	color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #333333;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	height: 34px;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
}
.menu:hover {
	background-color: #3366FF;
	z-index: 2;
	color: #333333;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menu div {
	/*CSS for enlarged image*/
position: absolute;
	left: -1000px;
	visibility: hidden;
}
.menu:hover div {
	/*CSS for enlarged image on hover*/
border: 1px solid #333333;
	visibility: visible;
	left: -2px;
	top: 34px;
	width: 153px;
}
.menu2 {
	display: block;
	padding-top: 8px;
	text-decoration: none;
	color: #FFFFFF;
}
.menul {
	position: relative;
	z-index: 1;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #333333;
	height: 34px;
	width: 10px;
}
.menur {
	position: relative;
	z-index: 1;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #333333;
	height: 34px;
	width: 10px;
}
.submenu {
	background-position: bottom;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -1px;
	height: 21px;
	background-image: url('../templates/ipics/itag-tb.gif');
	background-repeat: repeat-x;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
}
.submenu:hover {
	color: #FFFFFF;
	background-image: url('../templates/ipics/ipgbkgrd.gif');
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-repeat: repeat;
}
.meta {
	position: relative;
	z-index: 1;
	text-decoration: none;
	height: 15px;
	width: 100%;
}
.meta:hover {
	z-index: 2;
}
.meta div {
	/*CSS for enlarged image*/
position: absolute;
	left: -1000px;
	visibility: hidden;
}
.meta:hover div {
	/*CSS for enlarged image on hover*/
padding: 5px;
	visibility: visible;
	left: 100%;
	top: 9px;
	width: 840px;
	background-color: #666666;
	height: 197px;
	text-align: left;
}
.jmeta {
	position: relative;
	z-index: 1;
	text-decoration: none;
	height: 15px;
	width: 100%;
}
.jmeta:hover {
	z-index: 2;
}
.jmeta div {
	/*CSS for enlarged image*/
position: absolute;
	left: -1000px;
	visibility: hidden;
}
.jmeta:hover div {
	/*CSS for enlarged image on hover*/
padding: 5px;
	visibility: visible;
	left: 100%;
	top: 10px;
	width: 840px;
	background-color: #666666;
	height: 120px;
	text-align: left;
}


