/* CSS Document */



.menu2 {font-size:11px; padding:0px; width:540px; font-weight:bold; z-index:10; font-family: Arial, Helvetica, sans-serif; margin-left:0px; margin-top:1px; border-bottom:1px solid #79B752;}

.menu2 a.current{background:#3DA1E0; z-index:10;}


.menu2 ul li.noBdr{border:none;z-index:10;}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {list-style-type:none; height:18px; z-index:10; margin:0; padding:0; font-size:0; line-height:0;}

/* style the sub-level lists */
.menu2 ul ul { width:202px; z-index:10;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 ul li {float:left; height:18px; line-height:18px; z-index:10; }

/* style the sub level list items */
.menu2 ul ul li {display:block; height:auto;position:relative;line-height:1em; border:none;z-index:10; } 

/* style the links for the top level */

.menu2 a, .menu2 a:visited {display:block;float:left;height:100%;font-size:11px;text-decoration:none;color:#fff; background: url(../images/tab_bg.gif) no-repeat; padding:0px 0px 0 5px; z-index:10; font-family: Arial, Helvetica, sans-serif; width:100px; margin-right: 8px;}

.menu2 a.current{background:#3da1e0; z-index:10;}
/* style the sub level links  */
.menu2 ul ul a, .menu2 ul ul a:visited {display:block; background:#32a3d8; color:#fff; width:170px; height:100%;line-height:1em; padding:0 .5em 1em; text-transform:none; font-weight:normal;z-index:10; line-height:13px; margin:0px;}
.menu2 ul table ul a, .menu2 ul table ul a:visited  { z-index:10;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu2 table {position:absolute; left:0; top:0; font-size:11px z-index:-1;}
.menu2 ul ul table {left:-1px;}
.menu2 ul ul table ul.left {margin-left:2px;}

.menu2 li:hover {position:relative;}
.menu2 a:hover {position:relative;}

/* style the third level background */
.menu2 ul ul ul a, .menu2 ul ul ul a:visited {background:#3DA1E0;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu2 ul ul ul ul a:visited {background:#3da1e0;}
/* style the sub level 1 background */
.menu2 ul :hover a.sub1 {background:#32a3d8;}
/* style the sub level 2 background */
.menu2 ul ul :hover a.sub2 {background:#32a3d8; }

/* style the level hovers */
/* first */
.menu2 a:hover  {color:#fff; background:url(../images/tag_bg_.gif) no-repeat;}
.menu2 :hover > a {color:#fff; background:url(../images/tag_bg_.gif) no-repeat;}
/* second */
.menu2 ul ul li a:hover{background:#3da1e0; text-decoration:underline; }
.menu2 ul ul li :hover > a {background:#3da1e0; text-decoration:underline; }

/* third */
.menu2 ul ul ul a:hover {background:#3da1e0; text-decoration:underline; }
.menu2 ul ul ul :hover > a {background:#3da1e0; text-decoration:underline; }
/* fourth */
.menu2 ul ul ul ul a:hover {background:#eee;}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {visibility:hidden; position:absolute; height:0;top:18px;left:0; background:#32a3d8;}


/* position the third level flyout menu */
.menu2 ul ul ul{left:-200px;top:0;}

/* position the third level flyout menu for a left flyout */
.menu2 ul ul ul.left {left:200px;}


/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul, .menu2 ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em;}
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu2 ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu2 ul :hover ul :hover ul :hover ul {visibility:visible;}

/*--------------------------------------------- table-----------------------------------------------*/


.ogframe { width:540px; margin:0 auto; line-height:20px; font-size:12px;}

.oginfoframe { width:540px; margin:0 auto; line-height:20px; font-size:12px; margin-top:15px;}

#oginfotb { width:100%; margin:3px 0 10px 0;}

#oginfotb .label{ font-weight:bold; text-align:left; width:160px; padding-right:5px;}

.hint { font-size:11px; color:#cc0000;}

.ogtitle { color:#1685CD; font-size:22px; border-bottom:1px solid #1685CD; padding-bottom:5px; vertical-align:bottom; font-weight:bold; width:280px;}

.ogsubtitle { background:#7EB30F; font-size:14px; color:#ffffff; padding-left:5px; font-weight:bold;}

.oglogo { color:#7EB30F; border-bottom:1px solid #1685CD; padding-bottom:5px; vertical-align:bottom; text-align:right;}

.textbold { font-size:13px; font-weight:bold; color:#1685CD; padding:8px 0 8px 0;}


