/***************************************************
 NAVIGATION BAR AND DROPDOWN MENU
****************************************************/
/* Nav bar */

#sidebar_horz_top ul{
	list-style-type:none;
}

#top_chrome_menu a {
	text-decoration:none;
	display:block;
	height:22px;
	border-left:1px solid white;
	border-right:1px solid rgb(51,39,40);
	float:left;
	text-align:left;
}

#sidebar_horz_top ul li:hover ul{
	visibility:visible; 
}
#sidebar_horz_top ul a:hover ul{
	visibility:visible; 
}

#home a{
	background:url(/images/home.jpg) 0px -23px no-repeat;
	width:70px;
}
#home a:hover {
	background:url(/images/home.jpg) 0px 0px no-repeat;
}

#musiccatalog a {
	background:url(/images/musiccatalog.jpg) 0px -23px no-repeat;
	width:128px;
}
#musiccatalog a:hover{
	background:url(/images/musiccatalog.jpg) 0px 0px no-repeat;
}

#licensing a{
	background:url(/images/licensing.jpg) 0px -23px no-repeat;
	width:93px;
}
#licensing a:hover{
	background:url(/images/licensing.jpg) 0px 0px no-repeat;
}

#aboutus a{
	background:url(/images/aboutus.jpg) 0px -23px no-repeat;
	width:93px;
}
#aboutus a:hover{
	background:url(/images/aboutus.jpg) 0px 0px no-repeat;
}

#contactus a{
	background:url(/images/contactus.jpg) 0px -23px no-repeat;
	width:106px;
}
#contactus a:hover{
	background:url(/images/contactus.jpg) 0px 0px no-repeat;
}


.chromestyle{
	width: 500px;
	float:right;
	font-family:"Georgia","Book Antiqua",Palatino,FreeSerif,serif;
	font-size:14px;
	font-weight:bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{

}
.dropmenudiv a:hover{
	font-weight:bold;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	background:#BEBEBE;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	color:#11113A;
	padding:4px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

}
