/*Reset*/
*, HTML, BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, LABEL, FIELDSET, INPUT, P, BLOCKQUOTE, TH, TD
{
	margin: 0;
	padding: 0;
}
OL, UL, LI
{
	list-style: none;
}
#container
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#container H2
{
	font: normal bold 40px Cambria, Tahoma;
	margin-top: 100px;
	line-height: 1;
	letter-spacing: -3px;
}
#main-nav
{
	clear: both;
	margin-top: 23px;
}
#main-nav UL LI
{
	float: left;
}
#main-nav LI
{
}
/*menu-styling ] on / hover states [*/
#main-nav UL LI A
{
	background: transparent url(../2012images/nav-bg5.png) repeat scroll 0 0;
	height: 54px;
	text-decoration: none;
	display: block;
}
#main-nav UL LI A.home
{
	width: 97px;
	text-indent: -99999em;
}
#main-nav UL LI A.home:hover
{
	background-position: 0px -108px;
}
#main-nav UL LI A.debtmanagement
{
	width: 196px;
	background-position: -97px 0;
	text-indent: -99999em;
}
#main-nav UL LI A.debtmanagement:hover
{
	background-position: -97px -108px;
}
#main-nav UL LI A.iva
{
	width: 77px;
	background-position: -293px 0;
	text-indent: -99999em;
}
#main-nav UL LI A.iva:hover
{
	background-position: -293px -108px;
}
#main-nav UL LI A.othersolutions
{
	width: 240px;
	background-position: -370px 0;
	text-indent: -99999em;
}
#main-nav UL LI A.othersolutions:hover
{
	background-position: -370px -108px;
}
#main-nav UL LI A.calculator
{
	width: 196px;
	background-position: -610px 0;
	text-indent: -99999em;
}
#main-nav UL LI A.calculator:hover
{
	background-position: -610px -108px;
}
#main-nav UL LI A.contact
{
	width: 154px;
	background-position: -806px 0;
	text-indent: -99999em;
}
#main-nav UL LI A.contact:hover
{
	width: 154px;
	background-position: -806px -108px;
}
/*Active state ] i have only defined  styles for home, product links [*/
#main-nav UL LI.selected A.home
{
	background-position: 0px -54px;
}
#main-nav UL LI.selected A.debtmanagement
{
	background-position: -97px -54px;
}


/*Sub nav Menu div*/
#main-nav UL LI UL
{
	background: #EBEBEB none no-repeat top;
	width: 250px;
	position: absolute;
	border: 1px solid #8fbe00;
	clear: both;
	overflow: hidden;
	margin-left: -1px;
	margin-top: 5px;
	display: none;
}
#main-nav UL LI UL LI
{
	font: normal 12px Tahoma, Geneva, Verdana;
	padding-bottom: 10px;
	padding-top: 0;
}
#main-nav UL LI UL LI A
{
	background: none;
	padding-bottom: 10px !important;
	height: 0;
	margin-top: 5px;
}
#main-nav UL LI UL LI.alternate
{
	background-color: #DDDDDD;
}
#main-nav UL LI UL IMG
{
	border: 2px solid #CFCFCF;
}
#topNav UL LI UL .one
{
}
.one IMG
{
	margin: 15px 5px 5px 12px;
	float: left;
}
.one H3
{
	margin: 5px 5px 5px 5px;
	width: 250px;
	font: normal bold 12px Tahoma, Geneva, Verdana;
	text-transform:uppercase;
	float: left;
}
.one P
{
	padding-bottom: 5px;
	float: left;
	width: 312px;
	margin-top: 5px;
}
.one A
{
	text-decoration: none;
	color: #00a8c6;
}
.one A:hover
{
	color: #959595;
}
