.TopLinks {font-family:Calibri;font-size:15px;color:#242323; width:979px;}

.TopLinks ul{
z-index:100;
margin: 0;
padding-left:0px;
list-style-type: none;
}

/*Top level list items*/
.TopLinks ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.TopLinks ul li a{
display: block;
 /*background of menu items (default state)*/
font-size:15px;
color:#242323;
padding:6px 9px 6px 9px;
text-decoration: none;


}

* html .TopLinks ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.TopLinks ul li a:link, .TopLinks ul li a:visited{
color: #242323;
}

.TopLinks ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
 color:#0178b4;
}

.TopLinks ul li a:hover{
text-decoration: none;
color: #ffffff;
background-color:#33489c;
}
	
/*1st sub level menu*/
.TopLinks ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.TopLinks ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.TopLinks ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.TopLinks ul li ul li a{
font-family:Calibri;
font-size:15px;
font-weight:normal;
max-width:145px;
width: 155px; /*width of sub menus*/
padding:5px 0 5px 15px;
margin: 0;
background-color:#b5b5b7;
border-top-width: 0;
border-bottom: 1px dotted #cccccc;
}

.TopLinks ul li ul li a:hover{background-color:#b5b5b7;}



/* Holly Hack for IE \*/
* html .TopLinks{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background-color:none;



}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

.LinePad{font-size:15px;padding:5px 0 0 0;font-weight:bold;}

 #SwfAnchor {Position:Absolute; opacity:0.05;filter:alpha(opacity=5)}
 #SwfAnchor a{display:block;padding:40px 100px 50px 100px;_padding:35px 100px 35px 100px;color:#ffffff;text-decoration: none;}
