﻿BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background: #f3f4f6 url(../images/bg.jpg) repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #333333;
	text-align: center;
	margin-top:0px; 
}




#Common {
	width: 976px;
	background: #fff;
	border-top:1px solid #dddddd;
	border-bottom:0px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	margin:0 auto;
}

#CommonFooter {
	width: 976px;
	background: #fff;
	border-top:0px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	margin:0 auto;
}

.default, input, select
{
	font-size: 12px;
	line-height: 16px;
	color: #222222;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans-serif;
	text-decoration: none;		
}

h2, .heading2
{
	font-size: 12px;
	line-height: 14px;
	color: #1c8fd7;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;		
}






.heading4
{
	line-height: 12px;
	color: #039;
	font-weight: bold;
	padding: 8px 0px 8px 8px;
	margin: 0px 0px 2px 0px;
	background: #e6f3fa; /*#d9daf1;*/
	border: solid 1px #039;
}

.heading5
{
	line-height: 12px;
	color: #1c8fd7;
	font-weight: bold;
	padding: 8px 0px 8px 8px;
	margin: 0px 0px 2px 0px;
	background: #dbecb3; /*#d9daf1;*/
	border: solid 1px #8fb03f;
}

.menuHeading1
{
	font-size: 12px;
	line-height: 12px;
	width: 162px;
	color: #ffffff;
	background-color: #000066;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
	text-decoration: none;
	text-align: left;
}

.tableheading1_OLD
{	
	background-color: #036;
	color: #fff;
	font-weight: bold;
}

.tableheading1 { 
	line-height: 12px; 
	color: #1c8fd7; 
	font-weight: bold; 
	padding: 0px; 
	margin: 0px 0px 0px 0px; 
	border: solid 1px #ddd; 
	background:#fff url(/images/acc_bg.jpg) repeat-x bottom;

}


.tableheading3{ 
	line-height: 12px; 
	color: #1c8fd7; 
	font-weight: bold; 
	padding: 7px; 
	margin: 0px 0px 0px 0px; 
	border: solid 1px #ddd; 
	background:#fff url(/images/acc_bg.jpg) repeat-x bottom;
}


.downloadbody1
{
	background-color: #fff;	
	
}
.heading3
{
	color: #1c8fd7;
	font-weight: bold;
	padding: 8px 0px 8px 8px; 
	border: solid 1px #ddd; 
	background:#fff url(/images/acc_bg.jpg) repeat-x bottom;
}




#formBody #formHeader, #formBody .topCorners * {
	color:#1c8fd7;
	border: solid 1px #ddd; 
	background:#fff url(/images/acc_bg.jpg) repeat-x bottom;
}
#formBody #formContents, #formBody .bottomCorners * {background:#fff;}

#formContents hr{margin:0;padding:0;}
#formContents td>hr{margin:0px;}

#formContents,#formHeader{
	margin:0;
	padding:0px;
}



.highlightarea
{
	background:#ffffcc url(/images/acc_bgfooter.jpg) 0 0 repeat-x;
	padding: 12px 12px 12px 12px;	
	border: 1px solid #ddd;
}

hr { 
	color: #cccccc;
	width: 100%;
	height: 1px;
}  
         
x_ul, x_li {
	text-align: left;
	margin-top: 5px;
	color: #9ec04d;
}

.product-box ul
{
	margin-top: 4px;
}

.product-box-blue ul
{
	margin-top: 4px;
}

.whitetext
{
	color: #ffffff;
}

.bluetext
{
	color: #000066;
}

.orangetext
{
	color:#fc9112;
}	



.step
{	
	position: relative;
	width: 121px;
	height: 37px;
	background: url(../images/interface/step1.gif)no-repeat center;	
}
.step2
{	
	position: relative;
	width: 270px;
	height: 37px;
	background: url(../images/interface/step1a.gif) no-repeat center;	
}

.stepText
{
	position: relative;
	top: 12px;
	left: 10px;	
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
	text-decoration: none;
	text-align: center;	
}

