body { 
	background-position: left;  
	background-repeat: repeat-y; 
	background-image: url(../images/pattern.jpg);
	background-color: #ffce00;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;	
	}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
img {
	border:none;
	}
A:link { text-decoration: none; color: #ee0000;}
A:visited { text-decoration: none; color: #ee0000;}
A:active { text-decoration: none; color: #ee0000;}
A:hover { text-decoration: none; color: #ff6600;}	
A.menulink:link {color: #4677a7; text-decoration: none;}
A.menulink:visited {color: #4677a7; text-decoration: none;}
A.menulink:hover {color: #999999; text-decoration: none;}

.large-text{
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	}
.whitetext{
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}	
.spacer-left {
	padding-right: 5px;
	padding-left: 5px;
}
.border-top{
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ffFFFF;
}
.border-lr{
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #ffFFFF;
}
.border-lr0{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #ffFFFF;
}
.border-l{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.border-r{
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #ffFFFF;
}
/*Dropdown*/
#navbar {
   margin-left:0px;
   padding: 0;
    }
#navbar li {
   list-style: none;
   float: left; 
   }
#navbar li a {
   display: block;
   text-decoration: none; 
   text-align:right;   
   margin-left:5px;
   margin-bottom:5px;
   
   }
#navbar li ul {
   display: none; 
   width: 10em; /* Width to help Opera out */
   text-align:left;  
   border-right-color:#ff6600;
   border-right-width:1px;
   border-right-style:solid;
   border-left-color:#ff6600;
   border-left-width:1px;
   border-left-style:solid;
   border-bottom-color:#ff6600;
   border-bottom-width:1px;
   border-bottom-style:solid;
   border-top-color:#ff6600;
   border-top-width:1px;
   border-top-style:solid;
}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 2px; 
   width:150px;
   font-size:12px;
   background-color:#eee;  
   text-align:left;    
   }
#navbar li:hover li, #navbar li.hover li {
   	float: none; 
   	color:#999;
   	margin-bottom:5px;
   	height:16px;
   	line-height:16px;
   	text-align:left;  	
   	margin-left:0px;
	}
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #eee;
   text-align:left;     
   }
   
#navbar li li a:hover {
   background-color: #FFF;
   text-align:left;     
}
