.style1 {font-size: small}


#menu { 
border-right: 0px solid #000; 
padding: 0 0 0 0; 
margin-bottom: 0; 
font-family: Arial; 
font-size : 7pt; 
font-weight:normal; 
background-color: #ffffff; 
color: #000000; 
width:100%; 
} 
#menu ul { 
list-style: none; 
margin: 0; 
padding: 0; 
border: none; 
} 
#menu li { 
border-bottom: 1px solid #000000; 
border-left: 1px solid #000000; 
border-right: 0px solid #999999; 
margin-bottom: 0; 
list-style: none;} 
#menu li a { 
display: block; 
padding: 1px 5px 1px 5px; 
border-left: 0px solid #1958b7; 
border-right: 0px solid #508fc4; 
background-color: #e6e4e4; 
color: #000; 
text-decoration: none; 
} 
#menu li a:hover {padding: 1px 5px 1px 5px; 
border-left: 0px solid #1c64d1; 
border-right: 0px solid #404952; 
background-color: #404952; 
color: #fff; 
} 
#menu li #active { 
border-left: 0px solid #1c64d1; 
border-right: 0px solid #404952; 
background-color: #020390; 
color: #fff; 
} 
#menu li ul { /* this one is the dropdown */ 
position: absolute; /* so we can hide it */ 
left: -999em; /* by default it is hidden */ 
width: 204px; /* width of the entire dropdown */ 
margin-left: 200px; /* relative position of the menu to the button... 0=tight on bottom.. */ 
margin-top:-20px; 
background-color: #666666; /* color of the entire dropdown */} 
#menu li ul a { /* override colours for drop down buttons */ 
background-color:#666666; 
width: 190px; 
text-align:left; 
font-size: 10pt; 
border-right:1px; 
border-left:1px solid #ffffff; 
color:#ffffff; 
border-bottom: 0.5px solid #ffffff; 
padding: 1px 5px 1px 5px; } 

#menu li ul a:hover { /* override colours for drop down buttons */ 
color: #ffffff; 
background-color: #000000; 
border-right:1px; 
border-left:1px solid #ffffff; 
} 
#menu ul li:hover, #menu ul li.sfhover { 
color: blue; 
} 
#menu ul ul ul { 
position: absolute; 
background-color: #666666; /* color of the entire dropdown */ 
top: auto; /* auto means that it will be in the typicall indented list position below the first menu */ 
left: 0; /* 0 */ 
margin: -20 100; /* adjust the margins to position the 2nd level popout menu to the right*/ 
width: 100%; /* width is based on the containing block */ 
} 
#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{ 
left: -999em; 
} 
#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul { 
left: auto; 
} 
#catmenu { 
border-right: 1px solid #404952; 
padding: 0 0 0 0; 
margin-bottom: 0; 
font-family: Arial; 
font-size : 7pt; 
font-weight:normal; 
background-color: #ffffff; 
color: #000000; 
width:100%; 
} 
#catmenu ul { 
list-style: none; 
margin: 0; 
padding: 0; 
border: none; 
} 
#catmenu li { 
border-bottom: 1px solid #ffffff; 
border-left: 1px solid #404952; 
border-right: 1px solid #404952; 
margin-bottom: 0; 
list-style: none;} 
#catmenu li a { 
display: block; 
padding: 1px 5px 1px 5px; 
border-left: 0px solid #1958b7; 
border-right: 1px solid #404952; 
background-color: #404952; 
color: #ffffff; 
text-decoration: none; 
} 
#catmenu li a:hover {padding: 1px 5px 1px 5px; 
border-left: 0px solid #1c64d1; 
border-right: 0px solid #404952; 
background-color: #e6e4e4; 
color: #000000; 
} 
#catmenu li #active { 
border-left: 0px solid #1c64d1; 
border-right: 0px solid #5ba3e0; 
background-color: #020390; 
color: #fff; 
} 
#catmenu li ul { /* this one is the dropdown */ 
position: absolute; /* so we can hide it */ 
left: -999em; /* by default it is hidden */ 
width: 204px; /* width of the entire dropdown */ 
margin-left: 200px; /* relative position of the menu to the button... 0=tight on bottom.. */ 
margin-top:-20px; 
background-color: #666666; /* color of the entire dropdown */} 
#catmenu li ul a { /* override colours for drop down buttons */ 
background-color:#666666; 
width: 190px; 
text-align:left; 
font-size: 10pt; 
border-right:1px; 
border-left:1px solid #ffffff; 
color:#ffffff; 
border-bottom: 0.5px solid #ffffff; 
padding: 1px 5px 1px 5px; 
} 
#catmenu li ul a:hover { /* override colours for drop down buttons */ 
color: #ffffff; 
background-color: #000000; 
border-right:1px; 
border-left:1px solid #ffffff; 
} 
#catmenu ul li:hover, #catmenu ul li.sfhover { 
color: #404952; 
} 
#catmenu ul ul ul { 
position: absolute; 
background-color: #666666; /* color of the entire dropdown */ 
top: auto; /* auto means that it will be in the typicall indented list position below the first menu */ 
left: 0; /* 0 */ 
margin: -20 100; /* adjust the margins to position the 2nd level popout menu to the right*/ 
width: 100%; /* width is based on the containing block */ 
} 
#catmenu li:hover ul ul, 
#catmenu li:hover ul ul ul, 
#catmenu li.sfhover ul ul, 
#catmenu li.sfhover ul ul ul 
{ 
left: -999em; 
} 
#catmenu li:hover ul, 
#catmenu li li:hover ul, 
#catmenu li li li:hover ul, 
#catmenu li.sfhover ul, 
#catmenu li li.sfhover ul, 
#catmenu li li li.sfhover ul { 
left: auto; 
} 
.box_text { 
font-size: 10px; 
color: #FFFFFF; 
} 
.menu1:link{  font-weight: normal;  color: #ffffff;  background-color: transparent;  text-decoration: underline;}
.menu1:visited{  font-weight: normal;  color: #ffffff;  background-color: transparent;  text-decoration: underline;}
.white_text :link{color: #FFFFFF} 
.white_text{color: #FFFFFF} 
.ram_mount_text {font-size: 7pt} 

.grey-box {
	border: 1px solid #e8e8e9;
        padding: 10,10,10,10;
}
.temp-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0068B3;
	font-weight: bold;
}
.text12 , td, table, body{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text11B {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.text16i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0069AB;
	font-weight: normal;
	font-style: italic;
	line-height: 25px;
}
.text12Orange , h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
.text9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.text12Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0367A5;
	text-decoration: none;
}
.text11Blue:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0167A7;
	font-weight: normal;
}
.text11Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0167A7;
	font-weight: normal;
}
A,.text12BlueU {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0367A5;
}

.leftcategoryhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC5500;
	font-weight: bold;
}

.camcategory {
	color: #333333;
	text-decoration : none;
}

A.camcategory:active {
   color:#0367A5; 
}

A.camcategory:hover {
   color:#0367A5; 
}


.text10gray{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}