a
{
    text-decoration: none;
    white-space: nowrap;
}
a:focus{
outline-style:none;
outline-width:0px;
}

/*
background: #FFF;  make header blue #C9DCF7*/
#hdrwrapper
{
    clear: both;
    width: 980px;
	
}

#hdrcontainer
{
}

#hdrwrapper #hdrcontainer #tabnavcontainer #SubPGcontainer_home .AdBtnNewDemo
{
  height: 80px; width: 210px;
   background-image:
  url(../images/RBtns/Btn_RightAd.gif);
  background-position: top;
  background-repeat: no-repeat;
  padding: 5px; 
  cursor: hand;
}


#hdrwrapper #hdrcontainer #tabnavcontainer #SubPGcontainer_home .AdBtnNewDemo:hover
{
  height: 80px; width: 210px;
   background-image:
  url(../images/RBtns/Btn_RightAd_hover.gif);
  background-position: top;
  background-repeat: no-repeat;
}

/*#hdrlogo
{
    float: left; margin:16px 0 0 2px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 25px;}*/

.HeaderLogo
{
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/*GLOBAL NAV*/
#globalnav
{
    float: right;
    text-align: right;
    width: 600px;
    height: 20px;
    margin: 0 0 5px 0;
    padding: 40px 0px 0 0;
}

#globalnavdemo
{
    float:left;
    text-align: right;
    width: 210px;
	margin-top:40px;
}
#whoson_chat_link
{
float:left;
margin-left:183px;
margin-top:2px;
}
#globalnavhometrial
{
    float:right;
    text-align: right;
	margin-top:34px;
}

.topbannerdiv{
width:980px;
float:left;
padding:0px;
height:63px;
margin:0;
overflow:hidden;
}


#testlandingdemo
{
    float:left;
    text-align: right;
    width: 200px;
    padding-top: 30px;
}


#demotoplink
{
color:#000000;
font-size:12px;
font-weight:bold;
outline-style:none;
}

#hometopbannerlink
{
color:#000000;
font-size:12px;
font-weight:bold;
outline-style:none;
float:left;
}

.TopLink{
    text-align: right;
    padding: 0 0 3px 0;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #553F55; padding-left:5px;
}
.TopLink a
{
    text-align: right;
    white-space: nowrap;
    font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    line-height: 13px;
    font-weight: normal;
    font-variant: normal;
    color: #553F55;
}

.TopLink a:hover
{
    color: #F10;  text-decoration: underline;
}

/*TABS*/
#tabnavcontainer
{
    clear: both;
    margin: 0;
    width: 980px;
    text-align: left; /*background-color: #FFF make header blue #C9DCF7*/ /*e9e9e9*/
    padding: 0;
}

#sitehead li{
font-size:14px;
color:#003333;
font-weight:bolder;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navmenu {
     margin-top:0px;
	 margin-bottom:10px;
	 width: 88%; 
}

#menu
{
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    background: url(../images/tabs/menu-bg.gif) repeat-x;
    z-index: 90;
    list-style: none;
    position: relative;
	text-align: left;
    padding: 0 0px 0 0px;
}

/* begin first level unselected */
#menu li
{
    z-index: 1000;
    position: relative; /* to contain the dropdown menu */
    height: 36px;
    float: left;
    background: url(../images/tabs/menu-divider.gif) top right no-repeat;
    padding: 0 0px 0 0px;
}

#menu li.left
{
    height: 36px;
    width: 10px;
    background: url(../images/tabs/menu-left.gif) no-repeat;
    margin: 0 15px 0 0;
    padding: 0;
}
#menu li.right
{
    height: 36px;
    width: 10px;
    background: transparent url(../images/tabs/menu-right.gif) no-repeat;
    position: absolute;
    right: -2px;
    padding: 0;
}
#menu ul li:hover, #menu ul li.sfhover
{
}
#menu li a
{
    display: block;
    font: bold 11px/13px Verdana, Arial;
    color: #fff;
    line-height: 36px;
    padding: 0px 20px 0px 20px;
	text-decoration:none;
}
#menu li a:hover, #menu li:hover a, #menu li.sfhover a
{
    background: url(../images/tabs/menu-hover.gif) repeat-x;
    color: #fff; background-color:#0e4672;
}
/* end first level unselected */
/* begin first level selected */
#menu li.selected
{              
}
#menu li.selected a
{
  background: url(../images/tabs/menu-hover.gif) repeat-x; 
    color: #fff;  background-color:#0e4672;
    font-weight: normal;
}
#menu li.selected a:hover
{                background-color:#0e4672;
}
/* end first level selected */

/* begin drop down menu with son of suckerfish */
#menu li ul.dropmenu
{
    position: absolute;
    display: block;
    left: -999em;
    height: auto;
    width: 174px;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background: url(../images/tabs/menu-dropdown-block.gif) bottom;	
}
.menu-background
{
    padding-right: 0px;
    padding-left: 0px;
    left: 0px;
    background: none transparent scroll repeat 0% 0%;
    background: url(../images/tabs/menu-dropdown-block.gif) !important;	
	padding-bottom: 0px;
    margin: 0px;
    width: 174px;
    bottom: 0px;
    padding-top: 0px;
    position: absolute;
    height: 235px;

}

#menu li:hover ul.dropmenu, #menu li.sfhover ul.dropmenu
{
    left: -6px;
    top: 36px;
    z-index: 900; /* place it above the page content */
}
#menu li ul.dropmenu li
{
    display: block;
    height: 24px;
    background: none;
    float: none;
    padding: 0;
}
.droplist
{
padding-top: 5px;
}

#menu li ul.dropmenu li.bottom
{
    width: 174px;
    height: 15px;
}
#menu li ul.dropmenu li a
{
    display: block;
    color: #333366;
    font-size: 11px;
    font-weight: normal;
    line-height: 25px;
    height: 25px;
    background: none;
    margin: 0 5px;
    padding: 0 8px;
}

#menu li ul.dropmenu li a:hover
{
    background: #2b6b9e;
    color: #fff;
}
/*#menu li ul.dropmenu li a:hover ul li{
  background-color: red;
  width: 174px;
    height: 15px; display: block;
}

 end drop down menu with son of suckerfish */


