BODY, TD, B {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 0px;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-weight: Bold;
	font-size : 12px;	
	padding-left: 0px;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-weight: normal;
	font-size : 12px;	
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	color : Blue;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-size : 18px;
}
.noshow {
	Color: White;
	font-size : 2px;
}
.waytop {
	Color: #73A8DC;
	font-size : 8px;
	text-decoration: none;
}
.topnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #D40000;
	text-decoration : none;
	line-height: 19px;
}
.topnav:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: Blue;
	text-decoration : none;
}
.bottomnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: Blue;
	text-decoration : none;
}
.bottomnav:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: Black;
	text-decoration : underline;
}
.leftsub {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: Blue;
	text-decoration : none;
}
.lefttop {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : Bold;
	color: Blue;
	text-decoration : none;
}
.leftsub:Hover {
	text-decoration : underline;
	color: #990000;
}
.lefttop:Hover {
	text-decoration : underline;
	color: #990000;
}
.tab{
font-family: arial, verdana, san-serif;
font-size: 14px;
}
.asd
{
text-decoration: none;
font-family: arial, verdana, san-serif;
font-size: 13px;
color:#4234ff;
}

/*****remove the list style****/
#nav {
margin:0;
padding:0;
list-style:none;
}

/*****LI display inline *****/
#nav li {
float:right;
display:block;
width:150px;
color:Black;
text-align:right;
position:relative;
z-index:500;
margin:0 1px;
}

/*****parent menu*****/
#nav li a {
display:block;
padding:4px 5px 0 5px;
font-weight:700;
height:14px;
text-decoration:none;
color:#990000;
text-align:Left;
}

#nav li a:hover
{
color:#470020;
}

/* style for default selected value */ #nav a.selected {
color:#4234ff;
}
/* submenu */ #nav ul
{
position:absolute;
left:0;
display:none;
margin:0 0 0 -1px;
padding:0;
list-style:none;
}

#nav ul li
{
width:150px;
float:left;
}

/* display block will make the link fill the whole area of LI */ #nav ul a
{
display:block;
height:12px;
padding: 1px 2px;
}

#nav ul a:hover
{
text-decoration:underline;
padding-left:15px;
}

.desSlideshow{
    background-image: url(../images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.desSlideshow .switchBigPic,.desSlideshow .nav{
    display: none;
	vertical-align:bottom;
	width:220px;
	height:130px;
}
.switchBigPic div{
	font-weight: bold;
	text-decoration: none;
	width:220px;
	height:130px;
}

.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: white;
border: 1px solid #9BCDFF;
border-width: 5px 1px;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;

}
.megamenu .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
}

.megamenu .column h3{
background: #990000;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
}

.megamenu .column ul li a:hover{
color: red;
}
