@charset "utf-8";
html {
    overflow: scroll;
    overflow-x: auto;
}
body {
	font: 100% verdana, lucida, arial, helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #FFF;
	/* background-image: url(/img/ic-website-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top; */
}
.oneColFixCtrHdr #container {
    position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */;
    width: 980px;
    text-align: left; /* this overrides the text-align: center on the body element. */;
    margin-top: 1px;
    margin-right: auto;
    margin-bottom: 1px;
    margin-left: auto;
    background-color: #FFF;
    border-top-width: 3px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
}

.skip {       
	position: absolute;
	left: -999em;
	width: 990em;   
}

a.skip:active,  a.skip:focus {
	left: -8.5em;
	border: 3px #3399cc solid;
	background-color: #fff;    
	}
	
.oneColFixCtrHdr #container-inner {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container {
}
.oneColFixCtrHdr #topnav {
    height: 28px;
    background-image: url(/img/TopBarBG.gif);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
}
.oneColFixCtrHdr #header {
    margin: 0px;
    padding: 0px;
    height: 171px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    background-image: url(/img/ic-group-top-15-980.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #669;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
}
.oneColFixCtrHdr #header-connect {
    margin: 0px;
    padding: 0px;
    height: 171px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    background-image: url(/img/ic-connect-top-980-15.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
    border-top-style: solid;
}
.oneColFixCtrHdr #header-talk {
    margin: 0px;
    padding: 0px;
    height: 171px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    background-image: url(/img/ic-talk-top-15-980.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #669;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
}
.oneColFixCtrHdr #header-host {
    margin: 0px;
    padding: 0px;
    height: 171px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    background-image: url(/img/ic-host-top-15-980.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #669;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
}
.oneColFixCtrHdr #header-secure {
    margin: 0px;
    padding: 0px;
    height: 171px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    background-image: url(/img/ic-secure-top-15-980.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #669;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #FFFFFF;
}
.oneColFixCtrHdr #header-top {
    margin: 0px;
    padding: 0px;
    height: 137px;
}
.oneColFixCtrHdr #header-logo {
    margin: 0px;
    padding: 20px;
    height: 94px;
    width: 400px;
    float: left;
}
.oneColFixCtrHdr #header-nav {
    padding: 10px 0px 0px 10px;
    margin: 0px;
    height: 20px;
    width: 600px;
    font-size: small;
    color: #FFFFFF;
    font-style: normal;
    text-decoration: none;
}
.oneColFixCtrHdr #header-nav a
{
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #999999;
    padding-right: 10px;
    padding-left: 5px;
}
.oneColFixCtrHdr #header-nav a:hover
{
    color: #FF99FF;
    text-decoration: underline;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #contentpage
{
    background-color: #E2E2E2;
}
.oneColFixCtrHdr #mainPageContent {
}
.oneColFixCtrHdr #mainContent {
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}
.oneColFixCtrHdr #footer {
    color: #FFFFFF;
    background-image: url(/img/FooterBG.gif);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    height: 20px;
}
.oneColFixCtrHdr #footer p {
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 10px;
    font-weight: bold;
}

.ic {
    color: #CCCCCC;
    float: right;
    margin-top: -2px;
}
.footertext {
    color: #CCCCCC;
    float: left;
    margin-top: -2px;
}

.footertext a{
	color: #FFFFFF;
	text-decoration: none;
}
.footertext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*.oneColFixCtrHdr #RowTop {
	color: #000;
	background-color: #FFF;
	padding: 0px;
	margin-top: 14px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-left: 14px;
}
.oneColFixCtrHdr #RowTop a {
	color: #09F;
	text-decoration: none;
}
.oneColFixCtrHdr #RowTop a:hover {
	color: #66C;
	text-decoration: underline;
}


.oneColFixCtrHdr #RowTopLeft {
	color: #000;
	background-color: #FFF;
	width: 369px;
	background-image: url(/img/ic-connect-feature-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 144px;
	float: left;
	margin: 0px;
	padding-top: 7px;
	padding-right: 200px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.oneColFixCtrHdr #RowTopLeft h3 {
	color: #36C;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
    width: 410px;
}
.oneColFixCtrHdr #RowTopLeft p {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}


.oneColFixCtrHdr #RowTopRight {
	color: #000;
	background-color: #FFF;
	width: 267px;
	background-image: url(/img/ic-hosting-vertical-blend.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 144px;
	padding: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 591px;
}
.oneColFixCtrHdr #RowTopRight h3 {
	color: #36C;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

