
#page-wrap							{position:absolute;top:0px; background-image:url(images/menuBk.jpg);background-repeat:repeat-x;width: 1024px; margin: 0px auto;margin-left:0px; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; padding:0px;margin:0px;margin-left:5px;}

ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; padding:0px;margin:0px;padding-left:40px;height:42px;text-align:left;}
ul.dropdown a:hover		            { color: orange; }
ul.dropdown a:active                { color: orange; }
ul.dropdown li a                    { display: block; height:8px;padding: 11px 2px; border-right: 1px solid #666;vertical-align:middle;color: #000;width:150px; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */

ul.dropdown li:hover                { color: black; position: relative; border-right:4px solid orange;}
ul.dropdown li.hover a              { color: orange; position: relative;}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 170px; visibility: hidden; position: absolute; top: 100%; left: 0; padding:0px;margin:0px;}
ul.dropdown ul li 					{ font-weight: normal; background: #333333; color: orange; 
									  border-bottom: 1px solid #000; float: none; }
								  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 150px; height:50px;margin-top:9px;display: inline-block; padding-top:4px;} 
ul.dropdown ul li:hover{
background-color:black;

}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
ul.dropdown li.topMenu {
	height:23px;
	width:128px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	
}
ul.dropdown li.topMenu:hover{
	border:0px;

}
ul.dropdown li.topMenu a{
	width:120px;
	padding-top:4px;

	}
ul.dropdown li#nada                     { font-weight: bold; float: left; zoom: 1; padding:0px;margin:0px;margin-left:2px;width:200px;height:20px;text-align:left;}

li#kirilenko{
	background-image:url("/img/kirilenko.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	}
li#boyd{
	background-image:url("/img/boyd.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	}
li#ortiz{
	background-image:url("/img/ortiz.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	}
li#johnson{
	background-image:url("/img/johnson.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	}
li#murray{
	background-image:url("/img/murray.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	}
li#lin{
	background-image:url("/img/lin.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	}
li#stock{
	background-image:url("/img/stock.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	}
li#williams{
	background-image:url("/img/williams.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	}
li#ostler{
	background-image:url("/img/ostler.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	}
li#mcpherson{
	background-image:url("/img/mcpherson.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	}
li#roenick{
	background-image:url("/img/roenick.jpg");
	background-repeat:no-repeat;
	background-position:4px 4px;
	}
.orangeTxt{
	color:orange;
}
.orangeHead{
	vertical-align:top;
	color:orange;
	font:30px arial, georgia;
	padding-bottom:4px;
	height:100px;
}
.articleContent{
	margin-top:40px;
	height:600px;
	overflow-y:auto;
	width:800px;
	text-align:left;
	color:white;
	padding-right:10px;
	scrollbar-base-color:black;
	scrollbar-arrow-color:orange;
	scrollbar-highlight-color:gray;
}
.articleContentForm{
	margin-top:40px;
	height:600px;
	overflow-y:auto;
	width:500px;
	text-align:left;
	color:white;
	padding-right:10px;
	scrollbar-base-color:black;
	scrollbar-arrow-color:orange;
	scrollbar-highlight-color:gray;
}
.articleContent a{
	color:#0e94af;

}
.articleContent a:hover{
	background-color:orange;
	color:black;
}