/*div {border:1px solid red;}*/

.chromestyle{
	width: 159px;
	background-color:#000000;
}


/*#chromemenu:after{ Add margin between menu and rest of content in Firefox
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}*/

.chromestyle ul{
	width: 159px;
	background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	padding: 0;
	margin: 0;
	font: bold 10px Verdana;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


.chromestyle ul li{
margin-top:1px;
display: block;
height:24px;
line-height:24px;
}


.chromestyle ul li a.simple{
color:#CCCCCC;
font-weight: bold;
text-decoration: none;
background:url(gfx_mag_menu_bg.gif) top right no-repeat; /*Theme Change here*/
display:block;
}

.chromestyle ul li a{
display:block;
width: 149px;
height: 24px;
	color:#CCCCCC;
	font-weight: bold;
	text-decoration: none; /*Theme Change here*/
	background:url(gfxmag_m_d.gif) no-repeat right top;
	padding-left:10px;

}


.chromestyle ul li a:hover{
color: #FFF;
background:url(gfxmag_bg1.gif) top right no-repeat; /*Theme Change here*/
	padding-left:10px;
}



/*#chromemenu ul li a[onMouseover]:after{ HTML to indicate drop down link
content: " v";
content: " " url(downimage.gif); uncomment this line to use an image instead
}*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;

border: 1px solid #666; /*Theme Change here*/
border-bottom-width: 0;
font:bold 10px Verdana;
line-height:18px;
z-index:100;
width: 150px;
visibility: hidden;
display: block;
margin-left:160px;
background:url(drop_bg.gif) bottom right no-repeat #333333;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv ul{
list-style:none;
padding:0;
margin: 0;
font:bold 10px Verdana;
line-height:18px;
z-index:100;
display:none;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

#submenu {
background:url(submenu_arrow.gif) right top no-repeat;
}

 a:hover#submenu{
background:#111111 url(submenu_arrow.gif) right top no-repeat;
}

.dropmenudiv ul li{
list-style:none;
padding:0;
margin: 0;
background: url(submenu_bg.gif) left top repeat;
}

.dropmenudiv ul li a{
width: 100%;
display: block;
text-indent: 7px;
border-bottom: 1px dashed #666; /*Theme Change here*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color:#CCCCCC;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dashed #666; /*Theme Change here*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color:#CCCCCC;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color:#000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}