
/* prev, next, prevPage and nextPage buttons */
a.prev, a.prevPage {
	display:block;
	width:76px;
	height:16px;
	background: url(../images/uparrow.gif) no-repeat;
	margin:0px 0px 10px 0px;
	cursor:pointer;
}

a.next, a.nextPage {
	display:block;
	width:76px;
	height:16px;
	background: url(../images/downarrow.gif) no-repeat;
	margin:9px 0px 0px 0px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -16px;		
}

/* disabled navigational button */
a.disabled {
	visibility: visible !important;		
	background-position:0px -16px;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/downarrow.gif);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/right.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

.tabcontainer{
width:450px; /*width of 2nd level sub menus*/
height:auto;; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
border: #cb3a29 1px solid;
padding: 5px;
margin-left:35px;
float: left;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
background-color: #FFF;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 0px;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0em;
}

.tabcontent{
display:none;
}