#glowingtabs
{
	font-family: Trebuchet MS;
	float: left;
	height:31px;
	vertical-align:middle;
	text-align:center;
	background-color:#D3232D;
}

#glowingtabs ul
{
	font-family: Trebuchet MS;
	list-style-type:none;
	margin: 0;
	padding: 0;
	height:31px;
}

#glowingtabs li
{
	font-family: Trebuchet MS;
	display:inline;
	margin: 0;
	padding: 0;
	height:31px;
	background-color:#D3232D;
}

#glowingtabs a
{
	float: left;
	padding: 6px 17px 8px 17px;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

#glowingtabs ul li.current a
{
	/*Selected Tab style*/
	color: #D3232D;
	background-image:url(images/ustmenuortaaktif.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#ffffff;	
	font-family: Trebuchet MS;
}

#glowingtabs a:hover
{

	/*onMouseover style*/
	color: #d3232d;
	background-image:url(images/ustmenuortaaktif.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#ffffff;
	font-family: Trebuchet MS;
}


#submenu
{
	font-family: Trebuchet MS;
	float: left;
	width: 218px;
	vertical-align:middle;
}

#submenu ul
{
	font-family: Trebuchet MS;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 218px;
	vertical-align:middle;
}

#submenu li
{
	font-family: Trebuchet MS;
	display: block;
	margin: 0;
	padding: 0;
	width: 218px;
	height: 22px;
	vertical-align:middle;
	padding-left:10px;
	background-image:none;
}

#submenu ul li a
{
	vertical-align:middle;
	width: 218px;
	padding-left: 30px;
	cursor: pointer;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #4E4E4E;
	text-decoration: none;
	background-image: url(images/menunokta.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}

#submenu ul li a:hover
{
	/*Selected Tab style*/
	color: #CE142B;
	font-family: Trebuchet MS;
}


#submenu ul li.current
{
	/*Selected Tab style*/
	color: #FFFFFF;
	background-image: url(images/menuok.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	width:218px;
	padding-top:3px;
	padding-left:30px;
	font-family: Trebuchet MS;
}
#submenu ul li.current a
{
	/*Selected Tab style*/
	color: #FFFFFF;
	width:218px;
	font-family: Trebuchet MS;
}