.oneColFixCtrHdr #RowBottom {
	color: #000;
	background-color: #FFF;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 172px;
}
.oneColFixCtrHdr #RowBottom a {
	color: #09F;
	text-decoration: none;
}
.oneColFixCtrHdr #RowBottom a:hover {
	color: #66C;
	text-decoration: underline;
}


.oneColFixCtrHdr #RowBottomLeft {
	position: absolute;
	top: 393px;
	width: 267px;
	padding: 7px;
	height: 144px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	background-image: url(/img/ic-hosting-vertical-blend-down.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	right: 0px;
	bottom: 0px;
	left: 14px;
}
.oneColFixCtrHdr #RowBottomLeft h3 {
	color: #36C;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.oneColFixCtrHdr #RowBottomLeft p {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}


.oneColFixCtrHdr #RowBottomCentre {
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 7px;
	margin-left: 309px;
	height: 144px;
	padding: 7px;
	background-image: url('/img/ic-connect-feature-bottom.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	left: 0px;
	right: 0px;
	bottom: -25px;
	top: 393px;
	width: 561px;
	position: absolute;
}
.oneColFixCtrHdr #RowBottomCentre h3 {
	color: #36C;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.oneColFixCtrHdr #RowBottomCentre p {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
    width: 417px;
}


.oneColFixCtrHdr #RowBottomRight {
	position: absolute;
	top: 393px;
	right: 0;
	width: 267px;
	padding: 7px;
	height: 144px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-left: 0px;
	background-image: url(/img/ic-hosting-vertical-blend-down.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #RowBottomRight h3 {
	color: #36C;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.oneColFixCtrHdr #RowBottomRight p {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}*/


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*.oneColFixCtrHdr #RowTopRight p {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.oneColFixCtrHdr #RowTopRight p {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}*/
.oneColFixCtrHdr #MainPage
{
    background-color: #FFFFFF;
    border: 1px solid #666666;
    padding: 10px;
}
.oneColFixCtrHdr #mainPageContent {
    margin: 0px 200px 0px 0px;
    padding: 30px 0px 10px 20px;
    color: #000000;
    background-position: left top;
}
.oneColFixCtrHdr #mainPageContent li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
    color: #333333;
    list-style-type: disc;
    list-style-image: url('/img/BulletPoint.gif');
}
.oneColFixCtrHdr #mainPageContent a {
	color: #0066CC;
	text-decoration: none;
}
.oneColFixCtrHdr #mainPageContent a:hover {
	text-decoration: underline;
	color: #0066CC;
}
.oneColFixCtrHdr #mainPageContent h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #596295;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 16px;
    margin-top: 5px;
}
.oneColFixCtrHdr #mainPageContent h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.oneColFixCtrHdr #mainPageContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #336;
}
.oneColFixCtrHdr #mainPageContent h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #596295;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 12px;
}
.oneColFixCtrHdr #mainPageContent h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #596295;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 12px;
    padding-top: 8px;
}
.oneColFixCtrHdr #mainPageContent h6 {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #596295;
    font-weight: bold;
}
.oneColFixCtrHdr #mainPageContent p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}
.oneColFixCtrHdr #sidebar1 {
    padding: 4px 15px 15px 15px;
    float: right; /* since this element is floated, a width must be given */
    width: 150px;
    background-color: #1C2351; /*background-image: url(/img/hosting-navigation-link-right.jpg);
    background-position: left top;
    background-repeat: repeat-x;*/
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}
.oneColFixCtrHdr #sidebar1 a {
	color: #9CF;
	text-decoration: none;
}
.oneColFixCtrHdr #sidebar1 a:hover {
	color: #CCF;
	text-decoration: underline;
}
.oneColFixCtrHdr #sidebar1 li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #CCC;
}
.oneColFixCtrHdr #sidebar1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #CCC;
}
.oneColFixCtrHdr #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #99C;
}
.oneColFixCtrHdr #sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #99C;
}



.oneColFixCtrHdr #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #99C;
}

.oneColFixCtrHdr #sidebar1 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #99C;
}
.oneColFixCtrHdr #sidebar1 h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #99C;
    margin-top: 10px;
    margin-bottom: 5px;
}
.oneColFixCtrHdr #sidebar1 h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99C;
    margin-bottom: 8px;
}


