#object1 { position: absolute; z-index: 2; top: 11px; left: 15px; width: 205px; height: 577px; visibility: visible }
a:hover { color: red;
}
h1 {  color: #0000CC
}
h2 {  color: #993333}
p {
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
a:link {  color: #006699}
h4 {  color: #CC0000; font-family: "Times New Roman", Times, serif}
h3 {  color: #993333}
a:active {  color: #000099}
a:link { color: #3366CC; }
h5 {
	color: #663300;
}
.SectionHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000CC;
	font-weight: bold;
}
#MainTable A:hover {
color: #66CCFF;
}
#MainTable A:Link {
color: White;
}
all.clsMenuItemNS, .clsMenuItemIE {
text-decoration: none; font: bold 12px Arial; color: white; cursor: hand; z-index:100
}
body>html .smenu a   {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.telsec.net/images/blue.png',sizingMethod='scale');
	background: none !important;
	cursor: pointer;
}
body {
	background-image: url(../images/stripeBG.jpg);
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF71DB;
	text-decoration: none;
	font-size: 14px;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3366FF;
}
.Notices {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
a.blue:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	font-size: 14px;
}
a.blue:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a.blue:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660066;
	text-decoration: none;
}
a.blue:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}.TableBorder {
	border: thin inset #0000CC;
}
.fancytext {
	font-family: "Monotype Corsiva", cursive;
	font-size: 18px;
	color: #CC9900;
}
.bigR {
	font-family: "Monotype Corsiva", cursive;
	font-size: 100px;
	color: #CCCC00;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-size: 12px;
}
.R_Backgroundtable {
	background-attachment: fixed;
	background-image: url(../images/RenoCMissionR.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
a.pinklink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF00FF;
	text-decoration: none;
	font-size: 14px;
}
a.pinklink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC33FF;
	text-decoration: none;
}
a.pinklink:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF00FF;
	text-decoration: none;
}
a.blue:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #CC33FF;
}
.FancyTitles {
	font-family: "Monotype Corsiva", cursive;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #0000CC;
}
.FancyText2 {
	font-family: "Monotype Corsiva", cursive;
	font-size: 16px;
	color: #CC0000;
}
.bigFancy {
	font-family: "Monotype Corsiva", cursive;
	font-size: 36px;
	font-weight: bold;
	color: #990000;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.smenu a {
	background-image:url(http://www.telsec.net/images/blue.png);
	font-size:12px;
	margin:0px;
	padding:3px 0 0 3px;
	width: 165px;
}
.logoline {
	text-decoration: overline;
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: 7px;
	font-weight: bold;
	color: #3D58A7;
}

/* drop down menu css */
#m1 {width:120px;border-left:50px solid #003466;}
*html #m1 {width:140px;}
#m2 {width:165px;}
#m3 {width:165px;}
#m4 {width:175px;}
#m5 {width:80px;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin:0;
	list-style: none;

}

#nav a {
	display: block;
	color:white;
	text-decoration:none;
	height:20px;
}

#nav li { /* all list items */
	float: left;
	background:transparent;
	display:block;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	border: 1px solid #003466;
	border-top:0;
	width: 167px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav .smenu li {
	z-index:1;
	margin:0;
	padding:0;
	width: 165px;
	text-align:left;
}
#nav a:hover {
	background-image:none;
	background-color:#003466;}
	
.smenu a:hover {
	background-image:none;
	background-color:#003466;}



#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

body>html .smenu a   {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.telsec.net/images/blue.png',sizingMethod='scale');
	background: none !important;
	cursor: pointer;
}

.smenu a {
	background-image:url(http://www.telsec.net/images/blue.png);
	font-size:12px;
	margin:0px;
	padding:3px 0 0 3px;
	width: 165px;
}



