
.tabscontainer {

	width: 100%; /* main width */
	clear:both;
}

#tabsmenu ul li.no-content a:hover
{
	background:none;
}

/* The Tabs -------------------------------------------- */



#tabsmenu a:link{

	/*color: #FFF; /* Link Colour */

	/*font-size: 1.0em;

	font-weight: bold;

	text-decoration: none;*/

}



#tabsmenu a:visited {

	/*color: #FFF; /* Visited Link Colour */

	font-weight: bold;

	text-decoration: none;

}



#tabsmenu a:hover {

	color: #FFF; /* Hover Link Colour */

	font-weight: bold;

	text-decoration: none;

}



#tabsmenu {

	/*margin-left: 10px; /* tabs left margin - if centering tabs or using non-rounded corners, you can set to zero */
	background:url("images/toolbar_bg.gif") repeat-x scroll left center transparent;
	clear:both;
	height:37px;
	text-align:center;
	width:100%

}



#tabsmenu ul, #tabsmenu ul li {

	list-style: none;

	margin: 0;

	padding: 0;
	

}



#tabsmenu ul {

	/*padding: 5px 0 5px 0;*/

	text-align: left; /* align tabs left, right or center */

}



#tabsmenu ul li {

	display: inline;

	/*margin-right: -2px; /* Gap Between Each Tab */

	background: url("images/toolbar_btn_l.gif") no-repeat scroll left top transparent;
	
	width:20%;
	
	float:left;
	
	text-align:center;
}


#tabsmenu ul li#selected
{
	
	background: url("images/toolbar_btn_omo.gif") repeat-x scroll left top;	
}

#tabsmenu ul li a:hover
{
	background: url("images/toolbar_btn_omo.gif") repeat-x scroll left top;	
}

#tabsmenu ul li a {

	background: url(images/toolbar_btn_r.gif) no-repeat scroll right top transparent;

	text-decoration: none;


	color:#1530A3;
	
	color:#1530A3;
	display:block;
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	/*padding:0 15px;*/
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;

}



#tabsmenu ul li span {

	padding: 5px 9px 5px 2px; /* Top Right Bottom Left */

	margin: 4px 0 7px 7px;

	color:#1530A3;
}



#tabsmenu ul li a:hover span {

	text-decoration: none;

	background-position: 100% -75px;

	color: #FFFFFF;

}



#tabsmenu ul li a:hover {

	/*background-position: 0 -75px;*/

	color: #FFFFFF;

}



#tabsmenu #selected a {

	background-position: 0 -150px;

	color: #FFFF90;

}



#tabsmenu #selected a span {

	background-position: 100% -150px;

	color: #FFFF90;

}





/* Tabbed Content Default Display -------------------------------------------- */



.tabcontent{

	display: none;

	padding-left: 5px; /* content padding */
	height:350px;
}



@media print {

.tabcontent {

	display: block!important;

}

}





/* Content with Rounded Corners -------------------------------------------- */



#tabbedcontentrounded {

	background: transparent;

	margin: 0em;

}



.tabtop, .tabbottom {

	display: block;

	background: transparent;

	font-size: 1px;

}



.tabb1, .tabb2, .tabb3, .tabb4 {

	display: block;

	overflow: hidden;

}



.tabb1, .tabb2, .tabb3 {

	height: 1px;

}



.tabb2, .tabb3, .tabb4 {

	background: #FFFFFF; /* content bg colour */

	border-left: 1px solid #000080; /* border colour */

	border-right: 1px solid #000080; /* border colour */

}



.tabb1 {

	margin: 0 5px;

	background: #000080; /* border colour */

}



.tabb2 {

	margin: 0 3px;

	border-width: 0 2px;

}



.tabb3 {

	margin: 0 2px;

}



.tabb4 {

	height: 2px;

	margin: 0 1px;

}



.tabboxcontent {

	display: block;

	background: #FFFFFF; /* content bg colour */

	/*border: 0 solid #000080; /* border colour */

	/*border-width: 0 1px;*/

	padding: 5px; /* content padding */

}





/* Content with Square Corners -------------------------------------------- */



#tabbedcontentsquare {

	border: 1px solid #000080; /* border colour */

	border-left: 0px;

	border-right: 0px;

}