.oneColFixCtrHdr #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
}
.rightbartable
{
    border: medium solid #CCCCCC;
}
.rightbartabletop
{
    border: thin solid #CCCCCC;
    color: #FFFFFF;
}
.rightbartablerow
{
    color: #FFFFFF;
}
.oneColFixCtrHdr #secondaryNav {
	background-image: url(/img/hosting-navigation-link.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	height: 36px;
	width: 720px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}
.oneColFixCtrHdr #secondaryNav a {
	background-image: url(/img/hosting-navigation-link.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 11px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.oneColFixCtrHdr #secondaryNav a:hover {
	background-image: url(/img/hosting-navigation-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 11px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.oneColFixCtrHdr #breadcrumbs
{
    position: relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
}
td {
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
}
/*th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-image: url('/img/IC-host-bar-bg.gif');
    background-repeat: repeat-x;
    vertical-align: middle;
    height: 25px;
    border-collapse: collapse;
    text-indent: 3px;
    margin-top: 10px;
    text-align: left;
}*/
th 
{
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #596295;
    font-weight: bold;
}
.tabright
{
    float: right;
    width: 320px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CCCCCC;
}
.tableft
{
    width: 400px;
}
.tabimage
{
    float: right;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.tabcomments
{
    margin: 10px 35px 10px 35px;
    padding: 5px;
    width: 250px;
    border: 1px solid #CCCCCC;
    clear: both;
    font-family: Georgia;
    font-size: medium;
    font-weight: bold;
    font-style: italic;
    color: #666666;
    text-align: center;
}
.tabnav
{
    list-style-type: circle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding: 5px 15px 10px 15px;
}
.tabtablehead
{
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #596295;
    font-weight: bold;
}
.tabtablerowodd
{
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    background-color: #FFFFFF;
    font-weight: normal;
}
.tabtableroweven
{
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    background-color: #CCCFE1;
    font-weight: normal;
}
.IntroText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: italic;
    color: #6600CC;
    padding: 10px 30px 10px 30px;
}
.buttonsubmit
{
    background-color :#DEDEDE;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width :auto;
   
}
.hiddencontent
{
    display: none;
}
.rssarea
{
    margin-top: 10px; /*    background-color: #1C2351;*/;
    background-image: url(/img/newsblock2.jpg);
    width: 147px;
    height: 153px;
}

.rssdisplay
{
    filter: alpha(opacity=99);
    filter: "alpha(opacity=99)";
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=99);
    -moz-opacity: 0.99;
    opacity: 0.99;
    zoom: 1;
}
.rsstitle
{
    color: #C0C0C0;
    font-size: x-small;
    font-weight: bold;
    text-align: center;
    height: 40px;
    padding-top: 20px;
}
.rssdescription
{
    margin: 5px;
    color: #FFFFCC;
    font-size: x-small;
    height: 70px;
    font-style: normal;
}
.rssdate
{
    color: #CCCCCC;
    font-size: 8px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
.buynowButtons
{
background-image: url(../images/cartbutton.gif);
width :92px;
height :25px;

}
/* Side Bar Menu */
.sidebarrh {
    padding: 0px 0px 0px 0px;
    float: right; /* since this element is floated, a width must be given */;
    width: 180px;
    background-color: #1C2351;
    margin: 0px;
}


/* Top Menu Bar Master Page
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
.sidebarimage
{
    width: 100%;
    text-align: center;
}
MenuBarHorizontal
{
    width: 100%;
    background: #eee;
    float: left;

}

ul.MenuBarHorizontal
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
    cursor: default;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
    margin: 3px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    float: left;
    display: block;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #999999;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
    display: block;
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px;
    line-height: 12px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
    background-color: #636FAA;
    color: #FF99FF;
	border-bottom-color: #99CCFF;
    text-decoration: underline;
}

#topnav ul 
{
    /*background-color:Navy;*/
}

#topnav ul li {
	position: relative;	
}
	
#topnav ul li ul {
    position: absolute;
    background-color: #636faa;
    left: -1px;
    top: 19px;
    display: none;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    border-color: #999999;
    border-width: 1px;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
}

#topnav ul li ul li
{
    padding-right: 10px;
    height: 15px;
    width: 100%;
    border-left-style: none;

}
#topnav ul li ul li a
{
    padding-right: 10px;
    font-size: 10px;
    font-weight: normal;
}
#topnav li:hover ul 
{
    display: block;
    background-color: #636faa;
   /* height: 15px;*/
}