.nav {
	padding-left: 10px;
	height: 34px;
	font: tahoma 12pt;
	color: white;
}

.nav a {
	font: bold 12px Tahoma;
	text-decoration: none; 
	color: white;
}

.nav a:hover {
	color: #B3B8D6;
}

.logo {
	color: white;
	font: bold 18px Tahoma;
	padding-left: 100px;
	height: 59px;
}

.content h1 {
	color: #B3B8D6;
	font-size: 14px;
}

.content {
	font: 12px verdana;
	color: white;
	line-height: 1.5;
}

.footer {
	font: 12px verdana;
	color: white;
	background: #5A66A6;
	border-top: 3px solid #4C568C;
	text-align: center;
}
.footerLink {
	font-size: 9px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footerLink a {
	font-size: 9px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#tablescroll {
    overflow:scroll;
}
/*
.expand a:hover {
	font-size: 20px;
	
}  */
.webhosting {
	color: white;
	font-size: 12px;
}


.link a: {
	color: #B3B8D6;
	font-size: 12px;
}





#DropDownNav {
	margin: 0;
	padding: 7px 6px 0;
	background: #7d7d7d url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;
	display: block;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#DropDownNav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#DropDownNav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#DropDownNav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#DropDownNav .current a, #DropDownNav li:hover > a {
	background: #666 url(img/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#DropDownNav ul li:hover a, #DropDownNav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#DropDownNav ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#DropDownNav li:hover > ul {
	display: block;
}

/* level 2 list */
#DropDownNav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#DropDownNav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#DropDownNav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#DropDownNav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#DropDownNav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#DropDownNav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#DropDownNav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#DropDownNav {
	display: inline-block;
} 
html[xmlns] #DropDownNav {
	display: block;
}
 
* html #DropDownNav {
	height: 1%;
}
