/*CSS*/

.StyleChrome{
width: 250px;;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

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

.StyleChrome ul{

width:450px;
 /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 20px;
text-align: left; 
}

.StyleChrome ul li{
line-height:58px;
cursor:pointer;



}

.StyleChrome ul li a{
color: #494949;
padding:4px 7px;
margin-left: 0;
text-decoration: none;


}

.StyleChrome ul li a:hover{
 /*THEME CHANGE HERE*/
}

.StyleChrome ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenu2div{
	position:absolute;
	top: 227px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 1;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 500px;
	visibility: hidden;
	margin-left:366px;
	padding:10px;
	text-align:justify;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	left: 38px;
	
}


.dropmenu2div a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

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

.dropmenu2div a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/*drop down lists*/

/*LIST style*/
.dropmenu2div ul li {
	list-style-type:none;
	margin-left:240px;
	margin-top:0px;
	}
	
.dropmenu2div ul li ul li{
	margin-left:5px;
	list-style-type:square;
	
	} 
