@charset "utf-8";
/* CSS Document */

.arrowborder
{
border:0px;
}

#divid
{
height:23px;
}

#divid ul
{
list-style:none;
padding:0px;
margin:0px;
height: 23px;
}

#divid li
{
float:left;
/* to create space between the buttons */
margin:0px;
height: 23px;

}

#divid li a
{
	color:#fff;
	text-decoration:none;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Century Gothic";
	font-weight:normal;
	font-size:12px;
	vertical-align:bottom;
	text-align:center;
	
	padding:5px 16px 0px 16px;

}

#divid li a:hover
{

	background-repeat:repeat-x;
	color:#000;
}

/* MENU FOR COMPANY OVERVIEW */

#overview-menu ul
{
padding:0px;
margin:0px;
list-style:none;
}

#overview-menu li
{
text-align:left;
background-image:url(leftnav-bg1.gif);
background-repeat:repeat-x;
height:35px;
}

#overview-menu li a
{
text-decoration:none;
font-family:"Century Gothic";
font-size:11px;
color:#16242f;
padding:5px 16px 0px 7px;
}

/* for the active li */

#overview-menu li.active
{
text-align:left;
background-image:url(leftnav-bg2.gif);
background-repeat:repeat-x;
height:35px;
}

#overview-menu li.active a 
{
text-decoration:none;
font-family:"Century Gothic";
font-size:11px;
color:#FFFFFF;
}

/**//**//**//**//**//**//**//**//**//**//**/


#selected
{
width:161px;
height:35px;
background:url(leftnav-bg1.gif) repeat-x;
}
#selected a
{
font-family:"Century Gothic";
font-size:11px;
color:#16242f;
text-decoration:none;
margin-left:7px;
} 

#notselected
{
width:161px;
height:35px;
background:url(leftnav-bg2.gif) repeat-x;
}
#notselected a
{
font-family:"Century Gothic";
font-size:11px;
color:#fff;
text-decoration:none;
margin-left:7px;
} 
/**/
#inner
{
width:161px;
height:35px;
background:url(leftnav-bg1.gif) repeat-x;
}
#inner a
{
font-family:"Century Gothic";
font-size:11px;
color:#16242f;
text-decoration:none;
margin-left:15px;
} 

#inner-active
{
width:161px;
height:35px;
background:url(leftnav-bg2.gif) repeat-x;
}
#inner-active a
{
font-family:"Century Gothic";
font-size:11px;
color:#fff;
text-decoration:none;
margin-left:15px;
} 