.stepHeading
{
	position: relative;
	margin: 12px 0 0 0;
	font-size: 14px;
	line-height: 12px;
	color: #00296c;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
	text-decoration: none;
	text-align: left;	
}

.text-container {
	position:relative;
	
	border:1px solid #b0b0b0;
	/*margin: 0 0 0 0;*/
	/*padding: 0px 8px 4px 18px;*/
}

.text-container-tl 
{
	position:absolute;
	width:18px;
	height:18px;	
	left: -1px;
	top:-1px;
	background:url(../images/interface/grey_curve_tl.gif) no-repeat left top;
}

.text-container-tr 
{
	position:absolute;
	width:18px;
	height:18px;		
	right:-1px;
	top:-1px;
	background:url(../images/interface/grey_curve_tr.gif) no-repeat right top;
}

.text-container-bl 
{
	position:absolute;
	width:18px;
	height:18px;		
	left:-1px;
	bottom: -1px;
	background:url(../images/interface/grey_curve_bl.gif) no-repeat left bottom;
}

.text-container-br 
{
	position:absolute;
	width:18px;
	height:18px;		
	right:-1px;
	bottom:-1px;
	background:url(../images/interface/grey_curve_br.gif) no-repeat right bottom;
}

.text-container img {
	border:none;
}




.product-box {
	position:relative;
	
	border:1px solid #b0b0b0;
	/*margin: 0 0 0 0;*/
	/*padding: 0px 8px 4px 18px;*/
}

.product-box b {
	position:absolute;
	width:18px;
	height:18px;
}

.product-box b.tl {
	left: -1px;
	top:-1px;
	background:url(../images/interface/grey_curve_tl.gif) no-repeat left top;
}

.product-box b.tr {
	right:-1px;
	top:-1px;
	background:url(../images/interface/grey_curve_tr.gif) no-repeat right top;
}

.product-box b.bl {
	left:-1px;
	bottom: -1px;
	background:url(../images/interface/grey_curve_bl.gif) no-repeat left bottom;
}

.product-box b.br {
	right:-1px;
	bottom:-1px;
	background:url(../images/interface/grey_curve_br.gif) no-repeat right bottom;
}

.product-box img {
	border:none;
}

.product-box-blue {
	position:relative;
	
	border:1px solid #b3d1ee;
	/*margin: 0 0 0 0;*/
	/*padding: 0px 8px 4px 18px;*/
}

.product-box-blue b {
	position:absolute;
	width:18px;
	height:18px;
}

.product-box-blue b.tl {
	left: -1px;
	top:-1px;
	background:url(../images/interface/blue_curve_tl.gif) no-repeat left top;
}

.product-box-blue b.tr {
	right:-1px;
	top:-1px;
	background:url(../images/interface/blue_curve_tr.gif) no-repeat right top;
}

.product-box-blue b.bl {
	left:-1px;
	bottom: -1px;
	background:url(../images/interface/blue_curve_bl.gif) no-repeat left bottom;
}

.product-box-blue b.br {
	right:-1px;
	bottom:-1px;
	background:url(../images/interface/blue_curve_br.gif) no-repeat right bottom;
}

.product-box-blue img {
	border:none;
}


.test1 {
	position:relative;
	
	border:1px solid #b3d1ee;
	/*margin: 0 0 0 0;*/

}

.test1 b {
	position:absolute;
	width:18px;
	height:18px;
}

.test1 b.tl {
	left: -1px;
	top:-1px;
	background:url(../images/interface/blue_curve_tl.gif) no-repeat left top;
}

.test1 b.tr {
	right:-1px;
	top:-1px;
	background:url(../images/interface/blue_curve_tr.gif) no-repeat right top;
}

.test1 b.bl {
	left:-1px;
	bottom: -1px;
	background:url(../images/interface/blue_curve_bl.gif) no-repeat left bottom;
}

.test1 b.br {
	right:-1px;
	bottom:-1px;
	background:url(../images/interface/blue_curve_br.gif) no-repeat right bottom;
}

.test1 img {
	border:none;
}


