
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */


body {
font:11px verdana;
color:#333;
}
p {
	font:12px verdana;
text-align:left;
	/*text-align: justify;
	text-justify: newspaper;*/
} 
.tab_container { /* added 16-10-08 */
	margin:2 10 5 10;
	width:auto;
	height:auto;
	border:0px solid #ff3300;
	text-align:left;
}

* html .tab_container { /* added 16-10-08 for ie */
	margin:2 4 5 10;
	width:auto;
	height:auto;
	border:0px solid #ff3300;
	text-align:left;
}



/* tab container2 styles for sub id tabs */

.tab_container2 { /* added 16-10-08 */
	margin:2 10 5 10;
	width:auto;
	height:auto;
	border:0px solid #999;
	text-align:left;
}

* html .tab_container2 { /* added 16-10-08 for ie */
	/*margin:2 4 5 10;*/
	margin:2 3 5 0;
	width:auto;
	height:auto;
	border:0px solid #ff3300;
	text-align:left;
}







/* below styles for tabbed content */
.tab_content {
	margin:15 12 0 10;
	padding:0;
	width:auto;
	height:auto;
	border:0px solid #999;
	text-align:left;
}

* html .tab_content {

	margin:15 6 0 10;
	padding:0;
	width:auto;
	height:auto;
	border:0px solid #999;
	text-align:left;
}

/* above for tabbed content */



.glossymenu{
	position: relative;
	padding: 0 0 0 /*34*/5px;
	margin: 0 /*auto*/0/*auto*/;
	background: url(media/menug_bg.jpg) repeat-x; /*tab background image path*/
	height: /*46*/30px;
	list-style: none;
}
.glossymenu li{
	float:left;
}
.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: verdana;
	font-size: /*13px*/11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: /*46*/30px;
	line-height: /*46*/30px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(media/menug_hover_left.jpg) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(media/menug_hover_right.jpg) no-repeat right top; /*right tab image path*/
}




/* glossy menu 2 styles for sub id tabs */

.glossymenu2{
	position: relative;
	padding: 0 16 0 0px;/* 34 */
	margin: 0 0;
	background: url(media/menug_bg.jpg) repeat-x; /*tab background image path*/
	height: 30px;
	list-style: none;
}

.glossymenu2 li{
	float:left;
}

.glossymenu2 li a{
	float: /*right*/left;/* left */
	display: block;
	color:#000;
	text-decoration: none;
	font-family: verdana;
	font-size: /*13*/11px;
	font-weight: bold;
	padding:0 16 0 /*0*/16; /* 0 0 0 16 *//*Padding to accomodate left tab image. Do not change*/
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: /*pointer*/default;	
}

.glossymenu2 li a b{
	float: left;/* left */
	display: block;
	padding: 0 8px 0 24px; /*Padding of menu items*/ /* 0 24 0 8 */
}

.glossymenu2 li.current a, .glossymenu2 li a:hover{
	color: #fff;
	background: url(media/menug_hover_right2.jpg) no-repeat; /*left tab image path*/
	background-position: right; /* left */
}

.glossymenu2 li.current a b, .glossymenu2 li a:hover b{
	color: #fff;
	background: url(media/menug_hover_left2.jpg) no-repeat left top; /*right tab image path*/
}
