/* common styling */
.container {
	width:0px;
	height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	margin: 0px;
	z-index: 2;
}
.menu {
	font-family: arial, sans-serif;
	width:109px;
	height:148px;
	position:absolute;
	margin:0;
	font-size:11px;
	top: 105px;
	left: 2px;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	color:#FFFFFF;
	width:170px; /* contols width of menu box */
	height:20px;
	line-height:20px;
	font-size:11px;
	padding-left:10px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #666666;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu ul li {float:left; position:relative;}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
	background-color: #999999;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:180px;
	width:100px;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
.menu ul li:hover ul li {
	float:left;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
.menu ul li:hover ul li a {
	display:block;
	color:#FFFFFF;
	width:130px;
	float:left;
	background-color: #666666;
}
.menu ul li:hover ul li a:hover {
	color:#0000FF;
	background-color: #999999;
}