.borderall
{

  border-style: solid;
  border-width: 1px;
  border-top-color: #bcbcbc;
  border-bottom-color: #bcbcbc;
  border-left-color: #bcbcbc;
  border-right-color: #bcbcbc;

  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;

  padding: 0px;
}

.bordertop
{

  border-style: solid;
  border-width: 1px;
  border-top-color: #bcbcbc;
  border-bottom-color: #000000;
  border-left-color: #000000;
  border-right-color: #000000;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0px;
}

.borderright
{

  border-style: solid;
  border-width: 1px;
  border-top-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #000000;
  border-right-color: #bcbcbc;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: solid;
  padding: 0px;
}

.borderleft
{

  border-style: solid;
  border-width: 1px;
  border-top-color: #000000;
  border-bottom-color: #000000;
  border-left-color: #bcbcbc;
  border-right-color: #000000;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-right-style: none;
  padding: 0px;
}


.blue
{
	background-color:#000066;
}

.lightblue
{
	background-color:#d9daf1;
}

.green
{
	background-color:#7ccb35;
}

.grey
{
	background-color:#b0b0b0;
}

.lightgrey
{
	background-color:#dddddd;
}

.mandatory
{
	color: #000066;
}

.panel
{
  color: rgb(0,0,0);
  text-align: left;
	width: 155px;
	line-height: 22px;
	display: block;
	border: 1px none #BCBCBC;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #f1f1f1;*/	
}

.panelHeadingLeft
{
	height: 30px;
	background-image :url(../images/interface/heading1_background.gif);
	font-size: 14px;
	line-height: 22px;
	color: rgb(255,255,255);
	background-color: #000066;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

.panelHeadingRight
{
	font-size: 14px;
	line-height: 22px;
	color: rgb(255,255,255);
	background-color: #000066;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
	text-decoration: none;
	text-align: right;
}

.panelBody
{
	/*background: url(../images/interface/heading1_content_background.gif) repeat-y top;*/
  border-style: solid;
  border-width: 0px;
  border-top-color: #bcbcbc;
  border-bottom-color: #bcbcbc;
  border-left-color: #bcbcbc;
  border-right-color: #bcbcbc;

  border-top-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;

  padding: 5px 3px 3px 3px;
  
}

.panelBody ul
{
	position: relative;
	left: -10px;	
	list-style: square;
}


.pageHeading
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:16px;
	color:#1c8fd7;
	font-weight:bold;
	line-height:16px;
	padding-top:12px;
}

.iconHeading
{
	width: 74px;
	height: 63px;
	padding: 0 10px 0 10px;	
}


.pageHeadingOff {
	font-family: Verdana, "Trebuchet MS", "Bitstream Vera Sans", lucida, helvetica, "Luxi Sans", "Adobe Helvetica", sans-serif;
	font-size: 14px;
	line-height: 14px;	
	color: #ffffff;
	font-weight: bold;
	padding: 4px 3px 4px 6px;
	margin: 0px 0px 2px 0px;
	background: rgb(124,203,53);
	background-image:url(../images/interface/blue_grad2.gif);
	border-bottom: 0px solid #000066;
}

#rmenu1, #rmenu2
{
	font-family: Verdana, "Trebuchet MS", "Bitstream Vera Sans", lucida, helvetica, "Luxi Sans", "Adobe Helvetica", sans-serif;
	font-size: 14px;
	line-height: 14px;	
	width: 207px;
	line-height: 20px;
	display: block;
	border: 0px solid #BCBCBC;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;  
}

