/* CSS Document */
div#page 
{ 
	position:relative; 
	width:760px; 
	margin:0 auto; 
} 

div#cm_menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
}

div#cm_menu a:link, div#cm_menu a:visited, div#cm_menu a:active
{
	color: #000000;
	text-decoration: none;
	margin: 0px 10px;
}

div#cm_menu a:hover
{
	color: #990000;
	text-decoration: none;
	margin: 0px 10px;
}

.cm_hLine
{
	border-right:1px solid #A2A2A1; 
	width:1px; 
	height:14px;
}

/*--- Drop down menu styles ---*/
div#about 
{
	position: absolute;
	left: 190px;
	top: 35px;
	height: 19px;
	background-image: url(../images/grid.gif);
	background-repeat:repeat-x;
	padding-top:3px;
	visibility: hidden;
	z-index: 10;
}

div#systems 
{
	position: absolute;
	left: 190px;
	top: 35px;
	height: 19px;
	background-image: url(../images/grid.gif);
	background-repeat:repeat-x;
	padding-top:3px;
	visibility: hidden;
	z-index: 10;
}

div#services 
{
	position: absolute;
	left: 190px;
	top: 35px;
	height: 19px;
	background-image: url(../images/grid.gif);
	background-repeat:repeat-x;
	padding-top:3px;
	visibility: hidden;
	z-index: 10;
}

div#press 
{
	position: absolute;
	left: 450px;
	top: 35px;
	height: 19px;
	background-image: url(../images/grid.gif);
	background-repeat:repeat-x;
	padding-top:3px;
	visibility: hidden;
	z-index: 10;
}

div#applications 
{
	position: absolute;
	left: 305px;
	top: 35px;
	height: 19px;
	background-image: url(../images/grid.gif);
	background-repeat:repeat-x;
	padding-top:3px;
	visibility: hidden;
	z-index: 10;
}

div#contact 
{
	position: absolute;
	left: 370px;
	top: 35px;
	height: 19px;
	background-image: url(../images/grid.gif);
	background-repeat:repeat-x;
	padding-top:3px;
	visibility: hidden;
	z-index: 10;
}

.menu a:link, .menu a:visited, .menu a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin:0px 8px;
}

.menu a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	margin:0px 8px;
}.rep {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

