input {
	border-bottom: 1px solid #488011;
	border-top: 1px solid #488011;
	border-left: 1px solid #488011;
	border-right: 1px solid #488011;		
}
.radio {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}	
/*the tags used for LIMO*/	
h3 {font-family: Arial, Helvetica, sans-serif; color: #055025; font-weight: bold;  font-size: 100%;   }
p {  font-family: Arial, Helvetica, sans-serif; color: #055025;     }
/*the tags used for LIMO*/
td {  font-family: Arial, Helvetica, sans-serif; font-size: 72%; color: #055025; text-decoration: none;  }
.line {
border: 1px dotted #488011;
border-bottom: 1px solid White;
}
.dotted_line {
border: 1px dotted #488011;
border-bottom: 1px solid #ffffff;
}

.ButtonS {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #ffffff;
	background-color : #118008;
	font-weight : bold;
	border: thin solid #118008;
	}
.copyright { font-family: verdana, sans-serif;  font-size: 70%; }
.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 100%; 
	color : #055025;
	font-weight: bold;	
	  }	
.titleb {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 200%; 
	color : #055025;
	font-weight: bold;	
	  }		  
/*the tags used for newsletter*/	
.VREBPara { font-weight: normal; color: #055025;    }
.VREBTitle {color: #055025; }
.VREBDate {color: #055025; font-style: italic; }
.VREBRef {color: #055025;  font-style: italic;  font-size: 78%;   }
/*the tags used for newsletter*/	
.bcvreb{ background-color: #DEDEDE; }
.bcvrebtop{ background-color: #DEDEDE; }

.initials {
	background-image: url(../images/index_14.jpg); background-position: bottom right; background-repeat: no-repeat;
}
.marginup{
	margin-bottom: -1px;
	margin-top: 1px; 
	list-style-image: url(../images/bullet.gif);
}
.links_list {
	margin-left: -20px; 
	}
/*this is the stylesheet for the listing inventory*/
A:LINK {COLOR: #9B0000; TEXT-DECORATION: none; font-family: Arial; outline: none;}
A:visited {COLOR: #E60000; TEXT-DECORATION: none; font-family: Arial;  outline: none;}
A:hover {color : #FF4D4D; text-decoration: underline; font-family:Arial; outline: none;}
A:active {color : #9B0000; text-decoration: none; font-family: Arial; outline: none;}

/************** MENU CSS ************************/
#menu ul {
 margin: 0; padding: 0; list-style: none;
 width: 150px; 
 
/* Width of Menu Items */ 

 }
#menu ul li {
 position: relative;
 }
#menu li ul {
 position: absolute; left: 170px;
 /* Set 1px less than menu width */
 top: 0;
 display: block;
 }
#menu li:hover ul {
 display: block; 
}
#menu li:hover>ul {
 visibility:visible;
 }
#menu ul ul {
 visibility:hidden;
 }
/* Fix IE. Hide from IE Mac */* html 
#menu ul li {
 float: left; height: 1%;
 }
 
* html
 
#menu ul li a {
 height: 1%;
 }
/* End */
/* Make-up syles */ 
#menu ul, li {
 margin: 0 0 0 0;
 }
/* Styles for Menu Items */ 
#menu ul a {
 display: block;
 text-decoration: none;
 color: #000000;
 background: #CFCFCF;
/* IE6 Bug */
 padding: 2px;
 border: 1px solid #B6B6B6;
 border-bottom: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 76%; 
 }
/* Hover Styles */
#menu ul a:hover {
 color: #055025;
 background: #ffffff;
 }
/* Sub Menu Styles */
#menu li ul a {
 text-decoration: none;
 color: #FFFFFF;
 background: #0054A0;
/* IE6 Bug */
 padding: 2px;
 border: 1px solid #ffffff;

 }
/* Sub Menu Hover Styles */
#menu li ul a:hover {
 color: #055025;
 background: #9CBBEB;
 }
 
/* Sub Menu Classes for Custom Widths */ 
#menu .widthclass1 { 
position: absolute; 
width: 200px;
} 
 
#menu .widthclass2 { 
position: absolute; 
width: 200px;
} 
 
#menu .widthclass3 { 
position: absolute; 
width: 100px;
} 
 
#menu .widthclass4 { 
position: absolute; 
width: 140px;
} 
 
#menu .widthclass5 { 
position: absolute; 
width: 105px;
} 
 
#menu .widthclass6 { 
position: absolute; 
width: 195px;
} 
 
/* Icon Styles */
#menu ul a.submenu {
 background: #0054A0 url("tri.gif") no-repeat right;
 }
#menu ul a.submenu:hover {
 background: #9CBBEB url("tri.gif") no-repeat right;
 }
 #menu .bottom
{
border-bottom: 1px solid #B6B6B6;
}
/************ END MENU CSS ****************/

/* ------ START: TOP Menu ------ */
#menutop {
	display: block;
	position: relative;
	clear: both;
	width: 750px;
	height: 25px;
	margin: 0px;
}

#menutop a {
	display: block;
	float: left;
	text-decoration: none;
	text-indent: -3000px;
	background: url("../images/menu.gif") no-repeat;
	height: 28px;
}

a#menutop_01 {
	background-position: 0px 0px;
	width: 119px;
}
a#menutop_01:hover { background-position: 0px -28px; }

a#menutop_02 {
	background-position: -119px 0px;
	width: 164px;
}
a#menutop_02:hover { background-position: -119px -28px; }

a#menutop_03 {
	background-position: -283px 0px;
	width: 199px;
}
a#menutop_03:hover { background-position: -283px -28px; }

a#menutop_04 {
	background-position: -482px 0px;
	width: 124px;
}
a#menutop_04:hover { background-position: -482px -28px; }

a#menutop_05 {
	background-position: -606px 0px;
	width: 144px;
}

* * body a#menutop_05 {
	margin-right: -3px 
}

a#menutop_05:hover { background-position: -606px -28px; }

/* ------ END: Menu ------ */

