@charset "iso-8859-1";
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

body {
	font-family: verdana;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}

.white {
	font-family: verdana;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
}

.phone {
	font-family: verdana;
	font-size: 20px;
	line-height: 15px;
	font-weight: BOLD;
	color: #EA164A;
}

.bb {
	font-family: verdana;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
}

p {
	font-family: verdana;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}

td {
	font-family: verdana;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}


a.blackL:link {color: #000000; text-decoration: none;}
a.blackL:hover {color: #000000; text-decoration: none; border-bottom: solid 1px;}
a.blackL:active {color: #000000; text-decoration: none;}
a.blackL:visited {color: #000000; text-decoration: none;} 

a.main:link {color: #CC0000; text-decoration: none;}
a.main:hover {color: #CC0000; text-decoration: none; border-bottom: solid 1px;}
a.main:active {color: #CC0000; text-decoration: none; border-bottom: solid 1px;}
a.main:visited {color: #CC0000; text-decoration: none;} 

/* Start Menu CSS */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px; /* Width of Menu Items */
	border-bottom: 1px solid #838383;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 109px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
	
/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #cccccc;
	filter: alpha(Opacity=100, FinishOpacity=25, Style=0);
	padding: 5px;
	border: 1px solid #838383; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #DB261B; background: #f9f9f9; font-weight: bold;} /* Hover Styles */
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /*  The magic */
