img{
	border:0px;
	margin:0px;
	padding:0px;
	position: relative;

}



#Banner {

width: 990px;

height: 136px;

top:9px ; 

position: absolute;

left: 36px ; }



#NavBar {

width: 990px ;

height: 35px;

top: 154px ; 

position:absolute;;

left: 36px ; }


#LeftMargin {

width: 150px ;

top: 198px ; 

position: absolute;

left: 36px ; }



#MainWindow {

width: 604px ;

top: 212px; 

left: 203px;

position: absolute;

 }



#RightMargin {

width: 150px ;

top: 198px ; 

position: absolute;

left: 819px; }


#footer {

width: 940px;

height: 100px;

left:36px;

background-color: #993333 ; 

position: absolute;}

}

.border1 { border: 1px solid black }

.style1 {font-size: 18px}

.style9 {font-size: 17pt;font-weight: bold}

.style2 {color: #ffffcc}

.style3 {color: #993333}

.style4 {font-size: 18px}

.style5 {color: #ffffcc}

.style6 { font: book antiqua; font-weight: bold; font-size: 20 }

.style7 { font: book antiqua; font-size: 16 }

.style8 { font: book antiqua; font-weight: bold; font-size: 20 };

.stock5 {

 border-top:5px black;
 
 border-right:5px black;
 
 border-left:5px black;
 
 border-bottom:5px black;
 
 }

#AdminMainWindow {

width: 604px ;

top: 200px; 

left: 9px;

position: absolute;

 }





ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
        background: #99333
        border-bottom: 1px solid #ccc;
	}
ul li {
	position: relative;
	}

li {
  float: left;
  position: relative;
  width: 9.3em;
  }
  
ul li a {
	display: block;
	text-decoration: none;
	color: #ffffcc;
	background: #993333;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

 /* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
 
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

  
li:hover ul, li.over ul { 
	display: block; }  
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
