#menu {
	float: left;
	background-image:
		url(../sonystylenewlayout_files/sony_menu_bg.gif)
		;
	background-repeat: repeat-x;
	height: 37px;
}

.menuholder {
	width: 990px;
}

.menuholder .menuitem {
	float: left;
	margin-top:8px;
	margin-left:18px;
}

.cic{
	float:right;
	margin-top:8px;
	margin-right:20px;	
}

#search {
	float: right;
	padding: 0px 20px 0px 0px;
	margin-bottom:7px;
}

#searchText {
  float: left; 
  font-size: 12px; 
  width: 120px; 
  height: 20px; 
  border: 1px solid #CCCCCC;
  color: #646464;
  margin-right:8px;
}

.menuholder a {
	color: #021c38;
	text-decoration: none;
	font-size: 12px;
}

.menuholder a:hover {
	color: #22445d;
	text-decoration: underline;
	font-size: 12px;
	background-color:#dedede;
	/*background-image:url(/is-bin/intershop.static/WFS/Sony-SonyStyle-Site/-/zh_TW/images/sony_menu_hover_bg.gif);*/
}
.anylinkcss {
	position: absolute;
	visibility: hidden;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 18px;
	z-index: 900;
	background-color: #ededed;
	width: 205px;
}
.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #cfcfcf;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}
.anylinkcss a:hover { /*hover background color*/
	background-color: #dedede;
	background-image: none;
	text-decoration: none;
}
