/* CSS Document */

.hostingPlans{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 100%;
border: 0px solid #D6D5D5;
background-color: #F0EFE8;
}

.hostingPlans li a{
	background: url(menu_arrows_img/arrow.gif) no-repeat 6px center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#555555;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 30px;
	text-decoration: none;
	margin: 0px 0 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

* html .hostingPlans li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 100%;
margin: 0px 0 0px;
}

.hostingPlans li a:visited{
}

.hostingPlans li a:active{
}

.hostingPlans li a:hover{
color: #000000;
background-color: #DAD9CE;
background-image:url(menu_arrows_img/arrow_active.gif); /*onMouseover image change. Remove if none*/
}


.updateTxtgrey {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	padding-bottom: 4px;
}
.topnavbig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E91EF;
	font-weight: bold;
	text-decoration: none;
}
.topnavblue {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1E91EF;
	font-weight: bold;
	text-decoration: none;
}
.topnavgrey {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

