@import url("corptl.css");










ul#top_nav {
	background: url('/images/nav/nav_off.gif');
	width: 783px;
	height: 25px;
	position: relative;
}

ul#top_nav, #top_nav li ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 999;
}

#top_nav li ul li { /* all lists */
	z-index: 999;
}

#top_nav li { /* all list items */
	float: left;
	position: relative;
}

#top_nav li a {
	display: block;
}

#top_nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 25px;
	background: #656565;
	color: white;
	left: 0;
	width: 192px;
}

#top_nav li ul li { /* second-level lists */
    width: 100%;
    float: none;
}

#top_nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#top_nav li:hover ul, #top_nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#top_nav li ul li {
	height: 25px;
	border-top: 1px solid #a6a6a6;
}

#top_nav li ul li a { /* all list items */
	display: block;
	height: 19px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	padding: 6px 0 0 4px;
}

* html #top_nav li ul li a { /* all list items */
	xheight: 25px;
}

#top_nav li ul li a:hover {
	background-image: none;
	background: #a6a6a6;
}

a.main_nav_products:hover, #products a.selected {                                               /*Maintains the state*/
	background: url('/images/nav/nav_on.gif');
}

a.main_nav_solutions:hover, #solutions a.selected {                                               /*Maintains the state*/
	background: url('/images/nav/nav_on.gif') -96px 0;
}

a.main_nav_customers:hover, #customers a.selected {                                              /*Maintains the state*/
	background: url('/images/nav/nav_on.gif') -193px 0;
}

a.main_nav_partners:hover, #partners a.selected {                                                  /*Maintains the state*/
	background: url('/images/nav/nav_on.gif') -351px 0;
}

a.main_nav_events:hover, #events a.selected {                                                  /*Maintains the state*/
	background: url('/images/nav/nav_on.gif') -443px 0;
}

a.main_nav_support:hover, #support a.selected {                                             /*Maintains the state*/
	background: url('/images/nav/nav_on.gif') -583px 0;
}

a.main_nav_company:hover, #company a.selected {                                                     /*Maintains the state*/
	background: url('/images/nav/nav_on.gif') -673px 0;
}

a.main_nav_login:hover {
	background: url('/images/nav/nav_on.gif') -770px 0;
}













#hp_logo {
    margin: 0 0 0 12px;
}

.home_wrapper {
    padding: 17px;
}

.news_right {
    float: right;
    width: 171px;
}

.news_right img {
    margin-top: 1.4em;
}

.news_left {
    padding-right: 220px;
    margin-left: 20px;
}

.news_left h1 {
    font-size: 1em;
    color: #de1d0b;
}

.news_left h2 {
    font-size: 1em;
    color: #de1d0b;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news_left h3 {
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news_left ul {
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.news_left ul li {
	padding-left: 3em;
	background-image: url(/images/list_line.png);
	background-repeat: no-repeat;
	background-position: 2em .3em;
}

ul.leftlist li {
	padding-left: 1em;
	background-position: 0 .5em;
}

ul.red_links {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul.red_links a, ul.red_links a:hover {
    text-decoration: none;
    color: #C51808;
	background-image: none;
}

ul.red_links li {
    background: url(/images/red_links.gif) no-repeat 0 .5em;
    padding-left: 30px;
}

ul#top_nav {
	background: url('/images/nav/nav_pcilanding_off.gif');
}

a.main_nav_free_trial:hover {
	background-image: url('/pci_compliance/images/free_trial_on.gif');
}

a.main_nav_whitepaper:hover {
	background-image: url('/pci_compliance/images/whitepaper_on.gif');
}

a.main_nav_demo:hover {
	background-image: url('/pci_compliance/images/demo_on.gif');
}

.od_logo {
    float: right;
    margin-top: 6px;
}
