@charset "utf-8";
/* CSS Document */

.menu {
	height: 360px;
	font-family: arial, sans-serif;
	width:298px;
	position:relative;
	margin:0;
	text-align: center;
	font-size: 18px;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:298px;
	height:30px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
}

.menu ul li.a {
	height: 30px;
	background: url(newimages/topmenubgoff.png) no-repeat;
}
.menu ul li.a:hover {
	background: url(newimages/topmenubg.gif) no-repeat;
}
/*
.menu ul li.b {
	height: 49px;
	background: url(newimages/m2.gif) no-repeat;
}
.menu ul li.b:hover {
	background: url(newimages/m2-2.gif) no-repeat;
}

.menu ul li.c {
	height: 51px;
	background: url(newimages/m3.gif) no-repeat;
}
.menu ul li.c:hover {
	background: url(newimages/m3-3.gif) no-repeat;
}

.menu ul li.d {
	height: 50px;
	background: url(newimages/m4.gif) no-repeat;
}
.menu ul li.d:hover {
	background: url(newimages/m4-4.gif) no-repeat;
}

.menu ul li.e {
	height: 51px;
	background: url(newimages/m5.gif) no-repeat;
}
.menu ul li.e:hover {
	background: url(newimages/m5-5.gif) no-repeat;
}

.menu ul li.f {
	height: 50px;
	background: url(newimages/m6.gif) no-repeat;
}
.menu ul li.f:hover {
	background: url(newimages/m6-6.gif) no-repeat;
}

.menu ul li.g {
	height: 51px;
	background: url(newimages/m7.gif) no-repeat;
}
.menu ul li.g:hover {
	background: url(newimages/m7-7.gif) no-repeat;
}
*/

.menu ul li ul {
	display: none;
}
.menu table {
	border-collapse:collapse;
	border:0;
	margin:0;
	padding:0;
}
.menu ul li:hover a, .menu ul li a:hover {
	color:#fff;
}
.menu ul li:hover ul, .menu ul li a:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:298px;
	width:150px;
	background: transparent; 
}
.menu ul li:hover ul li, .menu ul li a:hover ul li {
	float:left;
}
.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
	font-size: 14px;
	padding: 0px;
	display:block;
	color:#000;
	width:130px;
	float:left;
	background:#3399FF url(newimages/menubg.png) bottom right no-repeat;
	height: 25px; 
	border: 1px solid #00CCFF;
	outline:  1px solid #0033CC;
}
.menu ul li:hover ul li a.sub, .menu ul li a:hover ul li a.sub {
	background:#3399FF url(newimages/drop.gif) bottom right no-repeat;
	color:#000;
	text-decoration: none;
}
.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
	background: #3399FF;
	color:#FFF; 
	text-decoration: none;
}
.menu ul li:hover ul li ul, .menu ul li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	width:200px;
}
.menu ul li:hover ul li:hover ul, .menu ul li a:hover ul li a:hover ul {
	visibility:visible;
	left:-1px;
	top:31px;
	color:#000;
}
.menu ul li:hover ul li:hover ul li a, .menu ul li a:hover ul li a:hover ul li a {
	display:block;
	width:200px;
	background:#dfc184;
	color:#000;
	border-left:1px solid #eee;
}
.menu ul li:hover ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover ul li a:hover {
	background:#bd8d5e;
	color:#fff;
}
