@charset "UTF-8";

/* subpage1.css
$Revision: 1.0 $
(c) 2008 Fortinet. All rights reserved. 
*/


/* Left Column Settings ----------------------------------------- */
#sub_left_col_container {
	float: left;
}
#sub_left_col {
	margin: 12px 5px 20px 30px; /* subtracted the 15px from height for first menu items spacing. was 75px; */
	width: 594px; /* subtract the 30px 5px margin from 629px */
	bo/rder: 1px solid #00FF00;
}

#sub_left_col ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#sub_left_col li {
	padding-left: 10px;
	background-image: url(../../images/fortinet/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#sub_left_col a {
	color:#000000;
	text-decoration: underline;
}
#sub_left_col a:hover {
	color:#FF3E31;
	text-decoration: none;
}


#sub_left_col .content_group {
	margin: 5px 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#sub_left_col .content_group img {
	padding: 10px 10px 10px 0;
}


#crumb_nav {
	padding: 0 0 2px 0;
	font: 9px/12px Arial, Helvetica, Verdana, sans-serif;
	color: #939ba1;
}
#crumb_nav a {
	font: 9px/12px Arial, Helvetica, Verdana, sans-serif;
	color: #939ba1;
	text-decoration: none;
}
#crumb_nav a:hover {
	font: 9px/11px Arial, Helvetica, Verdana, sans-serif;
	color: #455560;
	text-decoration: underline;
}
/* added table "threats" H2 tag here to override red style for content div */
table.threats h2 {color:#FFFFFF;}