/* Horizontal Navigation COR FS */


#home #nav-bar {
		position: absolute;
		top: 0px;
		left: 0px;
}

#nav-bar {
		height: 37px;
		width: 970px;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
}

.cor-fs #nav-bar {
		background: url(../img/nav-gradient-corfs.gif) repeat-x;
}

ul#navigation  {
		list-style-type: none;
		padding: 0 0 0 18px;
		position: absolute;
		height: 37px;
		float: left;
		top: 0px;
		left: 0px;
}

#navigation li {
		float: left;
}



#navigation li a, #navigation li a:visited {
		float: left;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
		font-weight:bold;
		color: #fff;
		text-decoration: none;
		padding: 0 11px 0 11px;
}

#navigation li a:hover {
		background: #4d4f53;
}

.cor-fs #navigation li a.active {
		background: #4d4f53 url(../img/nav-hoverarrow-corfs.gif) center top no-repeat;	
}




/* Horizontal Navigation PRODUCT SITES */



.product-site #nav-bar {
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
}





/*sub-nav home*/

#home #left-col ul {
		list-style-type: none;
}

#home #left-col ul li {

}

#home #left-col ul li.altio a {
		background: url(../img/bullet-blue-altio.gif) no-repeat;
}

#home #left-col ul li.altio a:hover {
		background: #d4e1eb url(../img/bullet-blue-altio.gif) no-repeat;
}




#home #left-col ul li.bita-risk a {
		background: url(../img/bullet-green-bita-risk.gif) no-repeat;
}

#home #left-col ul li.bita-risk a:hover {
		background: #eaeedf url(../img/bullet-green-bita-risk.gif) no-repeat;
}





#home #left-col ul li.paragon a {
		background: url(../img/bullet-navy-paragon.gif) no-repeat;
}

#home #left-col ul li.paragon a:hover {
		background: #b2bcca url(../img/bullet-navy-paragon.gif) no-repeat;
}





#home #left-col ul li.almeter a {
		background: url(../img/bullet-yellow-almeter.gif) no-repeat;
}

#home #left-col ul li.almeter a:hover {
		background: #f5f0d2 url(../img/bullet-yellow-almeter.gif) no-repeat;
}





#home #left-col ul li.co-stars a {
		background: url(../img/bullet-blue-costars.gif) no-repeat;
}

#home #left-col ul li.co-stars a:hover {
		background: #b2d2de url(../img/bullet-blue-costars.gif) no-repeat;
}





#home #left-col ul li.abraxsys a {
		background: url(../img/bullet-blue-abraxsys.gif) no-repeat;
}

#home #left-col ul li.abraxsys a:hover {
		background: #ccd5e7 url(../img/bullet-blue-abraxsys.gif) no-repeat;
}



#home #left-col ul li.salerio a {
		background: url(../img/bullet-salerio.gif) no-repeat;
}

#home #left-col ul li.salerio a:hover {
		background: #c7d1d8 url(../img/bullet-salerio.gif) no-repeat;
}




#home #left-col ul li.altio {

}

#home #left-col ul li a {
		border: 1px solid #ebebeb;
		margin: 0 0 1px 0;
		display: block;
		padding: 2px 0 2px 30px;
		color: #4d4f53;
		text-decoration: none;
}







/*sub-nav internal*/

ul.sub-nav-internal {
		list-style-type: none;
		width: 155px;
}

ul.sub-nav-internal li {

}

ul#cor-fs.sub-nav-internal li a {
		background: url(../img/bullet-blue-corfs.gif) no-repeat;
}

ul#cor-fs.sub-nav-internal li a:hover {
		background: #ccecf9 url(../img/bullet-blue-corfs.gif) no-repeat;
}

ul#cor-fs.sub-nav-internal li a.active {
		background: #ccecf9 url(../img/bullet-blue-corfs.gif) no-repeat;
}



ul.sub-nav-internal li a {
		margin: 0 0 3px 0;
		display: block;
		padding: 2px 0 2px 25px;
		color: #4d4f53;
		text-decoration: none;
}

