.tabs
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li
{
	display: inline;
	margin: 0;
}

.tabs li a
{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: -4px;
	color: #2d2b2b;
	background: white url(greenshade.gif) top left repeat-x;
}

.tabs li a:visited
{
	color: #2d2b2b;
}

.tabs li a:hover
{
	text-decoration: underline;
	color: #2d2b2b;
}

.tabs li.selected
{
	position: relative;
	top: 0px;
}

.tabs li.selected a
{	/*selected main tab style */
	background: white;
	border-bottom-color: white;
}

.tabs li.selected a:hover
{	/*selected main tab style */
	text-decoration: none;
}

.boxcontent{
        margin-bottom: 1em;
        min-height:200px;
        padding: 10px;
        width:250px;
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 228px;
}

* html .boxcontent{
	height: 200px;
}

.boxcontentdouble{
        margin-bottom: 1em;
        min-height:200px;
        padding: 10px;
        width:500px;
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 480px;
}

* html .boxcontentbig{
        height: 480px;
}

.boxcontentbig{
        margin-bottom: 1em;
        min-height:200px;
        padding: 10px;
        width:750px;
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 730px;
}

* html .boxcontentbig{
	height: 730px;
}

/*****color specific css *****/

.greentabs li a
{
	border: 1px solid #93E085;
	background: white url(greenshade.gif) top left repeat-x;
}

.greenboxcontent 
{
	border: 1px solid #93E085;
}

.bluetabs li a
{
	border: 1px solid #96C5F3;
	background: white url(blueshade.gif) top left repeat-x;
}

.blueboxcontent
{
	border: 1px solid #96C5F3;
}

.yellowtabs li a
{
	border: 1px solid #ffe468;
	background: white url(yellowshade.gif) top left repeat-x;
}

.yellowboxcontent
{
	border: 1px solid #ffe468;
}

.redtabs li a
{
	border: 1px solid #f68e92;
	background: white url(redshade.gif) top left repeat-x;
}

.redboxcontent
{
	border: 1px solid #f68e92;
}

.greytabs li a
{
	border: 1px solid #a6a6a6;
	background: white url(greyshade.gif) top left repeat-x;
}

.greyboxcontent
{
	border: 1px solid #a6a6a6;
}