#rmenu1 a
{
	display: block;
	border: 0px solid #cccccc;
	margin: 0px;
	padding: 1px 1px 1px 1px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

#rmenu1 a:hover
{
	cursor: pointer;
	display: block;
	border: 1px solid #000066;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #3b74bb;
	background-color: #000066;
	text-decoration: none;
	text-align: left;
}

.rmenuHeading
{
	height: 30px;
	background-image :url(../images/interface/heading1_background.gif);
	font-size: 16px;
	line-height: 22px;
	color: rgb(255,255,255);
	background-color: #000066;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Tahoma, sans-serif;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
}

.thumbnail
{
	border: solid 1px #dddddd;
	padding: 3px 3px 3px 3px;
}

.tabContainer
{ 	
    background: #ffffff;
    border-top: solid 1px #ffffff; 
    border-left: solid 1px #ffffff; 
    border-right: solid 1px #ffffff; 
}

.tabHeading
{

}

#___MainNavigation a, a:hover
{
    color: #000;
    text-decoration: none;
}
				
td.tabOn, td.tabOff 
{
    font-style: normal;
    font-weight: bold; 
    text-decoration: none;
    background-color: #000066;
    padding: 2px 8px 2px 8px;
    border-top: solid 1px #000066;
    border-bottom: solid 1px #000066;
    border-left: none 1px #f2f2f2;       
    border-right: solid 1px #f2f2f2;
}

td.tabOff
{
    background-color: #8e909c; 
    padding: 2px 8px 2px 8px; 

    border-top: solid 1px #8e909c;
    border-bottom: solid 1px #f2f2f2;
    border-left: none 1px #f2f2f2;
    border-right: solid 1px #f2f2f2;
}

td.tabOff:hover
{
    background-color: #d9daf1; 
    border-top: solid 1px #d9daf1;    	 
}






/* START rounded corners */
/*.topCorners, .bottomCorners{display:block; height:5px; overflow:hidden; padding:0;}
.topCorners *, .bottomCorners *{display:block; height:1px; overflow:hidden; padding:0; line-height:1px; font-size:1px;}
.l1{margin:0 5px}
.l2{margin:0 3px}
.l3{margin:0 2px}
.l4{margin:0 1px; height:2px;}*/
/* zoom:1; is to force IE to have "layout" for this element so the bottom corners that follow it don't go funny... */
/*.styledPanel{zoom:1;}*/
/* END rounded corners */

#formHeader {
font-weight:bold;
font-size:14px;
height:22px;
}


/* Knowledge Base Styles Start */

  .kblink1 { 
  
            font-size: 12px;
            line-height: 12px;
            font-style: normal;
            font-weight: bold;  
            font-family: Verdana;
           
            }
                      
  .kbstyle1 { 
  
            font-size: 12px;
            line-height: 12px;
            color: rgb(0,0,0); 
            font-style: normal;
            font-weight: normal;  
            font-family: Verdana;
           
            }

  .kbstyle1b { 
  
            font-size: 12px;
            line-height: 12px;
            color: rgb(0,0,0); 
            font-style: normal;
            font-weight: bold;  
            font-family: Verdana;

            }

  .kbstyle2 { 
  
            font-size: 12px;
            line-height: 12px;
            color: rgb(0,0,0); 
            font-style: normal;
            font-weight: normal;  
            font-family: Verdana;
           
            }
            
  .kbstyle2b { 
  
            font-size: 12px;
            line-height: 12px;
            color: rgb(0,0,0); 
            font-style: normal;
            font-weight: bold;  
            font-family: Verdana;
           
            }

  .kbstyle3 { 
  
            font-size: 12px;
            line-height: 12px;
            color: #ff6600; 
            font-style: normal;
            font-weight: normal;  
            font-family: Verdana;
           
            }

  .kbstyle3b { 
  
            font-size: 12px;
            line-height: 12px;
            color: #ff6600; 
            font-style: normal;
            font-weight: bold;  
            font-family: Verdana;
           
            }
                        
  .kbbold1 { 
  
            font-size: 12px;
            line-height: 12px;
            color: rgb(0,0,0); 
            font-style: normal;
            font-weight: bold;  
            font-family: Verdana;

            }
                                                           
  .kbheading1 { 
  
			font-family: Verdana, "Trebuchet MS", "Bitstream Vera Sans", lucida, helvetica, "Luxi Sans", "Adobe Helvetica", sans-serif;
			font-size: 12px;
			line-height: 12px;	
			color: #ffffff;
			font-weight: bold;
			padding: 4px 3px 4px 6px;
			margin: 0px 0px 2px 0px;
			background: rgb(0,0,102); 
			width: 100%;
           
            }

  .kbheading2 { 
  
            font-size: 12px;
            line-height: 12px;
            color: rgb(0,0,0); 
            font-style: normal;
            font-weight: bold;  
            font-family: Verdana;
           
            }  

  .kbheading3 { 
  
            font-size: 12px;
            line-height: 12px;
            color: rgb(0,0,0); 
            font-style: normal;
            font-weight: bold;  
            font-family: Verdana;
           
            }  
            
  .kbpagingheading { 
  
            font-size: 12px;
            line-height: 12px;
            color: rgb(0,0,0); 
            font-style: normal;
            font-weight: normal;  
            font-family: Verdana;
           
            }         
            
  .kbhr1 { 
  
			color: #dddddd;
			width: 100%;
			height: 1px;
           
         }   
         
  .kbcategoryhighlight { 
  
            background-color: #dddddd;
           
            }   

