@charset "utf-8";
/* CSS Document */

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 auto 0 auto;
	background: url(../images/menu/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 43px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#CCCCCC;
	text-decoration: none;	
	font-size: 12px;
	padding:0 0 0 8px; /*Padding to accomodate left tab image. Do not change*/
	height: 45px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	/*background: url(../images/menu/menur_hover_left_03.gif) no-repeat; /*left tab image path*/	
}

*html .glossymenu li a{
	float: left;
	display: block;
	color:#CCCCCC;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;	
	padding:0 0 0 8px; /*Padding to accomodate left tab image. Do not change*/
	height: 44px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	/*background: url(../images/menu/menur_hover_left_03.gif) no-repeat; /*left tab image path*/	
}


.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 10px 0 2px; /*Padding of menu items*/
	background: url(../images/menu/menur_hover_right_08.gif) no-repeat right top; /*right tab image path*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menu/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menu/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs{
float:left;
width:100%;
font-size:90%;
line-height:24px;

}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(../js/tab/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(../js/tab/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: #FFFFFF;
}

#glowingtabs .current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs .current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}


#glowingtabs_right{
	float:left;
	width:100%;
	font-size:90%;
	line-height:24px;

}

#glowingtabs_right ul{
	list-style-type: none;
	margin:0;
	margin-left: 0px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

#glowingtabs_right li{
	display:inline;
	margin:0;
	padding:0;
}

#glowingtabs_right a{
	float:left;
	background:url(../js/tab/glowtab-left-03.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}

#glowingtabs_right a span{
	float:left;
	display:block;
	background:url(../js/tab/glowtab.gif) no-repeat right top;
	padding: 4px 12px 2px 3px;
	font-weight:bold;
	color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs_right a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs_right a:hover span {
color: #FFFFFF;
}

#glowingtabs_right .current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs_right .current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
}

#glowingtabs_right a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs_right a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

