.hide {
	display: none;
}
.menu {
	padding: 0;
	margin: 0;
	height: 31px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
.news {
	width: 130px;
	height: 31px;
	background-position: -31px;
}
.news a {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	width: 130px;
	height: 31px;
	float: left;
}
.news a:hover {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	width: 130px;
	height: 31px;
	float: left;
	background-position: 0px -31px;
}
.community {
	width: 180px;
	height: 31px;
}
.community a {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	width: 180px;
	height: 31px;
	float: left;
	background-position: -130px 0px;
}
.community a:hover {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	width: 180px;
	height: 31px;
	float: left;
	background-position: -130px -31px;
}

.library {
	width: 140px;
	height: 31px;
}
.library a {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	width: 140px;
	height: 31px;
	float: left;
	background-position: -310px 0px;
}
.library a:hover {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	width: 140px;
	height: 31px;
	float: left;
	background-position: -310px -31px;
}

.myaccount {
	width: 200px;
	height: 31px;
}
.myaccount a {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 31px;
	float: left;
	background-position: -450px 0px;
}
.myaccount a:hover {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 31px;
	float: left;
	background-position: -450px -31px;
}

.store {
	width: 150px;
	height: 31px;
}
.store a {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	width: 150px;
	height: 31px;
	float: left;
	background-position: -650px 0px;
}
.store a:hover {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	width: 150px;
	height: 31px;
	float: left;
	background-position: -650px -31px;
}

#news_cssdropdown li ul {
	margin-left: 30px;
}
#community_cssdropdown li ul {
	margin-left: 28px;
}
#library_cssdropdown li ul {
	margin-left: 12px;
}
#myaccount_cssdropdown li ul {
	margin-left: 42px;
}
#store_cssdropdown li ul {
	margin-left: 6px;
}

.menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li { /* all list items */
	float: left;
	position: relative;
	list-style: none;	
}
.menu li ul { /* second-level lists */
	margin-top: 31px;
	display: none;
	background-color: #131313;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	opacity: .80;
	filter: alpha(opacity=80);
	position: absolute;
	width: 116px;
	width: expression('110px');
	text-align: center;
	left: 0;
	font-weight: bold;
	z-index:999;
}

.menu li:hover ul, .menu li.over ul { /* lists nested under hovered list items */
	display: block;	
}

.menu li ul a
{
	color:#E1E1E1;
	display: block;	
	width: 110px;
	text-decoration:none;
	padding: 3px;
	left: auto;

}
.menu li ul a:hover
{
	background-color: #E60000;
	color: #E1E1E1;
	text-decoration: none;
	font-weight: bold;
}