/* Knowledge Base Styles End */


div#wrapper{float:left;width:945px;background-color: #FFF;}
div#content{
	text-align: left;
	background:#FFF;
	border:0px solid #dddddd;
  padding:6px;
	margin-right:288px;
	margin-left:16px;
	/*text-align: left;
	background:#ffffff;
	border:1px solid #dddddd;
	padding:15px;
	*/
}



div#content2{
	text-align: left;
	background:#FFF;
	border:0px solid #dddddd;
  padding:6px;
	margin-right:288px;
	margin-left:0px;
	/*text-align: left;
	background:#ffffff;
	border:1px solid #dddddd;
	padding:15px;
	*/
}



div#content_title{margin-right:288px;margin-left:16px;text-align: left;background:#ffffff;border:0px solid #dddddd;}
div#navigation{background:#ffffff;float:left;width:295px;margin-left:-264px;text-align: left}
div#extra{clear:left;width:945px;background:#ffffff}

#header {
	margin:0 auto; 
	width:945px;
	height:70px;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	font-family:Verdana, Helvetica, sans-serif;
	text-align: left;
}
#header img {
	margin-top:5px;
}
#navigationtop {
	background:#ffffff url(../images/bg_nav.gif) no-repeat; 
	margin:0 auto; 
	width:945px;
	height:42px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	font-family:Verdana, Helvetica, sans-serif;
	position:relative;
	text-align:left;
}
#navigationtop img {
	margin-top:0px;margin-right:10px; position:absolute;right:0px; float:right }
.navtext {
	margin-left:15px; margin-top:20px; color:#3b74bb; line-height:42px;
}
#navigationtop a {
	color:#ffffff; text-decoration:none;
}
#navigationtop a:hover {
	color:#ffffff; text-decoration:none;
}
#featurebox {
	border:1px solid #dddddd; width:247px; margin-bottom:20px; text-align:left;padding:15px; color:#484b55;line-height:18px; 

}
#featurebox h1 {
	font-family:Verdana, Helvetica, sans-serif;font-size:14px; color:#1c8fd7; font-weight:bold;line-height:16px; padding-top:0px
	}
#featurebox h2 {
	font-family:Verdana, Helvetica, sans-serif;font-size:14px; color:#1c8fd7; font-weight:bold;line-height:16px; padding-top:0px
	}

#featurebox .smalltext {
	font-size:12px; line-height:12px;
}
#featurebox a {
	color:#00005f; font-weight:normal; text-decoration:underline;
}
#featurebox a:hover {
	color:#00005f; font-weight:normal; text-decoration:none;
}


#featurenav {
	border:1px solid #dddddd; width:277px; margin-bottom:20px; text-align:left;padding:px; color:#484b55;line-height:35px; 

}
#featurenav div.title {
	color:#1c8fd7; width:100%; height:35px; background:#ffffff url(../images/acc_bg.jpg) repeat-x; padding-top:0px
}
#featurenav a {
	color:#1c8fd7; font-weight:bold; text-decoration:none;
}
#featurenav a:hover {
	color:#1c8fd7; font-weight:bold; text-decoration:underline;
}
#featuretop {
	width:277px; text-align:left;padding:0px; height:47px; 

}

