.glowingtabs{
float:left;
height:34px;
font-family:Arial;
font-size:12px;
width:100%;
background:url(Images/bg_menu.gif);
background-position:bottom;

}

.glowingtabs ul{
	list-style: none outside none;
	margin:0;
	padding:0;
}

.glowingtabs li{
	display:inline;
	float:left;
	margin:0;
	position:relative;
}
.glowingtabs ul li:hover ul{display:block;}

.glowingtabs ul li ul{
	background-color:#f3f3f3;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	margin-top:34px;
	overflow:hidden;
	position:absolute;
	width: 200px;
	z-index:9999;
	display:none;
	padding-left:7px;
	left:0;
}
.glowingtabs ul li ul li
{
	clear: both;
    overflow: hidden;
    width: 100%;
	background:url(Images/submenu_line.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.glowingtabs ul li ul li a:hover{color:#f44b00;}
.glowingtabs ul li ul li a{color:#296c8c;}
.glowingtabs ul li ul li a,.glowingtabs ul li ul li a:hover
{
	padding-left:12px;
	border:none;
	background:url(Images/node_menu.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	font-size:13px;
	width:100%;
	font-weight:normal;
	text-shadow:none;
	
}

.glowingtabs li.item0 a
{
	border-left: none;	
}

.glowingtabs li.item0 a:hover
{
	background-color:#f5f5f5;
	border-left: none;	
	text-shadow: none;
}

.glowingtabs li.item0 a.current
{
	background-color:#f5f5f5;
	border-left: none;	
	text-shadow: none;
	height:34px;
}

.glowingtabs li.itemend a
{
	border-right: none;
	background-image:url(images/blog.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0px 36px;
	background-color:#26c5e2;
	height:34px;
}
.glowingtabs li.itemend a:hover
{
	background-color:#ff6b00;
	border-right: none;
	background-image:url(images/blog_selected.gif);
}
.glowingtabs li.itemend a.current
{
	background-color:#ff6b00;
	border-right: none;
	background-image:url(images/blog_selected.gif);
}
.glowingtabs .menu_line
{
	background:url(Images/menu_line.gif);
	background-position:right center;
	background-repeat:no-repeat;
	height:32px;
	width:2px;	
}

.glowingtabs li a{
float:left;
height:34px;
margin:0;
vertical-align:middle;
text-decoration:none;
color:#fff;
text-shadow: none;
font-weight:bold;
font-size:14px;
padding:0px 15px;
line-height:34px;
}

.glowingtabs a.current{ /*Selected Tab style*/
background:url(Images/menu_bg_st.gif);
background-position:bottom;
background-repeat:repeat-x;
color:#045479;
text-shadow: none;
height:34px;
}

.glowingtabs a:hover,.glowingtabs a.curenthover { /*onMouseover style*/
background:url(Images/menu_bg_st.gif);
background-position:bottom;
background-repeat:repeat-x;
text-shadow: none;
font-size:14px;
height:34px;
color:#045479;
}

.tabcontainer ul{
list-style-type: none;
margin:0;
padding:0;
}

.tabcontainer li{
display:inline;
float:left;
margin:0;
padding:0px 15px;
background:url("images/menu-arrow.gif") no-repeat scroll left center transparent;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:26px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
/*background:url(images/menu/bg_container.gif) repeat-x;*/
background:#fff;
border-bottom:#eaeaea 1px solid;
font-family:Tahoma;
font-size:11px;
padding-left:0px;
position:relative;
line-height:26px;
}

.tabcontent{
display:none;
font-size:11px;
}

.tabcontent a{
font-weight:bold;
}
.tabcontent a:hover{
text-decoration:underline;
}

.clsmenu:link {font-family:Tahoma;font-size:11px;}
.clsmenu:hover {font-family:Tahoma;font-size:11px;}
.clsmenu:visited {font-family:Tahoma;font-size:11px;}
