/* ######### CSS for top level tabs ######### */
.contacts
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;}
.contacts a:link {color: #666666; text-decoration: none;}
.contacts a:visited {color: #666666; text-decoration: none;}
.contacts a:hover {color: #000000; text-decoration: none;}



.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 5px 7px;
background: white;
color: white;
margin-right: 1px;
text-decoration: none;
font: bold 13px Arial;
border: 0px;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: white;
color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass

{
clear: left;
background: #FFFFFF;
width: 90%;
height: 24px;
padding: 5px;
border: 0px solid silver;
}
a:link		{ font-style: oblique; color: #669999; }
a:visited 	{ font-style: oblique; color: #669999; }
a:active 	{ font-style: oblique; color: #669999; }
a:hover 	{ font-style: oblique; color: #000000; }
a:visited:active{ font-style: oblique; color: #669999; }
a:link:active	{ font-style: oblique; color: #669999; }

.tabsmenucontentclass ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
a:link		{ font-style: oblique; color: #669999; }
a:visited 	{ font-style: oblique; color: #669999; }
a:active 	{ font-style: oblique; color: #669999; }
a:hover 	{ font-style: oblique; color: #000000; }
a:visited:active{ font-style: oblique; color: #669999; }
a:link:active	{ font-style: oblique; color: #669999; }


.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}

a:link		{ font-style: oblique; color: #669999; }
a:visited 	{ font-style: oblique; color: #669999; }
a:active 	{ font-style: oblique; color: #669999; }
a:hover 	{ font-style: oblique; color: #000000; }
a:visited:active{ font-style: oblique; color: #669999; }
a:link:active	{ font-style: oblique; color: #669999; }