#news_ticker {
	border:1px solid #dddddd; width:243px; height:189px; margin-bottom:20px; text-align:left;padding-left:20px; padding-right:20px; color:#484b55;line-height:16px; font-size:12px; 
}
#news_ticker hr {
	border:1px solid #dddddd; height:1px; color:#dddddd; 
}
#news_ticker .headline {color:#000000}
#news_ticker a {color:#1c8fd7; text-decoration:underline}
#news_ticker a:hover {color:#1c8fd7; text-decoration:none}
.newsticker {
	list-style-type: none;
	background: #ffffff;
	padding: 0px;
	margin: 0;
}
#news_ticker h2 {font-family:Verdana, Helvetica, sans-serif;font-size:14px; color:#333333; font-weight:bold;line-height:16px; padding-top:12px}
#news_ticker h1 {font-family:Verdana, Helvetica, sans-serif;font-size:14px; color:#1c8fd7; font-weight:bold;line-height:16px; padding-top:12px}
#news_ticker li {color:#333333; }

#hrdiv {
	height:1px; 
	color: #dddddd;
	width:100%;
	background-color: #dddddd; border: 0px solid #dddddd;
}

#feature_box a {
	color:#069;
	text-decoration:underline
}
#feature_box a:hover {color:#000000; text-decoration:none}

a {color:#4b95c4; text-decoration:underline}
a:hover {color:#4b95c4; text-decoration:none}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu a {color: #663300; text-decoration:none}
.menu a:hover {color: #663300; text-decoration:none;}

.menu {text-align:center; margin-left:2px; font-size:10px; position:relative; z-index:1000;border-right:0px solid #b8934b; padding-bottom:10px;text-decoration:none}
/* hack to correct IE5.5 faulty box model */
/* html .menu {width:756px; w\idth:756px;}*/
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {text-align:left;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/*.menu li {float:left;width:171px;position:relative;}*/
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a {display:block; text-decoration:none;font-size:12px;text-decoration:none; color:#663300;  border:1px solid #3b74bb; border-width:0 0 0 1px; padding-left:5px; padding-right:5px;line-height:24px;}
/* a hack so that IE5.5 faulty box model is corrected */
/* html .menu a {width:151px; w\idth:140px;}*/

/* style the second level background */
.menu ul ul a.drop {background:#000061;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#000061; text-decoration:none;}
.menu ul ul :hover > a.drop {background:#000061; text-decoration:none;}
/* style the third level background */
.menu ul ul ul a {background:#000061; text-decoration:none;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#000061; text-decoration:none;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:23px;left:0;border-top:1px solid #3b74bb;}
/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:151px; top:-1px; }

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-151px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a {background:#000061; height:auto; line-height:1em; padding:5px 10px; width:200px;border-width:0 1px 1px 1px; text-decoration:none;}
/* yet another hack for IE5.5 */
* html .menu ul ul a {width:151px;w\idth:130px; text-decoration:none;}

.menu ul ul a{font-size:11px;font-weight:normal}


/* style the top level hover */
.menu a:hover {color:#339933; background:#1c8fd7; text-decoration:none;}
.menu ul ul a:hover{font-size:11px;color:#339933; background:#1c8fd7; text-decoration:none;font-weight:normal}

.menu :hover > a, .menu ul ul :hover > a {color:#339933;background:#1c8fd7; text-decoration:none;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; text-decoration:none; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden; text-decoration:none;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible; text-decoration:none;}




.footerheadline {font-size:10px;color:#484b55}
.footercontent{font-size:10px;color:#484b55;}
.footercontent a {font-size:10px;color:#484b55;text-decoration:none}
.footercontent a:hover{font-size:10px;color:#000;text-decoration:underline }

#footer {
	width:976px; 
	margin:0 auto;
	background: #f3f4f6; /*f3f4f6*/
	font-size:10px;
	text-align:left;
}



