@charset "utf-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font-size:8pt;
font-weight:normal;
padding:0pt;
margin:0pt;
}

.indentmenu ul{
background-image:url(/images/menubg_2.gif);
background-repeat:repeat-x;
background-position:center;
background-attachment:scroll;
border-color:#262626;
border-style:solid;
border-width:1px 0pt;
float:left;
margin:0pt;
padding:0pt;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color:white;
padding: 3px 4px;
width:115px;
text-align:center;
text-decoration: none;
border-right: 1px solid #262626; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 4px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #262626 url(/images/menubg2_2.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:620px; /*width of 2nd level sub menus*/
height:2em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	
}

.tabcontent{
	display:none;
	background-color:#DED0A3;
	color:#000000;
	margin:0px;
	padding:2px;
	/*-moz-opacity:.80;
	opacity:.80;*/
	border-bottom:1px solid #262626;
	border-left:1px solid #262626;
	border-right:1px solid #262626;
	font-size:7pt;
}

.tabcontent a {font-size:7pt;color:#000000;text-decoration:none;}
.tabcontent a:hover {font-size:7pt;color: #ffffff;text-decoration:none;}
.tabcontent a:active {font-size:7pt;color: #000000;text-decoration:none;}
.tabcontent a.visited {font-size:7pt;color: #000000;text-decoration:none;}
.tabcontent a:active:hover {font-size:7pt;color: #ffffff;text-decoration:none;}
.tabcontent a:visited:hover {font-size:7pt;color: #ffffff;text-decoration:none;}

#cm1 {
	text-align:left;
}

#cm2 {
	text-align:left;
}
#cm3 {
	text-align:left;
}

#cm4 {
	text-align:right;
}

#cm5 {
	text-align:right;
}

#cm6 {
	text-align:right;
}

#cm7 {
	text-align:right;
}


