﻿
.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:944px;
	height:449px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 449px;
	position: relative;
	}
	


.jimgMenu ul li a {
	background:#fff repeat scroll 0%;
	border-right: 1px solid #000;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 449px;
	text-decoration:none;
}

.jimgMenu ul li a:hover {
	border: 0px solid red;
}
.jimgMenu ul li a span{
	float:right;
	width:14px;
	font-size:12px;
	word-wrap:break-word;
	word-break:nomal;
	color:#FFF;
	font-weight:normal;
	letter-spacing: 1mm;
	padding:5px;
	padding-right:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color:Gray;
	-webkit-writing-mode: vertical-lr;
	writing-mode:tb-rl;
}

.jimgMenu .active a{border-style:solid;border-color: #FD0100; border-width: 2px 2px 2px 0px;height: 445px;}
.jimgMenu .active a:hover{border-style:solid;border-color: #FD0100; border-width: 2px 2px 2px 0px;height: 445px;}


