Body {
	margin:0px;
	padding:0px;
	font-family:verdana, tahoma, arial;
	font-size:0.9em;
	color:#3d3d3f;
}

.stripe_1 {
	margin:auto;
	text-align:left;
	z-index:-2;
	width:100%;
	height:5px;
	background:#BE297D;
	position:absolute;
	top:20px;
}
.stripe_2{
	margin:auto;
	text-align:left;
	z-index:-2;
	width:100%;
	height:3px;
	background:#B1D61F;
	position:absolute;
	top:30px;
}
.stripe_3 {
	margin:auto;
	text-align:left;
	z-index:-2;
	width:100%;
	height:1px;
	background:#383431;
	position:absolute;
	top:40px;
}






.stripe_11 {
	margin:auto;
	text-align:left;
	z-index:-2;
	width:99.9%;
	height:0px;
	border:1px dotted #BE297D;
	position:absolute;
	bottom:16px;
}
.stripe_22{
	margin:auto;
	text-align:left;
	z-index:-2;
	width:99.9%;
	height:0px;
	border:1px dotted #B1D61F;
	position:absolute;
	bottom:14px;
}
.stripe_33 {
	margin:auto;
	text-align:left;
	z-index:-2;
	width:99.9%;
	height:0px;
	border:1px dotted #383431;
	position:absolute;
	bottom:10px;
}


a {
	color:#707070;
	text-decoration:underline;
}
a:visited  {
	color:#B2D621;
	text-decoration:underline;
}
a:hover {
	color:#D12487;
	text-decoration:none;
	
}

.bread_act {
	background:#cccccc;
padding-top:3px;
padding-bottom:3px;
}
.bread_act a {
	color:#707070;
	text-decoration:underline;
	margin-bottom:5px;
	padding:2px;
	
}
.bread_act a:visited  {
	color:#707070;
	text-decoration:underline;
}
.bread_act a:hover {
	color:#D12487;
	text-decoration:none;
	
}




.block {
	margin:auto;
	text-align:left;
	z-index:0;
	width:900px;
	height:240px;
	background-image: url(gfx/blockback.png);
	position:relative;
	margin-top:70px;
	border:1px dotted #383431;	
}
.header {
	
	text-align:left;
	z-index:100;
	width:690px;
	height:190px;
	background:;
	position:absolute;
	top:30px;
	margin-left:5px;
	border:1px dotted #383431;
	padding:5px;
	background:#ffffff;	
}
.logometa {
	
	float:right;
	z-index:150;
	width:250px;
	height:160px;
	background:;
	position:absolute;
	top:50px;
	right:5px;
	padding:5px;
	border:1px dotted #383431;	
	background:#ffffff;
}

.contentblock {
	position:absolute;
	top:250px;
	left:5px;
	color:#3d3d3f;
	font-size:0.95em;

	background: #ffffff;
	width:700px;
	padding-bottom:70px;
	z-index:280;
	border: 1px dotted #3d3d3f;

}
.content {
 width:640px;
 padding:10px;
 font-size:0.9em;
}	
	
.content h1 {
	font-size:1.6em;
	line-height:24px;
	font-weight:bold;
	color:#d12487;

	padding-left:20px;
	margin: 10px 0px 10px 0px;
	border-bottom:1px dotted #d12487;
	border-left:15px solid #d12487;
}

.content h2 {
	font-size:1.45em;
	line-height:24px;
	font-weight:bold;
	color:#d12487;

	padding-left:20px;
	margin: 10px 0px 10px 0px;
	border-bottom:1px dotted #d12487;
	border-left:15px solid #d12487;
}
.content h3 {
	line-height:24px;
	font-weight:bold;
	padding-left:20px;
	color:#d12487;
	margin: 10px 0px 10px 0px;
	border-bottom:1px solid #cccccc;
	border-left:15px solid #cccccc;
}
.content_bottom_box {
	position:absolute;
	bottom:0px;
	color:#efefef;
	font-size:0.75em;
	font-weight:bold;
	background: #3d3d3f;
	width:680px;
	height:50px;
	z-index:2;
	padding:10px;
	background-image: url(gfx/copyright.png);
	background-repeat:no-repeat;
	background-position:left;
}


















#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
background: transparent url(gfx/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#navcontainer ul li a:hover
{
background: transparent url(gfx/list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(gfx/list-active.gif) left center no-repeat;
color: #666;
}



#info {height:500px;}
/* style the outer div to give it width */
.menu {
width:600px;
height:50px;
font-size:0.85em;
padding-bottom:200px;
position:absolute;
top:0px;
left:0px;
z-index:400;
}

/* ================================================================ 
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_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


/* 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 {
width:150px;
}
/* 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:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#3D3D3F; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

.menu a:hover {
background:#B2D621;
color:#000000;
}



/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#707070;
color:#ffffff;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#B2D621;
color:#000000;
}
.menu ul ul :ahover  a.drop {
background:#B2D621;
color:#000000;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#707070;
color:#ffffff;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#B2D621;
color:#000000;
}

.menu ul ul ul :hover > a {
background:#B2D621;
color:#000000;
}

/* 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:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#606060; 
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#3D3D3F; 
background:#B2D621;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#ffffff;
background:#606060;
}

/* 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; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}












